]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* The full text indexer now runs in its own dedicated thread instead of
[citadel.git] / citadel / ChangeLog
index 716c0f771edd86d1e55c7b1fe032ce5cdb33f55a..3c075a6498beaf2fdf2d20d15a0eff90808577d6 100644 (file)
@@ -1,6 +1,22 @@
- $Log$
+ Revision 647.20  2005/05/23 19:26:04  ajc
+ * Move the location of the "enable full text index" configuration item to
+   a new location.  Reusing an old location was a stupid idea because old
+   clients can inadvertently switch it on.
+
+ Revision 647.19  2005/05/23 14:07:39  ajc
+ * serv_imap.c: improve SELECT time by fetching the msglist directly out of
+   the database instead of doing a CtdlForEachMessage() loop.
+
+ Revision 647.18  2005/05/22 16:12:25  ajc
+ * Full text indexer is now switchable on/off
+
+ Revision 647.17  2005/05/20 20:02:50  ajc
+ * The IGnet map is now rewritten to disk only when it changes.
+ * When processing inbound network spool, ignore "." and ".." instead of
+   failing on them.
+
  Revision 647.16  2005/05/20 16:22:33  ajc
- *** empty log message ***
+ Fixed some errors in the ChangeLog
 
  Revision 647.15  2005/05/20 16:14:43  ajc
  * Dramatically improved the time it takes to goto (or select) a room which
@@ -6748,3 +6764,4 @@ 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
+