]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / ChangeLog
index 6b8a7553decab966de34ba764988e0f48aa5ec7f..548fd583a3b6f636f01cd97a2aec240c001d05b9 100644 (file)
@@ -1,4 +1,50 @@
  $Log$
+ 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.
+
  Revision 580.20  2001/08/06 21:33:29  nbryant
  made the client fall back on port 504 if there's no /etc/services entry
 
@@ -2662,3 +2708,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 
+