]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
make it compile with Berkeley DB 4.0.x
[citadel.git] / citadel / ChangeLog
index 383a1edf25badf4e842a0a7080a1be4a8c98ca79..8fd390b3e3585ed8902216a5e8cf49f9459d846d 100644 (file)
@@ -1,4 +1,112 @@
  $Log$
+ Revision 590.3  2001/12/13 22:29:57  nbryant
+ make it compile with Berkeley DB 4.0.x
+
+ Revision 590.2  2001/12/11 21:31:07  nbryant
+  - test for -ldb3 before -ldb
+
+ Revision 590.1  2001/12/11 20:04:41  nbryant
+  - fix library flags, includes for portability
+  - malloc.h is deprecated
+  - fix genstamp, hopefully
+  - fix size_t *printf handling for portability
+
+ Revision 590.0  2001/12/08 03:31:41  ajc
+ * THIS IS 5.90
+
+ Revision 580.95  2001/12/08 03:30:37  ajc
+ * Final changes to networking docs for 5.90
+
+ Revision 580.94  2001/12/06 05:13:34  ajc
+ * Added the documentation for room sharing and listserv
+
+ Revision 580.93  2001/12/04 05:24:15  ajc
+ * Added two more bytes to the possible length of shared secrets in networking
+   due to some legacy support requirements.
+
+ Revision 580.92  2001/12/04 05:16:19  ajc
+ * mime_parser.c: change to memory allocation algorithm ... some badly done
+   messages were crashing the server
+
+ Revision 580.91  2001/12/03 22:48:16  ajc
+ * ooops.  Look for the QR2_SYSTEM flag in QRflags2, not QRflags.
+
+ Revision 580.90  2001/12/03 17:02:50  ajc
+ * dynloader.c: fixed improperly done declaration and mallok()
+
+ Revision 580.89  2001/12/03 04:28:02  ajc
+ * mime_parser.c: now uses built-in functions to decode base64 and
+   quoted-printable attachments, instead of piping data to outboard programs.
+
+ Revision 580.88  2001/12/03 02:45:46  ajc
+ * Began implementing some code to handle multiple recipients (but #define'd
+   it all out because we're approaching a release)
+
+ Revision 580.87  2001/12/03 01:50:17  ajc
+ * When sending mail, copy to the sender's "Sent Items>" room instead of to
+   the sender's "Mail>" room.
+
+ Revision 580.86  2001/12/02 23:36:24  ajc
+ * On a new system, set the default new user level to 4 instead of 1.
+
+ Revision 580.85  2001/12/02 23:27:01  ajc
+ * Removed references to the old networker from the documentation.  Did not
+   write any new documentation, so what's there now is kind of sparse.
+
+ Revision 580.84  2001/12/02 02:42:55  ajc
+ * Implemented new room flag QR2_SYSTEM which supresses the room from all
+   room listings, even for Aides (but it's still gotoable).  This will be used
+   for rooms which hold system configuration and message queues.
+
+ Revision 580.83  2001/12/01 19:23:26  ajc
+ * clientsocket.c: implement socket timeouts for read operations
+
+ Revision 580.82  2001/12/01 17:00:23  ajc
+ * serv_smtp.c: when multiple MX's are the same preference, randomize them
+
+ Revision 580.81  2001/12/01 07:18:28  ajc
+ * Fixed an SMTP delivery problem that was causing certain classes of
+   transient errors to cause a message to never be delivered.
+
+ Revision 580.80  2001/12/01 05:26:01  ajc
+ * Added a command "SMTP" to the Citadel protocol, to do some unimportant
+   utility/diagnostic functions.
+
+ Revision 580.79  2001/11/27 17:08:29  ajc
+ * When calling an external editor, set the environment variable
+   WINDOW_TITLE to an appropriate value.
+
+ Revision 580.78  2001/11/26 03:27:08  ajc
+ * new algorithm to load the use table
+
+ Revision 580.77  2001/11/17 19:55:08  ajc
+ * Updated some of the documentation
+
+ Revision 580.76  2001/11/16 04:43:12  ajc
+ * Eliminated the sock_puts_crlf() function and ensured that all SMTP client
+   commands are sent out using a single sock_write() call.  There are broken
+   SMTP server implementations that can't handle SMTP commands split across
+   multiple writes.  (Thanks to Andru Luvisi and Ben Mehlman for the idea.)
+
+ Revision 580.75  2001/11/15 04:11:30  ajc
+ * hack.doc: updated to reflect Cit86Net compatibility fields removed from the
+   file format (since we dumbed down the gateway software)
+ * ipc_c_tcp.c: removed SOCKS4 support.  Nobody uses it anymore.
+ * ipc_c_tcp.c: fixed a bug which caused the client to fall back to defaultPort
+   if a numeric port number was specified instead of a service name
+
+ Revision 580.74  2001/11/14 02:59:01  ajc
+ * Network run frequency is now a site-definable setting
+
+ Revision 580.73  2001/11/13 22:05:23  ajc
+ * Re-introduced the ability to enter IGnet mail into the system.
+
+ Revision 580.72  2001/10/29 22:59:22  ajc
+ * Renamed "SuppMsgInfo" to "MetaData" because that's what it is
+
+ Revision 580.71  2001/10/29 16:39:54  ajc
+ * Finished the migratenet utility (finally).
+
  Revision 580.70  2001/10/28 05:18:51  ajc
  * migratenet almost finished
 
@@ -2843,4 +2951,3 @@ 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 
-