* Variable names, comments, documentation, etc... removed the acronym 'BBS'
[citadel.git] / citadel / ChangeLog
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-04-13 Art Cancro* citmail.c: changes to citmail to make it usable as...
2005-04-13 Art Cancro* Reverted database changes because the cull_logs funct...
2005-04-12 Art Cancro* 'make install' now installs citadel-openldap.schema
2005-04-11 Art Cancro* Database logs are now kept in the "data_logs" directo...
2005-04-01 Art Cancro* THIS IS 6.45
2005-03-31 Art Cancro* Bumped the internal version number to 6.45 in prepara...
2005-03-24 Art Cancro* More extermination of the dreaded SIZ moby-buffers.
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-03-22 Art Cancro* Oops, forgot to initialize some data structures...
2005-03-22 Art Cancro* Fixed a couple of memory allocation bugs
2005-03-20 Art Cancro* Logging to stderr no longer uses syslog()
2005-03-18 Art Cancro* Minor bugfix to previous checkin
2005-03-18 Art Cancro* Finished removing all the "dynamic session data"...
2005-03-12 Art Cancro* Trying to fix a memory bug somewhere.
2005-03-10 Art Cancro* Silenced a compiler warning
2005-03-10 Art Cancro* Altered the algorithm by which the doubly-linked...
2005-03-07 Art Cancro* vcard.c: realloc fix
2005-03-05 Art Cancro* Allow the use of chained certificates for crypto
2005-03-04 Art Cancro* IMAP FETCH RFC822.SIZE now honors the cached rfc822...
2005-03-04 Art Cancro* SMTP: only offer TLS on the MSA port (587), not on...
2005-03-04 Art Cancro* config.c: default setting for "maxmsglen" is now...
2005-03-03 Art Cancro* sysdep.c: change the algorithm for dynamically expand...
2005-03-03 Art Cancro* Finished removing the use of temp files in IMAP.
2005-03-03 Art Cancro* Realized that memreadline() does NOT return a NULL...
2005-03-02 Art Cancro* msgbase.c: fixed a buffer overflow error
2005-03-02 Art Cancro* serv_smtp.c: removed use of temporary file for SMTP...
2005-03-02 Art Cancro* serv_spam.c: use redirect_buffer instead of redirect_sock
2005-03-02 Art Cancro* Finished moving the POP3 server to the new redirect_b...
2005-03-02 Art Cancro* Toned down some of the hostility in the code's commen...
2005-03-01 Art Cancro* Began implementation of a third RedirectOutput mode...
2005-03-01 Art Cancro* When saving an RFC822 message, use a less expensive...
2005-02-28 Art Cancro* IMAP APPEND command now accepts the message text...
2005-02-28 Art Cancro* added pid file writing
2005-02-27 Art Cancro* database_cleanup.sh: look for /usr/local/ctdlsupport...
2005-02-26 Art Cancro* setup.c: added "hula" to the list of non-Citadel...
2005-02-25 Art Cancro* Ok, now we accept *all* the flags transmitted during...
2005-02-25 Art Cancro* Started working on a fix for the IMAP APPEND "flags...
2005-02-24 Art Cancro* Removed excessive trace messages that were slowing...
2005-02-23 Art Cancro* When auto-creating Mail>, Sent Items>, etc... set...
2005-02-21 Art Cancro* THIS IS 6.41
2005-02-21 Art Cancro* Updated internal version number to 6.41
2005-02-20 Art Cancro* Repaired access control problem in IMAP SUBSCRIBE
2005-02-17 Art Cancro* Removed "Log Hooks." This enabled the removal of...
2005-02-17 Art Cancro* setup.c: clarify some of the messages
2005-02-16 Art Cancro* master_cleanup() now passes along an exit code from...
2005-02-16 Art Cancro* Try to reach our cleanup routine when SIGSEGV is...
2005-02-16 Art Cancro* Be more aggressive about shutting down when told...
2005-02-16 Art Cancro* newinstall.sh: put the checksum files server-side...
2005-02-16 Art Cancro* Applied patches submitted by Kevin Kilbride for TCP_C...
2005-02-13 Art Cancro* Did the server port hooks etc. for SSL listeners...
2005-02-13 Art Cancro* Added server and client configuration settings to...
2005-02-13 Art Cancro* IMAP flag twiddling with STORE was broken because...
2005-02-12 Art Cancro* Changes to lprintf() and start_daemon() submitted...
2005-02-11 Art Cancro* <.A>ide <U>ser-edit is now <.A>ide <U>ser <E>dit
2005-02-10 Art Cancro* THIS IS 6.40
2005-02-10 Art Cancro* Updated documentation etc. for 6.40 release (and...
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2005-02-05 Art Cancro* More reliable handling of conversion of vCard UID...
2005-02-05 Art Cancro* msgbase.c: replication checks for Exclusive-ID no...
2005-02-03 Art Cancro* serv_calendar.c: beforesave hook now looks for the...
2005-02-01 Art Cancro* new ENT0 syntax now also outputs EUID
2005-02-01 Art Cancro* Added an SMTP-like calling syntax to ENT0 to allow...
2005-02-01 Art Cancro* Changed CtdlRoomAccess() calling syntax in order...
2005-01-27 Art Cancro* Renamed the "Extended message ID" field to "Exclusive...
2005-01-27 Art Cancro* serv_vcard.c: changed the logic a bit. When saving...
2005-01-27 Art Cancro* The before-save hook in serv_calendar.c now runs...
2005-01-26 Art Cancro* When saving calendar items, if the vCalendar object...
2005-01-25 Art Cancro* serv_pop3.c: minor change to logging output
2005-01-25 Michael Hampton* Updated SSL/TLS code to actually use the TLS cipher...
2005-01-22 Art Cancro* Increased per-thread stack size again, this time...
2005-01-22 Art Cancro* Each message's metadata now has the ability to cache...
2005-01-21 Art Cancro* THIS IS 6.30
2005-01-21 Art Cancro* Internal version number is now 6.30
2005-01-21 Art Cancro* Increase per-thread stack size from 128k to 256k...
2005-01-19 Art Cancro* Minor fixenbugs after running with Valgrind
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2005-01-18 Art Cancro* Trying to fix IMAP brokenness on Linux-x64. Committi...
2005-01-14 Art Cancro* Applied a configure script fix sent in by David Given...
2005-01-13 Art Cancro* Initial support for having a room participate in...
2005-01-09 Art Cancro* Applied a patch sent in by David Given for handling...
2005-01-07 Art Cancro* msgbase.c: fixed an incorrect variable name in the...
2005-01-07 Art Cancro* serv_imap.c: fail with a "BAD" error response if...
2005-01-04 Art Cancro* THIS IS 6.29
2005-01-04 Art Cancro* newinstall.sh: save tarball checksums after successfu...
2005-01-04 Art Cancro* sysdep.c: if we have enough information to do so...
2004-12-14 Art Cancro* THIS IS 6.28
2004-12-12 Michael Hampton* sysdep.c: lprintf(): Bug 124: Fix remote format strin...
2004-12-01 Art Cancro* tools.c: don't crash when striplt() is called with...
2004-11-26 Art Cancro* Added a sooper-seekrit way to spool network messages...
2004-11-19 Art Cancro* Added developer ID # 177
2004-11-16 Art Cancro* setup.c: added "dovecot" to the list of "other email...
2004-11-12 Art Cancro* serv_expire.c: auto-purge any user whose user number...
2004-11-11 Nathan Bryant* database_sleepycat.c: make cdb_rewind enforce that...
2004-11-11 Art Cancro* Further adjustments to ldap setup
2004-11-11 Art Cancro* setup.c: fix bug that kept creating new inittab entri...
2004-11-10 Art Cancro* Go to Berkeley DB 4.3.21 in Easy Install
2004-11-10 Nathan Bryant * configure.ac: detect /usr/local/BerkeleyDB.4.3
2004-11-10 Art Cancro* Added a few wonderful linebreaks to >80 column lines
2004-11-03 Art Cancro* THIS IS 6.27
next