]> 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 2e8c5e733c5ac658a36343520874ee13ca6e0a6d..8774438fa0f987790e49ac968138a1a1dce62c77 100644 (file)
@@ -1,4 +1,91 @@
  $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
+
+ Revision 580.76  2001/11/16 04:43:12  ajc
+ * Eliminated the sock_puts_crlf() function and ensured that all SMTP client
+   commands are sent out using a single sock_write() call.  There are broken
+   SMTP server implementations that can't handle SMTP commands split across
+   multiple writes.  (Thanks to Andru Luvisi and Ben Mehlman for the idea.)
+
+ Revision 580.75  2001/11/15 04:11:30  ajc
+ * hack.doc: updated to reflect Cit86Net compatibility fields removed from the
+   file format (since we dumbed down the gateway software)
+ * ipc_c_tcp.c: removed SOCKS4 support.  Nobody uses it anymore.
+ * ipc_c_tcp.c: fixed a bug which caused the client to fall back to defaultPort
+   if a numeric port number was specified instead of a service name
+
+ Revision 580.74  2001/11/14 02:59:01  ajc
+ * Network run frequency is now a site-definable setting
+
+ Revision 580.73  2001/11/13 22:05:23  ajc
+ * Re-introduced the ability to enter IGnet mail into the system.
+
+ Revision 580.72  2001/10/29 22:59:22  ajc
+ * Renamed "SuppMsgInfo" to "MetaData" because that's what it is
+
+ Revision 580.71  2001/10/29 16:39:54  ajc
+ * Finished the migratenet utility (finally).
+
+ Revision 580.70  2001/10/28 05:18:51  ajc
+ * migratenet almost finished
+
+ Revision 580.69  2001/10/26 04:26:45  ajc
+ * more work on the net migrator
+
+ Revision 580.68  2001/10/23 03:37:33  ajc
+ * Threw a few more lines of code into migratenet.c
+
+ Revision 580.67  2001/10/20 18:10:50  ajc
+ * migratenet.c: added (not even close to being finished)
+
+ Revision 580.66  2001/10/17 21:07:20  nbryant
+ further format string cleanups (for i686-linux type sizes)
+
+ Revision 580.65  2001/10/17 20:41:07  nbryant
+  - declare *printf format specifiers if gcc detected
+  - format string fixes (compiles w/o warnings on alpha osf/1)
+
+ Revision 580.64  2001/10/17 19:40:38  nbryant
+ warning fixes and cleanups for 64-bit machines
+
  Revision 580.63  2001/10/16 20:47:37  nbryant
  - backed out -export-dynamic, it doesn't do anything and i've found the real
  problem