]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Minor changes for global directory service
[citadel.git] / citadel / ChangeLog
index 76e0ed2ef773278dba202b517081dd69801ce432..a32d491bc44a6284051cbd46dbbe29a5c6c4d0fc 100644 (file)
@@ -1,4 +1,86 @@
  $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
+
+ Revision 590.40  2002/01/05 22:31:22  ajc
+ * Removed some protocol commands and writeups that are no longer necessary
+ * Began some of the framework for the Global Address Book
+
+ Revision 590.39  2002/01/05 12:44:43  error
+ * serv_chat.c: allow a session to be killed while in chat
+
+ Revision 590.38  2002/01/05 12:31:04  error
+ * user_ops.c: become_session() when calling EVT_LOGOUT session hooks
+
+ Revision 590.37  2002/01/05 04:51:36  error
+ * stats now sorts its top 20 lists properly
+
+ Revision 590.36  2002/01/04 20:57:36  nbryant
+ cygwin fix
+
+ Revision 590.35  2002/01/04 20:46:26  nbryant
+ Makefile fix for cygwin (fix migratenet linkage)
+
+ Revision 590.34  2002/01/04 20:43:26  nbryant
+ configure/genstamp: check for struct tm.tm_gmtoff
+
+ Revision 590.33  2002/01/03 22:01:17  ajc
+ * Fixed mail to "sysop"
+
+ Revision 590.32  2002/01/03 21:35:07  ajc
+ * I think this is the last of the fixes for the new submit queue.
+
+ Revision 590.31  2002/01/03 12:27:35  error
+ * Fixed my name in docs/copyright.txt, why didn't I notice that before?
+
+ Revision 590.30  2002/01/03 12:21:02  error
+ * Autoconf support for recognizing OpenSSL
+
+ Revision 590.29  2002/01/03 04:52:28  ajc
+ * serv_network.c: migrated deliveries and bounces to the new message
+   submission subsystem.  NOT TESTED.
+
  Revision 590.28  2002/01/01 21:32:10  ajc
  * Finished the updates to serv_smtp.c, although I think there may be a
    problem with one-too-many reference counts when a message is submitted