* First cut at Solaris fixes. There may still be some *printf("%s", NULL)
[citadel.git] / citadel / msgbase.c
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-10 Art Cancro* Changes to message base and networker to support...
2000-03-03 Art Cancro* Finished the inbound side of gateway domain service
2000-02-29 Art Cancro* IGnet delivery is broken
2000-02-26 Art Cancro* Fortified the message base and SMTP code so that...
2000-02-22 Art Cancro* Minor tweaks to RFC822 output to keep brain-damanged...
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-02-18 Art Cancro* Coded up the "bounce" functions. Still a coupla...
2000-02-18 Art Cancro* Made the <.ASI> command a bit friendlier.
2000-02-17 Art Cancro* Tried to fix breakage with MS Outlook
2000-02-16 Art Cancro* Altered the display and conversion of RFC822 messages
2000-02-16 Art Cancro* More addressing hacks
2000-02-14 Art Cancro* sysdep.c: added new event hook type EVT_TIMER. Timer...
2000-02-10 Art Cancro* AXED STUFF!!
2000-02-10 Art Cancro* When parsing incoming Date fields, replace with the...
2000-02-07 Art Cancro* nothing
2000-02-07 Art Cancro* Renamed CtdlLocalHost() to CtdlHostAlias() and worked...
2000-01-25 Art Cancro* Wrote enough of the SMTP sender to get Patriot drooli...
2000-01-24 Art Cancro* Stuff
2000-01-23 Art Cancro* Temporary hack to ig_tcp_server() to listen on an...
2000-01-23 Art Cancro* Coded up some more of the SMTP-sender (still not...
2000-01-17 Art Cancro* CR to CRLF hacks (lose, lose, lose)
2000-01-17 Art Cancro* Completed POP3 server. All RFC1939 commands except...
2000-01-17 Art Cancro* Bug fix to new output message
2000-01-17 Art Cancro* Modified CtdlOutputMsg() to handle output to arbitrar...
2000-01-16 Art Cancro* Began change of output_message() to CtdlOutputMsg()
2000-01-15 Art Cancro* Fixed the access rights on auto-created rooms (the...
2000-01-09 Art Cancro* Auto-creation of various rooms is now done correctly...
2000-01-09 Art Cancro* Get/save arbitrary configs
2000-01-08 Art Cancro* Completed spool to outbound delivery queue (still...
2000-01-08 Art Cancro* Reworked some of the data structures to handle multip...
2000-01-06 Art Cancro* Replaced citmail.c with a new one that simply SMTP...
1999-12-30 Art Cancro* Got initial SMTP delivery working in a very specific...
1999-12-22 Art Cancro* Got some more parsing in there
1999-12-14 Art Cancro* More SMTP implementation
1999-11-21 Art Cancro* Protected cmd_move() from buffer overrun (no longer...
1999-11-05 Art Cancro* Issue 'cancel' messages for vCard when a user is...
1999-11-02 Art Cancro* Several fixes to msgbase.c and netproc.c to prevent...
1999-11-02 Art Cancro* Message-ID: rfc822 fix
1999-11-01 Art Cancro* CtdlFetchMessage() - generate a "<no text>" message...
1999-10-31 Art Cancro* Fixed a bug which was crashing the server during...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-23 Art Cancro* Finished moving vCard functionality to the new messag...
1999-10-21 Art Cancro* Finished up the flags and replication checks in CtdlS...
1999-10-20 Art Cancro* More code shuffle. Added some flags to CtdlSaveMessa...
1999-10-20 Art Cancro* Wholist fixes for users who are in chat mode
1999-10-20 Art Cancro* Code reorganization. Making it easier to move/copy...
1999-10-17 Art Cancro* Got the new replicator working. Now to move vCard...
1999-10-17 Art Cancro* Oops
1999-10-17 Art Cancro* Discovered a huge design flaw in the replication...
1999-10-16 Art Cancro* Replication fixes
1999-10-16 Art Cancro* Don't do hooks during cmd_ent3()
1999-10-14 Art Cancro* Finished the netproc side of Z (zap/supersede) proces...
1999-10-13 Art Cancro* Added search-by-header-fields to CtdlForEachMessage...
1999-10-08 Art Cancro* More vCard-related debugging
1999-10-07 Art Cancro* Semi-broken vCard replacement implementation in place.
1999-10-04 Art Cancro* Minor vCard fixes
1999-09-29 Art Cancro* CtdlWriteObject() can now store objects in personal...
1999-09-24 Art Cancro* "read my vCard" and "write my vCard" are written...
1999-09-19 Art Cancro* Finished off the message architecture stuff with...
1999-09-19 Art Cancro* Debugging in cmd_ent3()
1999-09-19 Art Cancro* migrated cmd_ent3() to CtdlSaveMessage()
1999-09-19 Art Cancro* Debugged the new version of CtdlWriteObject()
1999-09-16 Art Cancro* Did most of the migration from save_message() to...
1999-09-07 Art Cancro* cmd_msg3() now uses serialize_message() for its outpu...
1999-09-02 Art Cancro* msgbase.c: new function serialize_message() for futur...
1999-09-01 Art Cancro* Actually _enforce_ the max msg len limit
1999-09-01 Art Cancro* Implemented "maximum message length" in global system...
1999-08-31 Art Cancro* Handle multipart/alternative properly during legacy...
1999-08-29 Art Cancro* Made some changes to the output of MIME (especially...
1999-08-26 Art Cancro* HTML updates
1999-08-21 Art CancroMinor cosmetic cleanup. No code changes.
1999-08-01 Art Cancro* EXTREME coolness. The server side of the ICQ metacli...
1999-07-30 Art Cancro* Added strdoop(), a leak-checked version of strdup()
1999-07-29 Art Cancro* msgbase.c: reorganized. output_message() now uses...
1999-07-28 Art Cancro* serv_expire.c: expire-by-age now calls CtdlFetchMessa...
1999-07-27 Art Cancro* Implemented new data type "CtdlMessage" which will...
1999-07-27 Art CancroRemoved serv_upgrade.c and all references to it in...
1999-07-25 Art CancroFixed reference count problem in cmd_move()
1999-07-24 Art CancroContinued replacing references to [get_put]_msglist...
1999-07-24 Art Cancrocmd_move() now uses CtdlDeleteMessages().
1999-07-24 Art Cancron more log
1999-07-24 Art Cancrotest of CVS log function
1999-07-23 Art Cancro * Fixed really dumb error that prevented network msgs...
1999-07-23 Art CancroAdded CtdlWriteObject() to store generic data in the...
1999-07-23 Art CancroMoved message deletion into new API function CtdlDelete...
1999-07-21 Art Cancro Moved the actual work done in cmd_msgs() into a new...
1999-07-20 Art Cancro * Keep the (unqualified) content-type in the...
1999-07-16 Art Cancro * PEXP and GEXP no longer trip the idle time display
1999-07-16 Art Cancrocosmetic
1999-07-16 Art Cancro * eliminate redundant "name" parameter in [l]putuser...
1999-07-12 Art Cancro * Mail is now saved in both sender and recipien...
1999-07-12 Art Cancro * Added supplementary message info records...
1999-07-11 Art Cancro * room_ops.c: eliminate room name parameter...
1999-06-10 Art Cancro * Replaced all code that generated temporary...
1999-05-21 Art Cancro * database.c: print log messages for file defra...
1999-05-13 Nathan Bryantfix namespace collision with <sys/stream.h> on certain...
1999-04-13 Nathan Bryantfixed time_t handling (have to cast it to long for...
1999-03-06 Art Cancrominor fix to memfmout()
1999-03-06 Art Cancro * client_chat.c: use memfmout(), *not* cprintf...
next