]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Full text indexer is now switchable on/off
[citadel.git] / citadel / ChangeLog
index 5d5b1f0e7ecc08c7b728b53f0e4733e7e4fd5033..862c44e9d4ba38d9e1d158362a1ae5c512a5f336 100644 (file)
@@ -1,4 +1,24 @@
  $Log$
+ 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
+ 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
+   contains a very long and complex seen/unseen list.  Our test folder,
+   containing 359 new of 3162 messages, formerly took 22 seconds to select;
+   now it takes 1 to 2 seconds.
+
+ Revision 647.14  2005/05/20 02:37:17  ajc
+ * Performance-optimized the full text indexer.
+
  Revision 647.13  2005/05/20 01:20:24  ajc
  * Cull logs immediately after a successful db checkpoint instead of only
    once every 24 hours.  During big db write operations (such as building
@@ -20,7 +40,7 @@
 
  Revision 647.9  2005/05/18 04:02:54  ajc
  * Completed the "search for all of these words" functionality.  All we need
-   to do now is genericize its calling syntax so it can be called from the
+   to do now is generalize its calling syntax so it can be called from the
    IMAP service.
 
  Revision 647.8  2005/05/18 03:22:27  ajc
    Still need to add de-indexing so deleted messages are removed from index.
 
  Revision 647.6  2005/05/17 16:25:23  ajc
- * Completed the wordbreaker for the fulltext indexer.
+ * Completed the wordbreaker for the full text indexer.
 
  Revision 647.5  2005/05/17 04:04:46  ajc
- * More glue code for the fulltext indexer.
+ * Began some glue code for the full text indexer.
 
  Revision 647.4  2005/05/16 20:03:33  ajc
  * definition of struct CitControl moved from citadel.h to server.h