]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/ChangeLog
* Identify our message format preference (HTML followed by plain text)
[citadel.git] / ctdlphp / ChangeLog
index f9976427ef4a42fe5af0f446f28cc523ecefa460..aa5d436fb9bdc350fcba33da97f4d540eac9d83e 100644 (file)
@@ -1,4 +1,16 @@
  $Log$
+ Revision 1.17  2003/11/14 17:15:19  ajc
+ * Identify our message format preference (HTML followed by plain text)
+   to the server upon connection, so MSG4 commands run properly.
+
+ Revision 1.16  2003/11/14 17:09:04  ajc
+ * Added a basic read loop ... currently only fetches message numbers
+
+ Revision 1.15  2003/11/09 17:53:47  ajc
+ * Moved all of the session-management code from ctdlheader.php to
+   ctdlsession.php, leaving only a single function call.  This will
+   hopefully make ctdlheader.php more palatable to non-programmers.
+
  Revision 1.14  2003/11/07 15:56:13  ajc
  * ctdlprotocol.php: known room list fetch now sets subscript "hasnewmsgs"
  * listrooms.php: render rooms with unseen messages in boldface
@@ -61,3 +73,4 @@
 
  Revision 1.1  2003/10/31 03:47:13  ajc
  * Initial CVS import
+