* citserver.c, msgbase.c, user_ops.c: hide the owner-prefix of mail
[citadel.git] / citadel / msgbase.c
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...
1998-07-24 Art Cancro Used a call to stat() instead of fseek()/ftell() to...
1998-07-17 Art Cancro These are the changes to eliminate most of the arbitra...
1998-07-13 Art Cancro Miscellaneous bug fixes. Also restored the ability...
1998-07-11 Art CancroInitial revision