]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Stripped the build of obsolete parts of the old networker no longer in use.
[citadel.git] / citadel / ChangeLog
index cc2db12e81ac8c7855d62efae8e9bed7f7f69eb8..6e0d0a159f9c76cdedd61e3e84e0f0eeda0c938e 100644 (file)
@@ -1,4 +1,24 @@
  $Log$
+ Revision 580.51  2001/10/06 19:51:47  ajc
+ * Stripped the build of obsolete parts of the old networker no longer in use.
+
+ Revision 580.50  2001/10/03 20:05:50  ajc
+ * serv_smtp.c: implement RFC2920 ESMTP "pipelining" extension on the server
+   side.  (No changes required other than advertising the extension.)
+
+ Revision 580.49  2001/10/03 03:15:16  ajc
+ * Implemented BOUNCE BOUNCE BOUNCE
+
+ Revision 580.48  2001/10/02 03:04:30  ajc
+ * Allow non-Aides to terminate sessions belonging to them
+
+ Revision 580.47  2001/09/24 18:55:13  ajc
+ * Completed migrating the "netpoll" utility into the serv_network module.
+   Removed this utility.
+
+ Revision 580.46  2001/09/21 20:58:25  nbryant
+ support different log_archive prototype in DB versions prior to 3.3
+
  Revision 580.45  2001/09/20 04:17:10  ajc
  * Inbound network authentication working.  Fixed a bug in the split-horizon
    algorithm.  Still need to move the 'netpoll' command into the server.