]> 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 bb86957f4e4dbd0301c1a3efb7d863f6eb5fa298..c10e93aed64ed338e9d455ada17a9adb3fc085fa 100644 (file)
@@ -1,4 +1,14 @@
 $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.