]> 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 08bd1563d18762df7eef90e40b4b6b8620382137..8774438fa0f987790e49ac968138a1a1dce62c77 100644 (file)
@@ -1,4 +1,41 @@
  $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
+
+ Revision 580.82  2001/12/01 17:00:23  ajc
+ * serv_smtp.c: when multiple MX's are the same preference, randomize them
+
+ Revision 580.81  2001/12/01 07:18:28  ajc
+ * Fixed an SMTP delivery problem that was causing certain classes of
+   transient errors to cause a message to never be delivered.
+
+ Revision 580.80  2001/12/01 05:26:01  ajc
+ * Added a command "SMTP" to the Citadel protocol, to do some unimportant
+   utility/diagnostic functions.
+
+ Revision 580.79  2001/11/27 17:08:29  ajc
+ * When calling an external editor, set the environment variable
+   WINDOW_TITLE to an appropriate value.
+
+ Revision 580.78  2001/11/26 03:27:08  ajc
+ * new algorithm to load the use table
+
  Revision 580.77  2001/11/17 19:55:08  ajc
  * Updated some of the documentation