]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* We now have a housekeeping thread and a housekeeping queue.
[citadel.git] / citadel / ChangeLog
index 2ba0368a60dce47cd23a236199d60df4d8d7e62b..c62219b14c0a9f7b165cd9d50a782da6344b3a62 100644 (file)
@@ -1,4 +1,27 @@
 $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)
+
+Revision 1.372  1999/09/27 03:33:40  ajc
+* cmd_regi() is now in serv_vcard and writes to the vcard instead of to the
+  usersupp file.  Still needs tweaking.
+
 Revision 1.371  1999/09/24 03:32:19  ajc
 * "read my vCard" and "write my vCard" are written and tested.