]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
Started implementing global room numbers.
[citadel.git] / citadel / ChangeLog
index 82f152d1963aa5ca4b27664967db77e5c1dfee86..3e2c02cd3d0382a7c8b276e0e4025869b631dcf1 100644 (file)
@@ -1,5 +1,28 @@
+Tue Nov 17 22:37:48 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Started implementing global room numbers.
+
+Sun Nov 15 20:32:34 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * room_ops.c: mailbox rooms always appear on the main floor
+       * made QR_MAILBOX rooms non-editable
+       * cmd_setr() delete old room record when room name changes
+         (This causes a big mess that exposes a flaw in the whole design.)
+       * room_ops.c: users can delete messages from their mailboxes
+
+Thu Nov 12 23:59:13 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Rewrote cmd_rchg() and also increased the size of the "fakename"
+         buffer.  Overruns are probably what was causing the crashes.
+       * Changed the way cmd_ent3() handles mail messages; the previous code
+         rerouted all private mail to the trash.
+
 Wed Nov 11 17:57:39 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * citserver.c: slight changes to cmd_rchg() and cmd_hchg() [crashes]
+       * citserver.c, msgbase.c, user_ops.c: hide the owner-prefix of mail
+         rooms in a couple more places: set_wtmpsupp() and make_message()
+       * sysdep.c: added an fflush() to lprintf() for "tail -f"-able logs
+       * serv_expire.c: purge ops are now a command instead of a cleanup
+         function.  This is probably temporary as well.
+       * citadel.c: fixed the way <.WL> parses the returned data from a
+         TIME command.
 
 1998-11-11 Nathan Bryant <bryant@cs.usm.maine.edu>
        * serv_upgrade.c: fix uninitialized variable