* give the flag to the CtdlDoIHavePermissionToPostInThisRoom in through the parameter...
[citadel.git] / citadel / msgbase.c
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...
2007-01-20 Art Cancro* Applied Matt's patches to submit messages to Funambol
2007-01-10 Art Cancro* Augmented the access control model and API
2007-01-04 Art Cancro* CtdlOutputPreLoadedMessage() -- buffer up to 1K chara...
2006-12-30 Wilfried Göesgens* encode message subjects in rfc2047 style if they...
2006-12-23 Art Cancro* Minor changes to debug logging
2006-12-22 Art Cancro* Reference count adjustments are now deferred by queuing
2006-12-08 Art CancroCtdlSetSeen() now silently returns without doing anything,
2006-11-01 Wilfried Göesgens* added message subject to all those tiny messages
2006-10-28 Art CancroNew server command DLAT (DownLoad ATtachment) which
2006-10-26 Art CancroVACATION and REJECT messages now appear to come from
2006-10-24 Art CancroAdded a system of weighted preferences to the
2006-10-23 Art CancroKeep track of envelope from and to headers
2006-09-23 Art CancroCompleted a new queue (sieve_list) which will instantly
2006-09-21 Art Cancroserv_network.c and msgbase.c: preliminary work for...
2006-08-30 Art CancroFixed a bug in MSGS SEARCH that was causing it
2006-08-28 Art CancroWhen reading in a message via SMTP (or any protocol...
2006-08-27 Art CancroMSGS command can now do full text search on the room
2006-08-17 Art CancroThe DELE command now accepts multiple message numbers
2006-08-05 Art Cancro* MOVE command can now move multiple messages at a...
2006-08-05 Art CancroRemoved the old CtdlSaveMsgPointerInRoom() API. Everyt...
2006-07-28 Art CancroCtdlDeleteMessages() now has a bulk API. Updated all...
2006-07-27 Art CancroCtdlDeleteMessages() now uses the bulk API CtdlCopyMsgs...
2006-07-27 Art CancroRemoved a spurious FIXME that had already been fixed
2006-07-11 Art CancroWhen generating Message ID's, pad with leading zeroes
2006-05-18 Art CancroIMAP COPY messages in bulk. I think it works
2006-05-17 Art CancroCtdlSaveMsgPointerInRoom() is now a simple wrapper...
2006-04-12 Art Cancroserv_network.c: moved a call to CtdlFreeMessage() out...
2006-03-29 Art CancroFixedOutputHooks are now used _strictly_ for the MSG0...
2006-02-28 Art CancroServer hacks to allow non-ASCII characters to be carried in
2006-02-09 Wilfried Göesgensone typo in a define. moved file calculation to the...
2006-02-06 Art CancroPrepended the <no text> pseudomessage with an RFC822...
2006-01-26 Art Cancro* Allow client to supply EID in "notes" rooms.
2006-01-24 Art CancroIn WIKI rooms, clients can supply a message EUID
2006-01-18 Wilfried Göesgensincludes.
2006-01-18 Wilfried Göesgensmissing dirchanges and dependencies to pam.
2006-01-16 Wilfried Göesgenscentralized filename calculation
2006-01-15 Wilfried Göesgenscalculate the directories in a central manner.
2006-01-05 Art CancroImplemented configuration settings for journaling.
2006-01-04 Art CancroBegan implementation of Journaling and Envelope Journaling.
2005-11-28 Art Cancro* Eliminated the use of tmpnam() to shut up the compile...
2005-11-17 Wilfried Göesgenscitadel.control doesn't belong to /var/run/citadel
2005-10-26 Art Cancro* msgbase.c: Yet Another Fix to the handling of embedde...
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-10-25 Art Cancronum_recps init
2005-10-25 Art Cancrofix for above
2005-10-22 Art Cancrominor fix for previous checkin
2005-10-22 Art Cancro* msgbase.c: allow multipart/alternative part-swapping...
2005-10-22 Art Cancro* mime_parser.c: recurse into message/rfc822 parts...
2005-10-21 Art Cancro* MSG4 (and CtdlOutputMsg() as well) now accepts an...
2005-10-19 Art Cancro* New type of server hook: CtdlRegisterFixedOutputHook...
2005-10-19 Art Cancro* msgbase.c, messages.c, html.c: conversion of HTML...
2005-10-18 Art Cancro* serv_fulltext.c: index records are now cached in...
2005-10-16 Art Cancro* msgbase.c: alias() now handles addresses such as
next