* Eliminate EVT_OUTPUTMSG server extensions (don't need them anymore)
[citadel.git] / citadel / ChangeLog
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 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-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-09 Michael Hampton* Add a Linux Software Map file
2004-03-08 Art Cancro* When the last argument of an IMAP APPEND command...
2004-03-06 Art Cancro* serv_smtp.c: don't offer the STARTTLS extension if...
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-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-28 Art Cancro* setup.c: removed an unused temp file name variable
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
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-25 Michael HamptonMissing parameter to a printf() function. No idea...
2004-02-24 Art Cancro* Better validation of incoming network messages.
2004-02-23 Nathan Bryant--disable-pie by default.
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-20 Michael Hampton* Fix bug 112: .Goto allowed partial room match 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-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-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* Support for PLAIN logins in IMAP (need to test!)
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-08 Art Cancro* Corrected various small syntax conversion problems...
2004-02-07 Art Cancro* Automatically purge files from ./network/spoolout...
2004-02-07 Art Cancro* Cache the IGnet config in memory, avoiding a db fetch...
2004-02-07 Art Cancro* serv_network.c: fixed a problem with an uninitialized...
2004-02-06 Art Cancro* Suppress posting of messages to Aide> when the loopza...
2004-02-06 Art Cancro* Added some comments to the sample citadel-slapd.conf
2004-02-06 Art Cancro* Changed the domain name and password in the sample...
2004-02-05 Art Cancro* Delete a user's LDAP entry when deleting the vCard...
2004-02-05 Art Cancro* Completed the per-user initialization of LDAP entries.
2004-02-04 Michael Hampton* Don't delete temp file when composing message until...
2004-02-04 Art Cancro* More work on LDAP connector
2004-02-01 Art Cancro* policy.c: fix bug in GetExpirePolicy() that was causi...
2004-01-31 Art Cancro*** empty log message ***
2004-01-27 Art Cancro* serv_smtp.c: HELO and EHLO responses now reply with...
2004-01-24 Art Cancro* Got Citadel talking to LDAP. Still requires manual...
2004-01-19 Michael Hampton* Clear out the autom4te.cache when bootstrapping to...
2004-01-19 Art Cancro* Further work on creating LDAP entries.
2004-01-18 Art Cancro* Reworked vCard etc. functions for addition of new...
2004-01-17 Art Cancro* Added "Base DN" "Bind DN" and "Bind DN password"...
2004-01-17 Art Cancro* Sysconfig commands for specifying where the LDAP...
2004-01-17 Art Cancro* Changed a diagnostic in msgbase.c to a higher logging...
2004-01-17 Art Cancro* New server command-line option "-l" to send log outpu...
2004-01-02 Art Cancro* Link to OpenLDAP client library (-lldap) and set...
2003-12-30 Art Cancro* THIS IS 6.14
2003-12-30 Art Cancro* Commented out one of the supplied .RU commands in...
2003-12-24 Art Cancro* Allow a separate default message expire policy for...
2003-12-23 Art Cancro* Expanded the size of all string fields in "struct...
2003-12-22 Michael Hampton* Add Preview for Mac OS X as an image viewer option...
2003-12-22 Michael Hampton* Fork image viewer process in background (works now...
2003-12-21 Michael Hampton* When viewing images, append the image filename to...
2003-12-21 Michael Hampton* Start a new thread and fork() for image viewer (broke...
2003-12-21 Nathan Bryantadded some additional comments to citadel.rc concerning...
2003-12-21 Michael Hampton* Fix for idle_threshold being ignored when reading...
2003-12-21 Michael Hampton* Fix for crash when downloading multiple attachments
2003-12-21 Michael Hampton* Image viewer code for the text client. Hit 'I' to...
2003-12-19 Art Cancro* Changes to auto-expunge algorithm to support correct...
2003-12-15 Art Cancro* THIS IS 6.13
2003-12-15 Art Cancro* Added support for "Cc" and "Bcc" IMAP SEARCHes
2003-12-11 Art Cancro* Removed a "FIXME this needs blah blah" comment becaus...
next