]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/ChangeLog
* Added a basic read loop ... currently only fetches message numbers
[citadel.git] / ctdlphp / ChangeLog
index 4b918281e31f3e3a015d9007e83527bace29f4b3..636b2861c385a40b326401fa891d3183bf534460 100644 (file)
@@ -1,4 +1,20 @@
  $Log$
+ 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
+
+ Revision 1.13  2003/11/05 03:29:12  ajc
+ * Added a room list function to the library
+ * Threw together temporary room list and goto pages to demonstrate
+
  Revision 1.12  2003/11/04 19:17:16  ajc
  * Added an initial version of the goto command