]> 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 e058bd5c5b54858724e3b57ca6e9b025dba34fdb..4a82342b7e73fcd5877bd44c06811b2b97388ec7 100644 (file)
@@ -1,4 +1,23 @@
  $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.)