* New parameter to CtdlSaveMsgPointersInRoom() to suppress the reference count adjust...
[citadel.git] / citadel / msgbase.c
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
2009-09-04 Art Cancro* Cleaned up some compiler warnings.
2009-09-04 Wilfried Göesgens* fix buffer overrun condition while handling many...
2009-06-15 Art Cancro* CtdlMakeMessage() accept NULLs for certain fields...
2009-06-12 Wilfried Göesgens* don't abort search on empty string with success,...
2009-06-12 Wilfried Göesgens* apply 4a5a341e5166a9a5ed586e6d064076507d96c958 by...
2009-06-04 Art Cancro* cmd_move() now fails with a server error message...
2009-06-04 Art Cancro* Eliminated the CtdlCopyMsgsToRoom() function, since...
2009-06-04 Art Cancro* Documented the undocumented server commands in 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...
next