citadel.git
2004-03-16 Art Cancro* Eliminate EVT_OUTPUTMSG server extensions (don't...
2004-03-16 Michael Hampton* Further changes to stress.c, Makefile.in to build...
2004-03-15 Art Cancro* Prettied up the chat window a little more.
2004-03-15 Michael Hampton* stress.c: various fixed/improvements (but it still...
2004-03-15 Michael Hampton* First draft of the stress tester. Isn't quite ready...
2004-03-15 Michael Hampton* Documentation update: update citadel.html for new...
2004-03-15 Michael Hampton* msgbase.c: cmd_move(): Fix the security logic for...
2004-03-15 Michael Hampton* Multiple files: Set permissions on existing Citadel...
2004-03-15 Michael Hampton* Multiple files: Convert most remaining client code...
2004-03-15 Art Cancro*** empty log message ***
2004-03-15 Art Cancro* Chat now appears in a separate window
2004-03-15 Art Cancro* Open chat in a separate window.
2004-03-14 Art Cancro* Cache IMAP "BODY" fetches in an already-converted...
2004-03-13 Art Cancro* imap_fetch.c: don't fetch the message from disk at...
2004-03-13 Art Cancro* Documented the GNET and SNET commands :)
2004-03-12 Michael Hampton* routines2.c: Fix two typos
2004-03-12 Michael Hampton* routines2.c: Convert multiple functions to use new...
2004-03-12 Michael Hampton* citadel.c: main(): Fix error response for RCHG, HCHG...
2004-03-12 Michael Hampton* Implement GNET/SNET commands in IPC code; provide...
2004-03-10 Art Cancro* serv_expire.c: auto-purge any Citadel account that...
2004-03-10 Art Cancro* Improved NSS integration: if a user attempts to log...
2004-03-09 Michael Hampton* Add a Linux Software Map file
2004-03-09 Art Cancro* IMAP RFC822 FETCH caching
2004-03-08 Art Cancro* When the last argument of an IMAP APPEND command...
2004-03-07 Art Cancro* Fix the current view not being set to the default...
2004-03-07 Art Cancro* serv_read() now zeroes out the supplied buffer (with...
2004-03-06 Art Cancro* serv_smtp.c: don't offer the STARTTLS extension if...
2004-03-06 Art Cancro* removed some debug messages
2004-03-06 Art Cancro* serv_smtp.c: do not offer the PIPELINING extension...
2004-03-05 Art Cancro* Added some more debugging to serv_smtp.c to try to...
2004-03-05 Art Cancro* Remove the automatic population of A and N fields...
2004-03-03 Art Cancro* Generate better output when a user is kicked out...
2004-03-03 Art Cancro* Close chat socket if already open
2004-03-03 Art Cancro* Made the chat screen totally kick-ass sweet. The...
2004-03-01 Art Cancro* Implement the NAMESPACE extension of IMAP (RFC 2342)
2004-03-01 Michael Hampton* Fix missing arg in m<Y> next rewrite.
2004-03-01 Michael Hampton* Rewrite m<Y> next function; now uses CtdlIPC code.
2004-03-01 Art Cancro* Revoke access to room when /kicked
2004-02-29 Art Cancro* Added /kick command to chat. /ban coming soon.
2004-02-29 Art Cancro* Close and clear (set to -1) server socket handle...
2004-02-29 Art Cancro* can add chat to iconbar
2004-02-29 Art Cancro* Display the Chat menu option as "Chat with other...
2004-02-28 Art Cancro* setup.c: removed an unused temp file name variable
2004-02-28 Art Cancro*** empty log message ***
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-27 Art Cancro* fix frameset bug in page popups
2004-02-27 Art Cancro* Fixed a bug in PLAIN authentication
2004-02-26 Michael Hampton* ;Goto floor now goes to first KNOWN room, or first...
2004-02-26 Michael Hampton* Populate IPC into a few more places to avoid a nasty...
2004-02-26 Michael Hampton* Client stability and enhancements:
2004-02-26 Art Cancro* Fixed a problem that made WebCit go to the "no cookie...
2004-02-26 Art Cancro* Put the /favicon.ico --> /static/favicon.ico hack...
2004-02-25 Art Cancro* do_logout
2004-02-25 Art Cancro* Allow "/do_logout" as a no-frames page
2004-02-25 Art Cancro* Changed the favicon support to LINK tags in the HEAD...
2004-02-25 Art Cancro* Support for favicon.ico in the static/ directory
2004-02-25 Michael HamptonMissing parameter to a printf() function. No idea...
2004-02-24 Art Cancro* Better validation of incoming network messages.
2004-02-24 Art Cancro* Changed the colors slightly in chat screen
2004-02-24 Art Cancro* Removed stray \n
2004-02-23 Nathan Bryantfix --help text and bump version to 6.15
2004-02-23 Nathan Bryant--disable-pie by default.
2004-02-22 Art Cancro* Generate self-signed certificate if keys/citadel...
2004-02-22 Art Cancro* CSR code more or less in its final form for now.
2004-02-22 Art Cancro* Initial version of function to automatically generate...
2004-02-21 Art Cancro* Set up a style sheet (sitestyle.css) for the whole...
2004-02-20 Art Cancro* Removed our customized tmpnam() and tmpfile() because...
2004-02-20 Michael Hampton* Fix bug 112: .Goto allowed partial room match on...
2004-02-20 Art Cancro* Replaced the Java chat with a new system based on...
2004-02-20 Art Cancro* Fixed one of the prompts (bugzilla #118)
2004-02-19 Art Cancro* Instead of doing the silly "Kolab reserved folder...
2004-02-19 Art Cancro* THIS IS 5.05
2004-02-19 Art Cancro* Changed the internal version number to 5.05
2004-02-18 Art Cancro* page_user
2004-02-18 Art Cancro* Fixed the frameset force reload logic. Now it does...
2004-02-18 Art Cancro* Force reload of frameset if someone tries to escape...
2004-02-18 Art Cancro* smtp: EHLO response now includes both "AUTH " and...
2004-02-17 Art Cancro* During SSL initialization, create the "keys" director...
2004-02-17 Art Cancro* Support PLAIN auth method in SMTP
2004-02-17 Art Cancro* New ICAL subcommand "sgi" to enable or disable automa...
2004-02-17 Art Cancro* Indicate to Citadel that we want Server Generated...
2004-02-16 Art Cancro* Support POP3 over TLS
2004-02-16 Art Cancro* Implement RFC 2487 - SMTP Service Extension for Secur...
2004-02-16 Art Cancro* IMAP and Citadel protocols now use the same code...
2004-02-16 Art Cancro* Genericized the Citadel API for TLS-enabling protocols
2004-02-16 Michael Hampton* Remove some unnecessary and possibly hazardous debugg...
2004-02-16 Michael Hampton* Fixed IMAP STARTTLS; trouble was in client_read_ssl...
2004-02-16 Michael Hampton* Log session IDs in syslog as well as stderr
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2004-02-15 Art Cancro* More work on IMAP TLS. Still not working correctly...
2004-02-14 Art Cancro* STARTTLS attempt #2. Still disabled because it's...
2004-02-13 Michael Hampton* Reset screen attributes before fork() so that externa...
2004-02-12 Art Cancro* Removed PLAIN because there are two different ways...
2004-02-12 Art Cancro* Support for PLAIN logins in IMAP (need to test!)
2004-02-12 Art Cancro* updated some notes in roadmap.txt
2004-02-11 Art Cancro* The groupware folders "Calendar", "Contacts", "Notes...
2004-02-09 Michael Hampton* oops...also close the client on EOF/error on tty...
2004-02-09 Michael Hampton* Exit the citadel client when EOF reached on input...
2004-02-09 Art Cancro* Prepare for a way to avoid falling out of the main...
2004-02-09 Art Cancro* cvsignore
next