]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* You guessed it: still more code for the new networker.
[citadel.git] / citadel / ChangeLog
index 8149fe4843fbcbe0a0d922037e6dd458ef93b681..c2f789c5287fe6c2daafc0dcd59d4ef0580024cc 100644 (file)
@@ -1,4 +1,94 @@
  $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.
+
+ 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
+
+ Revision 580.19  2001/08/05 23:54:14  ajc
+ * prep for new network node infrastructure
+
+ Revision 580.18  2001/08/03 16:53:21  ajc
+ * Added some more "break" statements to the main switch..case loop in
+   citadel.c where they were needed.
+
+ Revision 580.17  2001/08/03 16:43:53  ajc
+ * database_sleepycat.c: when running txn_checkpoint(), handle DB_INCOMPLETE
+   return code as a warning instead of an error worthy of aborting the server.
+   See http://www.sleepycat.com/docs/api_c/txn_checkpoint.html for explanation.
+
+ Revision 580.16  2001/07/30 03:46:14  nbryant
+ made ForEachUser use a read-only cursor, too. there is now only one piece of
+ code in Citadel proper (not the database driver) that needs transactions.
+ that's check_ref_counts; in other words it's the only thing standing in the way
+ of a clean implementation of retryable transactions.
+
  Revision 580.15  2001/07/29 22:24:04  nbryant
   - added a new function to the database interface, cdb_close_cursor().  always
  call this when you're finished with a traversal but didn't bother reading all