]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Did most of the migration from save_message() to CtdlSaveMsg(). The
[citadel.git] / citadel / ChangeLog
index 20c4e3263b94f8e37633e7a0dd55905f0262ca30..e261df362e0767ac54ac6c737795261b2b2498f2 100644 (file)
@@ -1,4 +1,16 @@
 $Log$
+Revision 1.365  1999/09/16 03:23:23  ajc
+* 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!!
+
+Revision 1.364  1999/09/07 01:42:42  ajc
+* cmd_msg3() now uses serialize_message() for its output.  All message
+  commands will eventually exist as a "struct CtdlMessage" at some point
+  so that we can install server-side handler hooks.
+
 Revision 1.363  1999/09/07 00:04:13  ajc
 * netproc.c: put outgoing messages into the use table, too -- this prevents
   locally originated messages from showing up again if a remote system is