fix possible leaks around 'W'; the funambol code abuses it.
[citadel.git] / citadel / msgbase.c
2011-09-19 Wilfried Goesgensfix possible leaks around 'W'; the funambol code abuses it.
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-09-04 Wilfried GoesgensDon't add brackets <> to the reply to; it should be...
2011-09-04 Wilfried GoesgensFix envelope-to header.
2011-09-04 Art CancroFixed a bug in the 'only replies are allowed in this...
2011-09-04 Art CancroAttempting to fix a segfault generated in Removecontext()
2011-09-04 Art CancroGenerate Message-ID's that will not be reused/repeated...
2011-09-04 Art CancroReplace the temporary log message with a permanent one
2011-09-04 Art CancroOk this is it, the best of both worlds.
2011-09-04 Art CancroRevert "Updating cmd_euid() to use the CtdlForEachMessa...
2011-09-04 Art CancroRevert "Replaced cached_msglist array with a btree...
2011-09-04 Art CancroRevert "arrgh"
2011-09-04 Art CancroRevert "xxx"
2011-09-04 Art Cancroxxx
2011-09-04 Art Cancroarrgh
2011-09-04 Art CancroReplaced cached_msglist array with a btree persistent...
2011-09-04 Art CancroUpdating cmd_euid() to use the CtdlForEachMessage(...
2011-09-04 Art CancroUse a binary search to locate msgnum in cached_msglist
2011-09-04 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-09-04 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-09-04 Art CancroCache the most recently fetched msglist in CtdlForEachM...
2011-09-04 Art CancroRemoved the MESSAGE_IN_ROOM sections in order to make...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-08-31 Wilfried GoesgensWhen sending chunks in a loop, terminate imemdiately...
2011-08-24 Wilfried GoesgensAdd IODebugging to CtdlReadMessageBodyAsync
2011-08-17 Wilfried GoesgensAdd async message reading
2011-01-30 Wilfried GoesgensMerge branch 'libevent' of ssh://git.citadel.org/appl...
2011-01-30 Wilfried Goesgensby jimcuclamath: use defines instead of numbers for...
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
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-15 Wilfried GoesgensMemleak: CtdlMakeMessage(): don't forget about the...
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-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-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 samjamAllow save-to-drafts without recipients
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-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-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
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2010-02-19 Wilfried Göesgens* don't break overlong lines on random places and loose...
2010-02-12 Wilfried Göesgens* make the write -1 aware here too.
2010-02-12 Wilfried Göesgens* custom sockets need to work buffered too...
2010-02-10 Wilfried Göesgens* migrate convert_internet_message to StrBuf, the new...
2010-02-09 Wilfried Göesgens* change CtdlReadMessageBody to use StrBuf for concatte...
2010-02-07 Wilfried Göesgens* if we delete the last message, msglist[num_msgs ...
2010-02-06 Wilfried Göesgens* fix off by one in memfmtout
2010-01-31 Wilfried Göesgens* transmit the charset (if found) in part= and DLAT
2010-01-02 Wilfried Göesgens* rewrite memfmout() so it doesn't split overlong lines...
2010-01-02 Wilfried Göesgens* remove replace part of memfmout(); its not used anymo...
2009-12-30 Art Cancro* Added a new 'MSGS LT' subcommand
2009-11-10 Dave WestCleaned a few warnings about deprecated functions.
2009-11-10 Art Cancro* headers_euid() needs to look at the 'E' field, not...
2009-11-03 Dave WestIncreased the load average before strangling the server...
2009-10-30 Art Cancro* Wrote the code to fetch a particular revision of...
2009-10-29 Dave WestDon't register commands twice, only register them befor...
2009-10-25 Wilfried Göesgens* add outfunction to MSGS that just outputs ID|EUID
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-25 Dave WestA few more API clean ups. Mainly revolving around user_...
2009-10-23 Dave WestFix the Makefile.in to properly clean the user_modules...
2009-10-21 Art Cancro* New command 'WIKI history|<pagename>' to list the...
2009-10-21 Art Cancro* New API function CtdlDoIHavePermissionToReadMessagesI...
2009-10-17 Dave WestCitadel API clean up.
2009-10-12 Art Cancro* Blank out the Envelope-to: header when reading messag...
2009-10-08 Art Cancro* Rolled back the 'MSGS EUID' subcommand introduced...
2009-10-07 Art Cancro* New MSGS subcommand 'EUID' to fetch msgnum of a messa...
2009-09-10 Art Cancro* Fixed a condition in CtdlSetSeen() where the final...
2009-09-10 Art Cancro* Removed the 'w' variable because it was always set...
2009-09-10 Art Cancro* Do as many truncations as necessary, but only do...
2009-09-09 Art Cancro* For ctdlsetseen_answered we truncate the firstirst...
2009-09-09 Art Cancro* Restored the previous behavior of marking the oldest...
2009-09-08 Wilfried Göesgens* correct abort logic; it needs to be >= 0
next