]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Added server and client configuration settings to specify port
[citadel.git] / citadel / ChangeLog
index a3ff78cd378a1c5b87518a1ab9fcd0386565892e..cb8752c9da7706d7ecbff811b35d66c727d847e5 100644 (file)
@@ -1,4 +1,21 @@
  $Log$
+ Revision 640.4  2005/02/13 04:23:59  ajc
+ * Added server and client configuration settings to specify port
+   numbers for IMAPS, POP3S, and SMTPS (SSL-encrypted services that start
+   SSL upon connect instead of using a STARTTLS command).  These services
+   are not yet implemented, only the port number settings are.
+
+ Revision 640.3  2005/02/13 03:39:21  ajc
+ * IMAP flag twiddling with STORE was broken because of the \Flag leading
+   backslash getting stripped out.  Located problem and worked around.  Said
+   many nasty things about that piece of crap Mark Crispin and his deranged,
+   stupid, moronic idea to put backslashes in a place where they were
+   completely unnecessary.
+
+ Revision 640.2  2005/02/12 16:58:36  ajc
+ * Changes to lprintf() and start_daemon() submitted by Kevin Kilbride
+   for more "true unix" approaches to each.
+
  Revision 640.1  2005/02/11 03:51:51  ajc
  * <.A>ide <U>ser-edit is now <.A>ide <U>ser <E>dit
  * Added a new <.A>ide <U>ser <D>elete command, because it is unintuitive
@@ -6371,3 +6388,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+