]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Restructured cmd_auto() to be able to search vCards in more than one room.
[citadel.git] / citadel / ChangeLog
index b01d670920abaa57d8cecbcde4e0a35fba6dd3a5..c10e93aed64ed338e9d455ada17a9adb3fc085fa 100644 (file)
@@ -1,4 +1,33 @@
 $Log$
+Revision 655.4  2005/09/15 21:37:06  ajc
+* Restructured cmd_auto() to be able to search vCards in more than one room.
+  For now we are using the Global Address Book as the second room, but in
+  production that might be a bit too slow.
+
+Revision 655.3  2005/09/15 18:36:29  ajc
+* serv_smtp.c: Allow the use of *any* RFC822-compliant address format,
+  including Name <user@node>, or user@node (Name), by stripping down the
+  address before doing RCPT To: in the SMTP client.
+
+Revision 655.2  2005/09/15 03:31:09  ajc
+* cmd_auto() (used by WebCit address autocompletion) now queries the
+  fn, n, and all email fields in the vCards in user's Contacts room.
+
+Revision 655.1  2005/09/14 03:48:32  ajc
+* Bumped internal version number to 5.66
+* Checked in an initial but incomplete version of the AUTO command
+  (to be used for address autocompletion)
+
+Revision 655.0  2005/09/13 14:00:12  ajc
+* THIS IS 6.55
+
+Revision 654.27  2005/09/13 03:56:37  ajc
+* Don't crash when user hits <.A>ide <P>ost
+
+Revision 654.26  2005/09/10 18:46:48  ajc
+* Functions such as imap_fetch_internaldate() now return quietly with no
+  output, instead of crashing, if passed a NULL message pointer.
+
 Revision 654.25  2005/09/09 19:44:21  ajc
 * New bmstrcasestr() function to perform very fast case-insensitive
   substring searches using the Boyer-Moore algorithm.  Like its predecessor,