]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Eliminated the EXPI command
[citadel.git] / citadel / ChangeLog
index 3b9c4614202cb77ba8ebe0eeb42b5bcb2da30259..4d99ea5e560911a7456f90374ed238c70f293a96 100644 (file)
@@ -1,4 +1,31 @@
  $Log$
+ Revision 608.13  2003/07/30 03:47:53  ajc
+ * Eliminated the EXPI command
+ * Completed the configuration item of "purge hour"
+ * Auto-purger now runs as a scheduled job
+
+ Revision 608.12  2003/07/30 00:26:50  ajc
+ * Removed the "weekly" script and began installing a facility to allow
+   database maintenance to happen automatically.  (One Step Install can't
+   require the sysadmin to know cron)
+
+ Revision 608.11  2003/07/28 04:17:24  ajc
+ * migratenet.c: removed.  Adjusted Makefile.in accordingly.
+
+ Revision 608.10  2003/07/27 21:15:23  ajc
+ * Implemented all IMAP date-based search criteria.  Note that Citadel does
+   not record an "internal date" of a message, so the "sent date" and "internal
+   date" searches perform identically.
+ * Date search comparisons available: "before," "on," or "on or after."  Yet
+   another example of why Mark Crispin needs to be taken outside and shot.
+
+ Revision 608.9  2003/07/26 04:49:40  ajc
+ * Implemented a bunch of the IMAP SEARCH keywords
+
+ Revision 608.8  2003/07/26 04:28:44  ajc
+ * tools.c: added bmstrcasestr(), a Boyer-Moore, case-insensitive string search
+ * imap_search.c: implement BODY criterion in search command
+
  Revision 608.7  2003/07/24 04:57:53  ajc
  * Began implementation of the IMAP SEARCH command.  Basically just got the
    parser working and stubbed all the search criteria.  Next step is to