use an Enum for the cm_fields vector instead of nameless chars
[citadel.git] / citadel / journaling.c
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2012-05-26 Wilfried GoesgensAdd NULL-Pointer check before starting the work.
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2009-10-25 Dave WestA few more API clean ups. Mainly revolving around user_...
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-02-28 Art Cancrohtml_to_ascii() moved into libcitadel
2007-12-23 Dave WestMoved all threading code into threads.c
2007-12-10 Wilfried Göesgens* give message sender in while evaluating the recipient...
2007-12-09 Wilfried Göesgens* give the flag to the CtdlDoIHavePermissionToPostInThi...
2007-11-30 Dave WestRemoved the PushName and PopName debugging macros that...
2007-11-27 Dave WestAdded --with-threadlog. Use this if you want the thread...
2007-11-16 Art CancroMove vcard.c into libcitadel.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-08-05 Dave WestContinue phase 2 of modules stuff.
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-26 Dave WestMoved to new module init structure.
2007-04-19 Art CancroCompleted DVCA (Dump VCard Addresses) function. This...
2007-04-04 Art Cancrostruct recptypes now uses dynamically allocated
2007-03-22 Art CancroServer-side changes to allow users to submit messages
2006-01-19 Art Cancro* Change to journaling code to include an Internet...
2006-01-11 Art Cancro* Moved the "Content-Identifer" (sic) header out of...
2006-01-11 Art Cancro* Added a per-user client option to always compose...
2006-01-10 Art Cancro* Added "Content-Identifer: ExJournalReport" to journal...
2006-01-05 Art CancroAdjustments to journal recipient list
2006-01-05 Art CancroImplemented configuration settings for journaling.
2006-01-05 Art CancroJournaling code is finished. Still needs configuration...
2006-01-04 Art CancroBegan implementation of Journaling and Envelope Journaling.