* Store the body of any large (>1K) message in a separate database. This
[citadel.git] / citadel / ChangeLog
index 0e1eb4fa271db3838059fae78a88f602db4cf063..d4215549dd5db298df955ce584d7d23f58bb63b7 100644 (file)
@@ -1,4 +1,54 @@
  $Log$
+ Revision 621.14  2004/06/15 20:42:42  ajc
+ * Store the body of any large (>1K) message in a separate database.  This
+   will allow fast headers-only retrieval later.
+
+ Revision 621.13  2004/06/15 03:05:01  ajc
+ * Bumped internal version number to 6.22
+ * Added a new faster headers-only mode that excludes enumeration of
+   MIME parts.
+
+ Revision 621.12  2004/06/14 19:09:26  ajc
+ * serv_vandelay.c: re-inserted a missing line of code for setting tempfile
+   names, which was causing exports to crash.
+
+ Revision 621.11  2004/06/11 01:26:02  ajc
+ * Optimized the scheduler some more.  The S_I_WANNA_SELECT mutex now
+   wraps only the select() call itself.
+
+ Revision 621.10  2004/06/09 03:54:07  ajc
+ * The scheduler can now "wake up" a session to deliver async messages.
+ * Renumbered the "instant msgs waiting" message and changed its usage
+
+ Revision 621.9  2004/06/07 22:12:19  ajc
+ * Removed network/filterlist network/mailinglists network/rnews.xref
+   because none of these are used anymore.
+
+ Revision 621.8  2004/06/07 16:41:28  ajc
+ * Changed "express message" to "instant message" everywhere in the code
+   and documentation, to reflect the now industry-standard terminology for
+   this function.  (Obviously, the server command names have not changed,
+   because that would break everything.)
+
+ Revision 621.7  2004/06/06 22:30:10  ajc
+ * New session scheduler.  All sessions which select() marks for activity
+   are now handled before select() is called again.
+
+ Revision 621.6  2004/06/03 02:49:14  ajc
+ * html.c: allow parsing of tags even when they're qualified
+           (i.e. <TAG foo=bar> instead of just <TAG> )
+ * html.c: handle escaped decimal characters (such as &#39; for an apostrophe)
+
+ Revision 621.5  2004/06/03 02:28:16  ajc
+ * citadel_ipc.c: SETR command was missing defaultview and flags2.  Added.
+
+ Revision 621.4  2004/05/31 15:19:14  ajc
+ * Reworked the security checks for move/copy commands.  Theoretically it's
+   performing all the same checks, but the code is far more readable.
+
+ Revision 621.3  2004/05/26 18:13:15  nbryant
+ * stress.c: silence warning
+
  Revision 621.2  2004/05/26 16:53:31  nbryant
  * configure.ac: check for /usr/local/BerkeleyDB.4.2
 
@@ -5797,4 +5847,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
-