]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/ChangeLog
* Identify our message format preference (HTML followed by plain text)
[citadel.git] / ctdlphp / ChangeLog
index 8ca1c4e6c19081e21a8cd638aef97be9c0204c43..aa5d436fb9bdc350fcba33da97f4d540eac9d83e 100644 (file)
@@ -1,4 +1,46 @@
  $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
+
+ 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
+
+ Revision 1.11  2003/11/03 05:32:57  ajc
+ * Minor code cleanups
+ * ctdl_mesg() now returns ready-to-output HTML to the caller, instead of
+   outputting it itself.
+
+ Revision 1.10  2003/11/02 05:35:11  ajc
+ * who.php: added
+ * ctdlprotocol.php: worked out a tentative data API using this function.
+
+ Revision 1.9  2003/11/02 04:26:11  ajc
+ * Cleaned up the pages in preparation for handing it off to the extremely
+   talented developers and webmasters who will soon be working on it.
+
+ Revision 1.8  2003/11/02 04:12:27  ajc
+ * welcome.php: added.
+ * do_login.php: reworked to provide a squeaky-clean transition to
+   the welcome.php page.  welcome.php can now contain whatever the site's
+   webmaster wants it to, without being clogged up with login code.
+
  Revision 1.7  2003/11/02 04:02:36  ajc
  * Firmed up the login/logout process
  * Don't allow load of pages other than login.php logout.php do_login.php