Fix indention; its broken in some places which seems to hide memleaks.
[citadel.git] / citadel / msgbase.c
2011-09-19 Wilfried GoesgensFix indention; its broken in some places which seems...
2011-09-08 Wilfried GoesgensNetworker reordering; remove / change dependencies
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-08-18 Wilfried GoesgensDon't add brackets <> to the reply to; it should be...
2011-08-17 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-08-17 Wilfried GoesgensFix envelope-to header.
2011-08-16 Art CancroFixed a bug in the 'only replies are allowed in this...
2011-07-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-07-16 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-07-15 Art CancroAttempting to fix a segfault generated in Removecontext()
2011-05-14 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-14 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-04-30 Art CancroGenerate Message-ID's that will not be reused/repeated...
2011-04-30 Art CancroGenerate Message-ID's that will not be reused/repeated...
2011-01-28 Art CancroReplace the temporary log message with a permanent one
2011-01-28 Art CancroReplace the temporary log message with a permanent one
2011-01-28 Art CancroOk this is it, the best of both worlds.
2011-01-28 Art CancroOk this is it, the best of both worlds.
2011-01-28 Art CancroRevert "Updating cmd_euid() to use the CtdlForEachMessa...
2011-01-28 Art CancroRevert "Updating cmd_euid() to use the CtdlForEachMessa...
2011-01-28 Art CancroRevert "Replaced cached_msglist array with a btree...
2011-01-28 Art CancroRevert "Replaced cached_msglist array with a btree...
2011-01-28 Art CancroRevert "arrgh"
2011-01-28 Art CancroRevert "arrgh"
2011-01-28 Art CancroRevert "xxx"
2011-01-28 Art CancroRevert "xxx"
2011-01-28 Art Cancroxxx
2011-01-28 Art Cancroxxx
2011-01-28 Art Cancroarrgh
2011-01-28 Art Cancroarrgh
2011-01-27 Art CancroReplaced cached_msglist array with a btree persistent...
2011-01-27 Art CancroReplaced cached_msglist array with a btree persistent...
2011-01-27 Art CancroUpdating cmd_euid() to use the CtdlForEachMessage(...
2011-01-27 Art CancroUpdating cmd_euid() to use the CtdlForEachMessage(...
2011-01-27 Art CancroUse a binary search to locate msgnum in cached_msglist
2011-01-27 Art CancroUse a binary search to locate msgnum in cached_msglist
2011-01-27 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-01-27 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-01-27 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-01-27 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-01-26 Art CancroCache the most recently fetched msglist in CtdlForEachM...
2011-01-26 Art CancroCache the most recently fetched msglist in CtdlForEachM...
2011-01-26 Art CancroRemoved the MESSAGE_IN_ROOM sections in order to make...
2011-01-26 Art CancroRemoved the MESSAGE_IN_ROOM sections in order to make...
2011-01-17 Art CancroRemoved the logging facility from citserver, use syslog...
2011-01-17 Art CancroRemoved the logging facility from citserver, use syslog...
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Wilfried GoesgensPerformance improvement / Bugfix Mime handling while...
2010-12-10 Wilfried GoesgensPerformance improvement / Bugfix Mime handling while...
2010-11-22 Wilfried Goesgensavoid decoding mime-parts unless we realy need to.
2010-11-22 Wilfried Goesgensavoid decoding mime-parts unless we realy need to.
2010-11-15 Wilfried GoesgensMemleak: CtdlMakeMessage(): don't forget about the...
2010-11-15 Wilfried GoesgensMemleak: CtdlMakeMessage(): don't forget about the...
2010-11-06 Wilfried Goesgenshave flexible timouts while reading lines in our client...
2010-11-06 Wilfried Goesgenshave flexible timouts while reading lines in our client...
2010-10-04 Wilfried Goesgens* check whether we need to QP-Encode our from in case...
2010-10-04 Wilfried Goesgens* check whether we need to QP-Encode our from in case...
2010-09-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-14 Art CancroCtdlRoomAccess() can now return a new value UA_REPLYALL...
2010-09-14 Art CancroCtdlRoomAccess() can now return a new value UA_REPLYALL...
2010-09-10 Art CancroApplied samjam's CtdlMessageInRoom() patch but wrapped...
2010-09-10 Art CancroApplied samjam's CtdlMessageInRoom() patch but wrapped...
2010-09-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-07 samjamAllow save-to-drafts without recipients
2010-09-07 samjamAllow save-to-drafts without recipients
2010-09-03 Art Cancrocmd_msg*() now work properly in guest mode. This compl...
2010-09-03 Art Cancrocmd_msg*() now work properly in guest mode. This compl...
2010-09-03 Art CancroAllow MSGS command to operate in guest mode.
2010-09-03 Art CancroAllow MSGS command to operate in guest mode.
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-07-28 Art Cancro* When outputting legacy Citadel format messages, stop...
2010-07-27 Art Cancro* Changed some instances of 'struct CitContext *CCC...
2010-07-11 Wilfried Göesgens* add reply-to: header to mails sent to room list recip...
2010-04-21 Wilfried Göesgens* headers_euid() ooops, 'T' is a string!
2010-04-21 Wilfried Göesgens* headers_euid(): print out timestamp of message too...
2010-03-27 Wilfried Göesgens* CtdlOutputPreLoadedMsg(): chop it into handy pieces...
2010-03-27 Art Cancro* Disable the XMPP-mortuary code. It's not ready for...
2010-03-23 Wilfried Göesgens * qp_encode_email_addrs(): don't use static buffers...
2010-03-16 Wilfried Göesgens* CtdlFetchMessage(): don't use strdup on a buffer...
2010-03-16 Wilfried Göesgens* CtdlOutputPreLoadedMsg: use length calculated by...
2010-03-16 Wilfried Göesgens* free some forgotten buffers
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-03-07 Art Cancro* Never mind ... I understand now. Messages which...
2010-03-07 Art Cancro* msgbase.c now contains both the new and old versions...
2010-03-06 Wilfried Göesgens* fix convert_internet_message_buf(); we forgot to...
2010-03-05 Art Cancro* New parameter to CtdlSaveMsgPointersInRoom() to suppr...
2010-03-04 Wilfried Göesgens* fix off by one while copying email headers
2010-03-03 Art Cancro* Removed code from serv_chat.c that checks to see...
2010-03-02 Wilfried Göesgens* don't use strchr to find the end of the email header...
2010-03-02 Art Cancro* Slightly more computationally efficient version of...
2010-03-02 Art Cancro* Replaced memfmout() with a much simpler version that...
2010-02-26 Wilfried Göesgens* use eUsrAxlvl all over the place
next