* Renamed the "Extended message ID" field to "Exclusive message ID"
[citadel.git] / citadel / ChangeLog
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
2004-11-03 Art Cancro* Internal version number is now 6.27
2004-11-02 Art Cancro* setup.c: fixed an incorrect variable name that was...
2004-11-02 Art Cancro* Easy Install: put the log directly in /tmp instead...
2004-10-23 Art Cancro* serv_notes.c: finished. When saving a message in...
2004-10-22 Art Cancro* newinstall.sh: Be more careful about locating make...
2004-10-22 Art Cancro* serv_notes.c: added skeleton module
2004-10-13 Art Cancro* Repaired a completely broken <;Z>ap floor command.
2004-10-12 Art Cancro* Tracing a problem with ;Z command
2004-10-12 Art Cancro* Reworked shutdown sequence to avoid thread deadlock
2004-10-12 Art Cancro* Cleaned up some things that generated compiler warnings
2004-10-06 Michael Hampton* Fixup a few more compiler warnings from icc
2004-10-05 Art Cancro* Changed a bunch of localtime() calls to localtime_r...
2004-10-04 Michael Hampton* configure.ac: Add CFLAGS for icc Intel Compiler
2004-10-04 Michael Hampton* Fix a couple of minor compiler warnings
2004-10-03 Art Cancro* Removed some vestiges
2004-10-03 Art Cancro* sysdep.c: in the main server loop, when time_to_die...
2004-10-03 Art Cancro* Added pthread_attr_destroy() in the appropriate locat...
2004-10-01 Art Cancro* Configure "notes" view and auto-create Notes> room
2004-09-28 Art Cancro* THIS IS 6.26
2004-09-28 Art Cancro* Update documentation and config files for 6.26 release
2004-09-28 Art Cancro* Improve output of RECENT flag in IMAP
2004-09-23 Art Cancro* MyContext() no longer declared INLINE
2004-09-23 Art Cancro* in MyContext(), reduced the number of calls to pthrea...
2004-09-23 Michael Hampton* rooms.c: create_floor(): Fix the check for whether...
2004-09-21 Art Cancro* Tweaks to above
2004-09-21 Art Cancro* imap_search.c: when search criteria permit, do not...
2004-09-17 Art Cancro* Updated documentation to include information about...
2004-09-17 Art Cancro* serv_network.c: added a missing \n in log output
2004-09-17 Art Cancro* citadel-openldap.schema: replaced. Dunno why it...
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
2004-09-15 Art Cancro* Add an SMTP MSA listener (separate port, requires...
2004-09-13 Art Cancro* newinstall.sh: updated from the working version at...
2004-09-11 Michael Hampton* Remove calls to the broken flush_output() while I...
2004-09-10 Art Cancro* Added flush_output() calls to IMAP modules. (Do...
2004-09-09 Art Cancro* Completed (I think) the 'dialog' mode in setup
2004-09-08 Art Cancro* setup.c: initial changes to use a 'dialog' based...
2004-09-07 Michael Hampton* msgbase.c: cmd_msgs(): Call unbuffer_output() when...
2004-09-06 Michael Hampton* msgbase.c: cmd_ent0(): Fix another unbuffer_output()
2004-09-06 Michael Hampton* file_ops.c: cmd_writ(): Add an unbuffer_output()...
2004-09-05 Michael Hampton* Buffered output needs to be flushed in several places...
2004-09-05 Michael Hampton* Network optimizations - buffer output server-side...
2004-09-05 Michael Hampton* sysdep.c: unbuffer_output(): Split the writing part...
2004-09-03 Art Cancro* setup.c: when creating an inittab entry for slapd...
2004-09-03 Art Cancro* setup.c: Changes to inittab-twiddling to make it...
2004-09-01 Art Cancro* serv_smtp.c: fix build error on hosts with no SSL...
2004-08-31 Art Cancro* Calendar: store UUID+comment instead of comment as...
2004-08-30 Art Cancro* setup.c: when running in Newt mode, make the size...
2004-08-29 Michael Hampton* newinstall.sh: fix detection of gmake/make
2004-08-28 Michael Hampton* Change the logging level of some messages and add...
2004-08-28 Art Cancro* setup.c: when run from the Easy Install script, auto...
2004-08-28 Art Cancro* Generalize some of the inittab-tweaking stuff so...
2004-08-27 Art Cancro* Fleshed out contemplate_ldap() a bit
2004-08-27 Art Cancro* THIS IS 6.25
2004-08-27 Art Cancro* Update internal version number to 6.25
2004-08-26 Art Cancro* newinstall.sh: updated with some new goodies
2004-08-23 Michael Hampton* html.c: Try to something sane with lists
2004-08-23 Michael Hampton* No longer accept MD5 as a hash when encrypting
2004-08-23 Michael Hampton* serv_network.c: Suppress Invalid node name for "...
2004-08-16 Art Cancro* newinstall.sh: more intelligent auto-run of setup...
2004-08-15 Art Cancro* newinstall.sh: various tweaks to make it more reliable
2004-08-14 Art Cancro* newinstall.sh: shuffled around the environment variab...
2004-08-12 Art Cancro* THIS IS 6.24
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-08-05 Art Cancro* html.c: handle the <BLOCKQUOTE> tag properly
next