some work on calendar
[citadel.git] / citadel / journaling.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-02-04 Art Cancroremove typedef from struct recptypes
2020-12-14 Art CancroRemoved an unused parameter from CtdlSubmitMsg(). ...
2020-11-10 Art CancroMake use of the functionality provided in the preceding...
2018-01-24 Art CancroStarted removing eNodename references
2018-01-24 Art Cancrowhittle whittle
2015-12-06 Wilfried GoesgensProtect precious strlens, as pointed out by John Goerzen
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-01 Art CancroMore conversion to the new config system. WARNING...
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-15 Wilfried Goesgenscleanup includes
2013-09-14 Wilfried Goesgensmove file_ops to modules/ctdlsrv/serv_file.c
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
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.