]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/ChangeLog
Cleaned up the config interface.
[citadel.git] / ctdlphp / ChangeLog
index 9ed300cad15b965020ed458c376e9c330e0ca98c..ade1d1c06354ba901eca5009d8b112ca8adb0436 100644 (file)
@@ -1,4 +1,18 @@
  $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.