]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* The EUID index is now built, and replication checks are being performed
[citadel.git] / citadel / ChangeLog
index 4419a09342cfff96a66118787378e2428e73cfb2..fac7b52334b014bc6e1b0d5256e729296323c000 100644 (file)
@@ -1,4 +1,29 @@
 $Log$
+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
+  already have the address recorded.
+
+Revision 655.16  2005/09/26 21:46:08  ajc
+* Attempt to save *outgoing* email addresses to the address book.
+
+Revision 655.15  2005/09/21 20:07:18  ajc
+* Set the To: field for digests as well
+
+Revision 655.14  2005/09/21 16:56:17  ajc
+* The "To: line of a mailing list message is now set to the address of the
+  list instead of the address of the recipient.
+
 Revision 655.13  2005/09/21 13:21:31  ajc
 * Don't harvest incoming addresses.  A few hours of operation of this in a
   production environment proved that it's stupid.  This feature has been