* Silently refuse to add directory entries for Internet addresses already
[citadel.git] / citadel / ChangeLog
index 4ba7f6739dcd5fd20768511d9814990813dc64f5..984535f5f2789d9ab2743b42db435d5829e498d8 100644 (file)
@@ -1,4 +1,26 @@
  $Log$
+ Revision 590.102  2002/02/07 04:42:49  ajc
+ * Silently refuse to add directory entries for Internet addresses already
+   belonging to other users.
+ * cdb_trunc() for CtdlDirectoryInit: implemented for GDBM, stubbed for DB
+
+ Revision 590.101  2002/02/05 05:05:53  ajc
+ * Don't crash when posting if the user doesn't have an Internet directory address
+
+ Revision 590.100  2002/02/03 15:29:03  error
+ * fixed a silly oversight in serv_crypto.c when removing the ETLS command
+
+ Revision 590.99  2002/02/03 15:21:48  error
+ * Remove the ETLS command, it is no longer needed
+
+ Revision 590.98  2002/02/02 21:44:04  ajc
+ * If a user has at least one valid Internet directory address, stamp it onto
+   any outgoing messages.
+
+ Revision 590.97  2002/02/01 05:11:26  ajc
+ * Added a QDIR protocol command to do quick-and-dirty queries of the directory
+ * In the client, check the directory for conflicts when selecting email addr.
+
  Revision 590.96  2002/01/31 05:13:44  ajc
  * When deleting a vCard from the Global Address Book room, remove the
    corresponding address in the directory.  (Not tested.)