]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* The scheduler can now "wake up" a session to deliver async messages.
[citadel.git] / citadel / ChangeLog
index f32c50544acea5388f76555cf2773728a6cbcab0..018f14d1d4bb372d5d4249bf73411bb503da64c8 100644 (file)
@@ -1,4 +1,34 @@
  $Log$
+ 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