* give all commands their own function
[citadel.git] / citadel / msgbase.c
2009-04-17 Wilfried Göesgens* give all commands their own function
2009-04-14 Art Cancro* Added the ability for callers of CtdlSubmitMsg()...
2009-04-02 Art Cancro* DLAT response was missing its MIME metadata. Fixed.
2009-03-25 Wilfried Göesgens* make some pointers const...
2009-02-06 Art Cancro* Fixed the 'baby obama' bug
2009-02-03 Art Cancro* Do nhdr=yes when in MT_MIME mode
2008-11-05 Art Cancro/* If the last item in a list of recipients was truncat...
2008-11-04 Art CancroThat didn't work.
2008-11-04 Art CancroExperimental rfc822 output helper that folds lines
2008-10-31 Art CancroRemove the 'Organization:' field from RFC822 output.
2008-10-16 Art CancroTrust the compiler to do short-circuit evaluation.
2008-09-26 Art CancroDLAT and OPNA now accept either a part number or a...
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
2008-09-25 Art CancroCompleted HEADERS_FAST mode, which fetches only the top
2008-09-20 Art CancroFixed a bug in CtdlSetSeen() where if the target room
2008-09-18 Art CancroMinor changes to CtdlSetSeen(). Still needs more work.
2008-09-15 Art CancroAdded a four character msg0 header 'list' for field L
2008-09-04 Art Cancro* Discovered that my system hasn't processed its refcou...
2008-09-02 Art CancroImplemented RFC2919, the 'List-ID' field for mailing
2008-08-27 Wilfried Göesgens* fix Hans Segfault.
2008-08-11 Art CancroThe CtdlWriteObject() API no longer uses a temp file
2008-06-19 Wilfried Göesgens* backtrace invalid message error, so we can follow...
2008-06-17 Wilfried Göesgens* fix buffer handling in qp_encode_email_addrs()
2008-06-11 Art Cancroqp_encode_email_addrs() returns the supplied pointer...
2008-06-02 Art CancroIf an Internet email is sent by a logged in user,
2008-05-28 Wilfried Göesgens* lock the list just while adding the new piece into it.
2008-05-25 Dave WestNow the escaping of a single dot on a line of its own...
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-04-20 Wilfried Göesgens* implemented realloc
2008-04-17 Wilfried Göesgens* QP encode Realnames if they are non-ascii
2008-04-03 Art CancroKeep track of thread references, in the server and...
2008-03-29 Dave WestFix up ARTV import so that imports actually work.
2008-03-27 Art CancroFixed a potential infinite-loop condition in previous...
2008-03-26 Art CancroHandle RFC822 'References:' field and Citadel W (Wefewe...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-03-17 Dave WestRe-ordered the sequence of checking email addresses...
2008-03-15 Art Cancroremoved an unused variable
2008-03-15 Art CancroNew utility function convert_spaces_to_underscores()
2008-02-28 Art Cancrohtml_to_ascii() moved into libcitadel
2008-02-25 Wilfried Göesgens* allow users to move messages into a room they're...
2008-02-20 Wilfried Göesgens* re-designed loop with strlen inside
2008-02-11 Wilfried Göesgens* allow LMTP posting to all rooms.
2008-02-07 Wilfried Göesgens* ctdl_message_dir is the directory where messages...
2008-02-07 Art CancroFixed (hopefully) the mailing list problem.
2008-02-07 Art CancroChanged the 'No subscribers found' error message to...
2008-01-28 Art Cancro* Unfinished code is now disabled.
2007-12-25 Wilfried Göesgens* initial dspam integration module
2007-12-23 Dave WestMoved all threading code into threads.c
2007-12-21 Wilfried Göesgens* if none of the cases hits it, return 0K
2007-12-21 Wilfried Göesgens* inverted flag logic, so now the smtp public posting...
2007-12-13 Wilfried Göesgens* fixups. subscribers only post mailinglists work now.
2007-12-10 Wilfried Göesgens* poped code into the wrong slot. now check the sender...
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-12-03 Wilfried Göesgens* applied Patrick Colemans patch
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-11-11 Art CancroAmended the MSGP command to provide a way for the client to
2007-11-11 Art CancroExperimented with 'struct CitContext *CCC = CC;' for...
2007-11-04 Wilfried Göesgens* dump message headers on artv dump
2007-10-30 Art CancroMinor cleanup of previous commit
2007-10-30 Art CancroRemoved an 'if' statement that appears to fix Bug ...
2007-10-26 Art CancroUpdated extract_key() in mime_parser.c
2007-10-05 Wilfried Göesgens* zero structs before handing them to getpeername(...
2007-10-04 Art CancroApplied Matt's patch for pager config -- NOT TESTED
2007-10-03 Wilfried Göesgens* don't steal memory from bdb structures.
2007-09-18 Art CancroAggregation of remote POP3 accounts is now working.
2007-09-05 Dave WestA fix for Sieve/Vacation bug. *** This may break networ...
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-08-05 Dave WestContinue phase 2 of modules stuff.
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-23 Dave WestCode clean up. Removed #include serv_sieve.h as no...
2007-07-22 Wilfried Göesgensdavew: clean ups, addition to documentation of API...
2007-07-15 Wilfried Göesgens* added a comment infront of the svn modifieable return...
2007-06-27 Art CancroBe a little smarter about return-path generation.
2007-06-24 Art CancroCreating a mailbox room no longer automatically sets
2007-06-23 Wilfried Göesgens* added flag to make clients add a subject
2007-06-03 Art CancroFixed a memory leak created by the use of regcomp()
2007-05-29 Art CancroFix a type mismatch that generates a warning on 64...
2007-05-02 Wilfried Göesgens* added masquerade domain feature.
2007-04-12 Art Cancro*Always* require a recipient in the Mail> room,
2007-04-09 Art CancroSend private mail rather than posting a message whenever
2007-04-04 Art Cancro* Fixed a potential buffer overflow in the message...
2007-04-04 Art Cancrostruct recptypes now uses dynamically allocated
2007-03-28 Art Cancro* Include the MOVE command in the new delete access...
2007-03-25 Art CancroOutput a new header 'X-Citadel-MSG4-Partnum:' with the
2007-03-25 Art CancroBe more tolerant about whitespace between keys and...
2007-03-22 Art CancroChanges to support the use of any of a user's valid...
2007-03-22 Art CancroServer-side changes to allow users to submit messages
2007-03-17 Art CancroCtdlForEachMessage() now accepts regular expressions...
2007-03-16 Art CancroSupplying a content type to CtdlDeleteMessages() in...
2007-03-12 Art CancroRemoved an old, unncecessary debug trace msg
2007-03-07 Art CancroFixed a 'brown paper bag' bug in the new 'author as...
2007-02-22 Art CancroFinal changes to server to allow message display names to
2007-02-21 Art Cancro* Removed the completely redunant function get_mm()
2007-01-27 Art Cancro* Moved message deletion into the CtdlRoomAccess()...
2007-01-23 Art Cancro* Applied matt's funambol patch
2007-01-20 Wilfried Göesgens* use getpwent_r
2007-01-20 Wilfried Göesgens* if the message is not valid, try to free the message...
next