]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Minor changes for global directory service
[citadel.git] / citadel / ChangeLog
index 2882b925d0baf82f6ebd7e6c104ed5fbe9704124..a32d491bc44a6284051cbd46dbbe29a5c6c4d0fc 100644 (file)
@@ -1,4 +1,45 @@
  $Log$
+ Revision 590.53  2002/01/10 21:22:37  ajc
+ * Minor changes for global directory service
+
+ Revision 590.52  2002/01/10 04:29:28  ajc
+ * Minor updates for directory service
+
+ Revision 590.51  2002/01/09 23:12:40  ajc
+ * Allow users to zap mailbox rooms
+
+ Revision 590.50  2002/01/09 04:37:32  ajc
+ * Finished the callback stuff for vCard address extraction
+
+ Revision 590.49  2002/01/09 04:05:53  ajc
+ * Began writing code to harvest Internet e-mail addresses from vCards, and
+   hacked together a temporary version (and writeup) of the IGAB command.
+
+ Revision 590.48  2002/01/08 16:34:22  ajc
+ * serv_vcard.c: cosmetic cleanup
+
+ Revision 590.47  2002/01/06 22:44:21  error
+ * Enable/disable encryption in client from command line and/or citadel.rc
+
+ Revision 590.46  2002/01/06 21:25:26  ajc
+ * sysdep.c: in client_write(), handle redirect_fp and redirect_sock *before*
+   handling redirect_ssl, because these need to be done the same way regardless
+   of client session crypto
+ * serv_crypto.c: pasted a bunch of Nathan's #ifdef blocks from sysdep.c in
+   order to gain greater portability (or even to get it to compile on splorph)
+
+ Revision 590.45  2002/01/06 11:13:33  error
+ * Enable SSL/TLS support in the client (again)
+
+ Revision 590.44  2002/01/06 11:11:31  error
+ * Enable SSL/TLS in the client
+
+ Revision 590.43  2002/01/06 10:49:55  error
+ * Add some #includes I apparently somehow missed
+
+ Revision 590.42  2002/01/06 10:33:10  error
+ * SSL/TLS support for the Citadel/UX wire protocol
+
  Revision 590.41  2002/01/06 08:54:58  error
  * user_ops.c: fixed become_session() when calling EVT_LOGOUT session hooks