]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* You guessed it: still more code for the new networker.
[citadel.git] / citadel / ChangeLog
index 996b9b66f3813c59d2a6a9a3d52b3433f5104f36..c2f789c5287fe6c2daafc0dcd59d4ef0580024cc 100644 (file)
@@ -1,4 +1,70 @@
  $Log$
+ Revision 580.38  2001/09/07 04:05:27  ajc
+ * You guessed it: still more code for the new networker.
+
+ Revision 580.37  2001/09/06 05:47:29  nbryant
+ check for /usr/include/db3 (for RedHat 6.2; others?)
+
+ Revision 580.36  2001/09/06 05:23:14  nbryant
+ #include fix for glibc 2.1.3
+
+ Revision 580.35  2001/09/06 04:02:34  ajc
+ * A few more updates to the networker
+
+ Revision 580.34  2001/09/06 03:32:41  nbryant
+ build fix for sparc-sun-solaris2.8; i think the dependencies should be
+ set up properly for all platforms now.
+
+ Revision 580.33  2001/09/06 02:55:27  nbryant
+ build fix for Linux
+
+ Revision 580.32  2001/09/06 02:49:22  ajc
+ * Fixed paste-post mode (<.E>nter <A>scii) to append instead of replace when
+   the user hits <C>ontinue (bug reported by Stu Mark)
+
+ Revision 580.31  2001/09/06 01:26:39  nbryant
+  - port to Cygwin (DLL support, etc.)
+  - don't build SMTP module if there's no resolver library (eg on Windows)
+
+ Revision 580.30  2001/09/06 00:54:01  nbryant
+ updated to libtool 1.4.1 and automake 1.5
+
+ Revision 580.29  2001/08/29 02:51:25  ajc
+ * More work on the new networker.
+
+ Revision 580.28  2001/08/25 05:04:57  ajc
+ * Worked a little more on the in-server replacement for netproc
+
+ Revision 580.27  2001/08/22 04:18:17  ajc
+ * Realized that there was lots of similarly broken code in
+   process_rfc822_addr().  Wrote two new utility functions in tools.c
+   stripout() and stripallbut() and used them where appropriate.  This should
+   take care of all possible infinite loops.
+
+ Revision 580.26  2001/08/22 03:43:11  ajc
+ * internet_addressing.c: fixed a bug in process_rfc822_addr() that caused the
+   server to jump into an endless loop when an e-mail address contained
+   unbalanced angle brackets.
+
+ Revision 580.25  2001/08/15 04:26:02  ajc
+ * Added split horizon and delete-after-spool to the new networker
+
+ Revision 580.24  2001/08/14 02:41:57  ajc
+ * Began the migration of netproc into part of the serv_network.c module instead
+   of a standalone program.
+
+ Revision 580.23  2001/08/11 22:35:40  nbryant
+ updated citadel-with-berkeley-db.txt.
+  - updated build instructions
+  - improved backup procedures to be safer and more space-efficient.
+
+ Revision 580.22  2001/08/11 19:18:41  ajc
+ * Realized that I am stupid and started implementing server commands to load
+   and save network configurations, when I had already lovingly implemented the
+   CONF GETSYS and CONF PUTSYS commands to store arbitrary configuration sets
+   in the Local System Configuration> room.  Ripped the newer crap out.
+ * Implemented a skeleton of <.A>ide <S>ysconfig <N>etwork on the client side.
+
  Revision 580.21  2001/08/11 03:51:56  ajc
  * Removed the idle timer from the client.  Dialup is dead.