]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/ChangeLog
* experiments on user creation... not yet ready, but maybe helpfull to others.
[citadel.git] / ctdlphp / ChangeLog
index d90b7c92604651885e962417f25c5cfd275be59d..ade1d1c06354ba901eca5009d8b112ca8adb0436 100644 (file)
@@ -1,4 +1,39 @@
  $Log$
+ Revision 1.22  2003/11/26 04:20:16  ajc
+ * Run all posts through stripslashes()
+
+ Revision 1.21  2003/11/25 04:01:44  ajc
+ * Completed "post" and "post html" stuffs
+
+ Revision 1.20  2003/11/22 04:33:22  ajc
+ * fleshed out the message headers a bit
+
+ Revision 1.19  2003/11/21 18:22:19  ajc
+ * Replaced the two-second sleep (and associated race condition) for the
+   session proxy to start, with a loop that attempts connection ten times
+   a second for ten seconds, resulting in faster, more reliable startup.
+
+ Revision 1.18  2003/11/18 04:58:34  ajc
+ * Added ctdlelements.php ... this is to be used for functions which fetch
+   Citadel protocol data and convert it to insertable HTML.
+ * Implemented a first cut of a "read message" function.
+
+ 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
@@ -57,4 +92,3 @@
 
  Revision 1.1  2003/10/31 03:47:13  ajc
  * Initial CVS import
-