]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Add specific error codes for every command on the wire protocol, so that
[citadel.git] / citadel / ChangeLog
index ed5849f1688bdf58f1a7217a46f1c240e4d4f32e..9677f66dd02d26939249a6db4be67737cd99a276 100644 (file)
@@ -1,4 +1,22 @@
  $Log$
+ Revision 614.31  2004/02/16 15:06:44  error
+ * Add specific error codes for every command on the wire protocol, so that
+   clients can more easily determine what went wrong.  Partially updated
+   session.txt (will finish it later).  This lets clients more easily
+   determine what, if anything, went wrong with a particular command.
+
+ Revision 614.30  2004/02/15 06:06:49  ajc
+ * More work on IMAP TLS.  Still not working correctly.  :(  Added in
+   support for server-side certificates.  Now instead of failing it hangs.
+ VS: ----------------------------------------------------------------------
+
+ Revision 614.29  2004/02/14 04:41:55  ajc
+ * STARTTLS attempt #2.  Still disabled because it's broken.
+
+ Revision 614.28  2004/02/13 20:51:13  error
+ * Reset screen attributes before fork() so that external programs do the
+   right thing
+
  Revision 614.27  2004/02/12 04:16:38  ajc
  * Support for PLAIN logins in IMAP (need to test!)