* Renamed the "Extended message ID" field to "Exclusive message ID"
[citadel.git] / citadel / ChangeLog
index 3b21ad9dab863b05a63eae95d593e4c0cd5ce798..13b0d9df450fd7415e812affb8263fcb15cd9b00 100644 (file)
@@ -1,4 +1,51 @@
  $Log$
+ Revision 630.8  2005/01/27 22:05:21  ajc
+ * Renamed the "Extended message ID" field to "Exclusive message ID"
+   (nothing changes except documentation and internal variable names)
+
+ Revision 630.7  2005/01/27 21:59:22  ajc
+ * serv_vcard.c: changed the logic a bit.  When saving a vCard to a user's
+   "My Citadel Config" room, force-feed the vCard a site-compliant UID and
+   FBURL.  When saving a vCard to *any* address book room, set the Citadel
+   EUID to the vCard UID.
+
+ Revision 630.6  2005/01/27 17:33:52  ajc
+ * The before-save hook in serv_calendar.c now runs for any room with a
+   view of VIEW_CALENDAR or VIEW_TASKS, not just Calendar> and Tasks>.
+
+ Revision 630.5  2005/01/26 23:04:22  ajc
+ * When saving calendar items, if the vCalendar object does not contain
+   a UUID, generate one on the fly.  In order to support GroupDAV we need
+   persistent URL's, and I plan to base those on the UUID.
+
+ Revision 630.4  2005/01/25 20:58:07  ajc
+ * serv_pop3.c: minor change to logging output
+
+ Revision 630.3  2005/01/25 15:02:12  error
+ * Updated SSL/TLS code to actually use the TLS cipher suites
+
+ Revision 630.2  2005/01/22 04:15:32  ajc
+ * Increased per-thread stack size again, this time to 1MB
+
+ Revision 630.1  2005/01/22 03:14:20  ajc
+ * Each message's metadata now has the ability to cache the length of
+   the message when output in RFC822 format.  The POP3 service populates
+   this field the first time it sees each message, and fetches the length
+   from cache on subsequent visits.
+ * Because of this optimization, we no longer need to keep the entire POP3
+   mailbox stored in open temp files during a session.  Each message is
+   opened again when it is fetched.
+
+ Revision 630.0  2005/01/21 20:25:08  ajc
+ * THIS IS 6.30
+
+ Revision 629.10  2005/01/21 20:24:34  ajc
+ * Internal version number is now 6.30
+
+ Revision 629.9  2005/01/21 20:20:06  ajc
+ * Increase per-thread stack size from 128k to 256k.  This fixes the
+   crashing IMAP service on 64-bit Linux.
+
  Revision 629.8  2005/01/19 20:49:46  ajc
  * Minor fixenbugs after running with Valgrind