]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Added the EUID command to search for a message by EUID
[citadel.git] / citadel / ChangeLog
index 8af68336ba3312fb682a2a892587958eceff4dba..383dbe8c3bcd64d41a9e6cd04d85075f6a7a8264 100644 (file)
@@ -1,4 +1,35 @@
 $Log$
+Revision 655.24  2005/10/06 19:16:31  ajc
+* Added the EUID command to search for a message by EUID
+
+Revision 655.23  2005/10/06 17:14:41  ajc
+* newinstall.sh: prefer curl over wget
+
+Revision 655.22  2005/10/06 04:09:19  ajc
+* THE DREADED AUTO-PURGER now purges euid index records which point to
+  messages that no longer exist.
+
+Revision 655.21  2005/10/06 03:36:05  ajc
+* Changed the format of the euidindex record to contain the record's key.
+  This will allow us to auto-purge stale records later.
+
+Revision 655.20  2005/10/04 16:38:17  ajc
+* CtdlOutputPreLoadedMsg() calling syntax has changed.  It no longer needs
+  the message number, because it is being supplied a preloaded message.
+* msgbase.c: fixed a problem where HEADERS_NONE mode was broken when
+  outputting a message in RFC822 format.  This was breaking IMAP commands
+  such as xx FETCH nn BODY[TEXT]
+
+Revision 655.19  2005/10/02 04:40:58  ajc
+* The EUID index is now built, and replication checks are being performed
+  using it.  It is much faster now because we don't have to scan the entire
+  room anymore.  We still need to do two things:
+  1. Write a server command to fetch messages by EUID instead of msgnum
+  2. Find a way to purge stale EUID index records.
+
+Revision 655.18  2005/10/01 05:18:57  ajc
+* Began writing code to index messages by euid per room
+
 Revision 655.17  2005/09/27 04:18:45  ajc
 * Auto-add *recipient* addresses to Contacts.  This is done asynchronously
   because we do have to scan the address book to make sure we don't
@@ -7180,4 +7211,3 @@ 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
-