]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Updated some of the documentation
[citadel.git] / citadel / ChangeLog
index a9876287fa549c36184019f81439a83e708013c3..08bd1563d18762df7eef90e40b4b6b8620382137 100644 (file)
@@ -1,4 +1,41 @@
  $Log$
+ 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)