]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* We now have a housekeeping thread and a housekeeping queue.
[citadel.git] / citadel / ChangeLog
index 2f5e7bd8f9429305a4d74f89457a9c98be50d2f8..c62219b14c0a9f7b165cd9d50a782da6344b3a62 100644 (file)
@@ -1,4 +1,20 @@
 $Log$
+Revision 1.377  1999/10/04 03:19:52  ajc
+* We now have a housekeeping thread and a housekeeping queue.
+
+Revision 1.376  1999/10/03 21:48:21  ajc
+* Added serv_upgrade.h to automagically convert pre-5.55 format user records
+  to 5.55 format user records and generate vCards.
+
+Revision 1.375  1999/09/29 21:13:17  ajc
+* CtdlWriteObject() can now store objects in personal rooms for any specified
+  user -- rather than only the current user or non-personal rooms.
+
+Revision 1.374  1999/09/29 17:26:56  ajc
+* serv_vcard.c: fixed crashola bug in cmd_greg()
+* tools.c: simplified and improved the string tokenizer.  Now it runs in a
+           single pass with no intermediate buffer.
+
 Revision 1.373  1999/09/28 03:27:37  ajc
 * Fully migrated cmd_greg() and cmd_regi() into serv_vcard (still has bugs)