]> 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 c74b3cb7e1e221e8ceb4d637797872df58956658..018f14d1d4bb372d5d4249bf73411bb503da64c8 100644 (file)
@@ -1,4 +1,62 @@
  $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
+
+ Revision 621.2  2004/05/26 16:53:31  nbryant
+ * configure.ac: check for /usr/local/BerkeleyDB.4.2
+
+ Revision 621.1  2004/05/24 01:59:16  ajc
+ * serv_network.c: when processing incoming IGnet spool, give the <C> field
+   priority over the <R> field.  This allows messages emailed to a network
+   room to be shared properly instead of attempting to deliver via email a
+   second time.
+
+ Revision 621.0  2004/05/21 01:58:16  ajc
+ * THIS IS 6.21
+
+ Revision 620.35  2004/05/20 16:14:08  ajc
+ * Changed internal version number to 6.21
+ * Added missing VIEW_* defines in citadel.h (they're used only by WebCit
+   for now, which is why Citadel didn't need them, but they should be there
+   anyway for completeness)
+ * Removed the last vestiges of the built-in spam filter.  It had been
+   commented out, but it's definitely never coming back now, so away it goes.
+ * Updated some of the docs
+
+ Revision 620.34  2004/05/15 14:19:52  error
+ * Scheduler: when next_session is to be deleted, make it point to some
+   other session which isn't being deleted (or NULL if there aren't any).
+
  Revision 620.33  2004/05/14 03:09:54  ajc
  * When a session kills itself (for example, due to a broken socket),
    force the dead_session_purge() to run immediately.  This avoids