* Semi-broken vCard replacement implementation in place.
[citadel.git] / citadel / msgbase.c
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...
1999-03-03 Art CancroPrevent buffer overruns in [get|put]user()
1999-02-24 Nathan Bryantfixes for BSDI. see ChangeLog.
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-02-01 Art CancroReally got things working nicely
1999-02-01 Art CancroAdded the OPNA command for downloading attachments
1999-01-31 Art CancroFinished the mime parser, but there's a bug in it somew...
1999-01-31 Art Cancrohandle "disposition" field
1999-01-31 Art CancroMore work on the MIME parser
1999-01-29 Nathan Bryantirix fixen
1999-01-27 Art Cancro5.51
1999-01-20 Art CancroAdded the ability to supply both start and end pointers...
1999-01-20 Art Cancro Started a rewrite of the MIME parser
1999-01-15 Art Cancro * Brought over the mime_parser from WebCit...
1999-01-14 Art CancroChanges to support MIME
1999-01-13 Art Cancro * Various changes to begin work on support...
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1999-01-06 Art Cancro * Replaced all occurances of malloc(), realloc...
1998-12-19 Art Cancro * Added "-i" flag to netproc to make it skip...
1998-12-18 Art Cancromsgbase.c: generate an 'I' field when requested (i...
1998-12-16 Art Cancromsgbase.c: fixed tempfile naming problem that could...
1998-12-16 Art Cancromsgbase.c: remove extra call to alias() which was causing
1998-12-07 Art Cancro * Ripped most of the "attachments" stuff out...
1998-12-06 Art CancroRemoved whitespace to left and right of '@' in netmail...
1998-12-03 Art Cancro * msgbase.c: modified AddMessageToRoom() and...
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-17 Art Cancroroom_ops.c: users can delete messages from their mailboxes
1998-11-13 Art Cancrosee ChangeLog
1998-11-12 Art Cancromore fixes to msgbase.c for delivery of network mail
1998-11-11 Art Cancro * citserver.c, msgbase.c, user_ops.c: hide...
1998-11-11 Art Cancromsgbase.c: fixed a bug that broke incoming network...
1998-11-09 Art Cancrofix
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-11-02 Art Cancro * Implemented message expiry by date (this...
1998-10-15 Art Cancro * msgbase.c: reimplemented cmd_move()
1998-10-15 Art CancroInitial work on new implementation of move_message()
1998-10-15 Art CancroMisc code cleanup
1998-10-13 Art CancroFinished the import module
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-10-06 Art CancroFixed stuff I broke.
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-10-02 Art Cancro * Finally removed all three usersupp.foo[MAXROO...
1998-10-01 Art CancroRemoved a few more references to usersupp.lastseen[]
1998-09-29 Art Cancro * Removed code from some of the utilities which...
1998-09-29 Art CancroCommented some of the code that will need to be changed.
1998-09-23 Art Cancro * More changes to support attachments. They...
1998-09-23 Art CancroMultipart attachments stuff. arrgh
1998-09-22 Art CancroMore changes to get attachments working.
1998-09-22 Art Cancro * msgbase.c: began laying the groundwork to...
1998-09-21 Nathan Bryant * msgbase.c: include dynloader.h
1998-09-20 Art Cancro * Added a UserFunctionHook category to implemen...
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-07-30 Art CancroChanged all of the proprietary strucmp() and struncmp...
1998-07-29 Art CancroFixed a bug which caused the server to crash when readi...
1998-07-27 Art CancroConverted send_message() to accept a memory buffer...
next