]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Wrote the rest of the use table code. Finished except for a bug.
[citadel.git] / citadel / ChangeLog
index 112ae7c10d57a59cfc2d348a9827aa4b1424c092..4a82342b7e73fcd5877bd44c06811b2b97388ec7 100644 (file)
@@ -1,4 +1,61 @@
  $Log$
+ Revision 580.56  2001/10/12 22:41:11  ajc
+ * Wrote the rest of the use table code.  Finished except for a bug.
+
+ Revision 580.55  2001/10/10 18:35:12  ajc
+ * Comments & cosmetics for previous update
+
+ Revision 580.54  2001/10/10 17:12:54  ajc
+ * Bugfix for MSG0 command to properly handle multipart/alternative
+
+ Revision 580.53  2001/10/06 21:32:29  ajc
+ * Finished the concurrency check for network polling.  (Now works both for
+   polling and being polled.  Severe UUCP deja vu.)
+
+ Revision 580.52  2001/10/06 20:28:06  ajc
+ * Began implementing some concurrency stuff for the networker
+
+ 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.
+
+ Revision 580.44  2001/09/18 04:05:04  ajc
+ * Added host/IP and port to node config (client side only)
+
+ Revision 580.43  2001/09/17 23:55:45  ajc
+ * Support for IGnet routing (not tested)
+
+ Revision 580.42  2001/09/16 05:44:51  ajc
+ * serv_smtp.c: instead of doubling delivery retry times unbounded, set a
+   maximum retry time of SMTP_RETRY_MAX (currently set to 12 hours)
+
+ Revision 580.41  2001/09/09 16:19:29  error
+ * Updated PAM configuration file citadel.pam for Red Hat 7.x.
+
+ Revision 580.40  2001/09/09 03:19:38  ajc
+ * cdb_cull_logs() now removes log files as soon as the log_archive() function
+   says it's ok to do so.
+
  Revision 580.39  2001/09/08 18:58:38  ajc
  * More changes to the new networker.  Added client command for room sharing.
 
@@ -2734,3 +2791,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
+