]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* When sending mail, copy to the sender's "Sent Items>" room instead of to
[citadel.git] / citadel / ChangeLog
index f5512c297dc56ec6b83b8808d2bd44a5d522a304..8774438fa0f987790e49ac968138a1a1dce62c77 100644 (file)
@@ -1,4 +1,20 @@
  $Log$
+ Revision 580.87  2001/12/03 01:50:17  ajc
+ * When sending mail, copy to the sender's "Sent Items>" room instead of to
+   the sender's "Mail>" room.
+
+ Revision 580.86  2001/12/02 23:36:24  ajc
+ * On a new system, set the default new user level to 4 instead of 1.
+
+ Revision 580.85  2001/12/02 23:27:01  ajc
+ * Removed references to the old networker from the documentation.  Did not
+   write any new documentation, so what's there now is kind of sparse.
+
+ Revision 580.84  2001/12/02 02:42:55  ajc
+ * Implemented new room flag QR2_SYSTEM which supresses the room from all
+   room listings, even for Aides (but it's still gotoable).  This will be used
+   for rooms which hold system configuration and message queues.
+
  Revision 580.83  2001/12/01 19:23:26  ajc
  * clientsocket.c: implement socket timeouts for read operations