]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Added "max message length" field in global config screen
[citadel.git] / webcit / ChangeLog
index 3338d01bf1628fcc433996324c1dcabc125db535..a64c8a045bffc8b37b27186223fe42f6538e084c 100644 (file)
@@ -1,3 +1,48 @@
+$Log$
+Revision 1.99  1999/09/01 01:06:11  ajc
+* Added "max message length" field in global config screen
+
+Revision 1.98  1999/08/14 18:16:10  ajc
+* Fixed escputs() and its friends to properly handle ' (single quote) chars
+
+
+Sun Jul 18 20:17:58 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Did neat stuff to the bottom of the page
+
+Mon Jul 12 23:30:24 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us> 
+       * webcit.c: exit Webcit sessions semi-gracefully when the connection
+         to a Citadel server fails.
+       * messages.c: don't auto-link URL's in messages if it would cause
+         a buffer overrun.
+
+Sat Jul 10 17:51:39 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Recompiled the Java chat applet using a genuine JDK 1.0.2
+         compiler.  This should make more browsers happy.
+
+Wed Jun 30 19:19:59 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Added support for "robots.txt" telling spiders to go away.
+       * Do a slrp_highest() when logging off.
+
+Sat Jun 26 22:52:13 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Rearranged the code in "Site-wide configuration" and "Generic
+         server command" to avoid nested server operations
+
+Wed Jun 23 21:43:30 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * webcit.c: added "back, top, next" buttons to bottom of each page
+       * menubar.html: replaced "User list" with "Page another user"
+
+Tue Jun 22 14:53:05 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * context_loop.c: rearranged some code to try to eliminate deadlocks
+
+Fri Jun 18 11:55:58 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Unknown URL's now display the main menu instead of diagnostics
+       * Diagnostics are now at <baseurl>/diagnostics
+
+Mon Jun  7 21:59:45 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Session no longer locks up when an express message is cancelled
+       * The default Citadel server is now "localhost" instead of uncnsrd
+       * Added some documentation
+
 Thu Jun  3 12:18:49 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * roomops.c: made room banner graphics more reliable
        * messages.c: added code to prevent accidental "double-posting"