* Did most of the migration from save_message() to CtdlSaveMsg(). The
authorArt Cancro <ajc@citadel.org>
Thu, 16 Sep 1999 03:23:27 +0000 (03:23 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 16 Sep 1999 03:23:27 +0000 (03:23 +0000)
commit1cb1846881827420b481ce8742c4d10ac18afe9c
tree9cc297336493c9ada1fd69c9902ba276d45dafbf
parent561766aa347a0f6673e7bbebf7e29a70e456e507
* Did most of the migration from save_message() to CtdlSaveMsg().  The
  latter builds a "struct CtdlMessage" (so we can run server-side handlers
  against it later on), then serializes it and stores to disk.
* BROKEN BUILD ALERT!!  cmd_ent3() and CtdlWriteObject() are still not
  migrated.  They are stubbed out and will MALFUNCTION if used right now!!
citadel/ChangeLog
citadel/control.c
citadel/file_ops.c
citadel/msgbase.c
citadel/msgbase.h
citadel/network/mail.sysinfo
citadel/room_ops.c
citadel/serv_chat.c
citadel/server.h
citadel/user_ops.c