]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
Started implementing global room numbers.
[citadel.git] / citadel / ChangeLog
index 9c03581a4d1824b4f0fc2bf4a23fab9b23fcc198..3e2c02cd3d0382a7c8b276e0e4025869b631dcf1 100644 (file)
@@ -1,3 +1,13 @@
+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.