]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Added "max message length" field in global config screen
[citadel.git] / webcit / ChangeLog
index 1c044d60347dc0bfe86f9619312021594f87cc62..a64c8a045bffc8b37b27186223fe42f6538e084c 100644 (file)
@@ -1,3 +1,75 @@
+$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"
+       * who.c: fixed the "Change room/host/user" submit logic
+
+Thu Jun  2 09:48:00 EDT 1999 Nick Grossman <nick@ulster.net>
+       * Changed static/menubar.html so the text is readable
+
+Wed Jun  2 23:47:58 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Ditched the frames mode completely.  It wasn't working properly in,
+         among other places, IE 5.  Die, Bill, Die.
+
+Sat May 29 00:25:47 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Fixed the behavior of the "forget room" routine, to properly handle
+         the transition back to the Lobby after it's all done.
+       * Added ExpressMessageCat() to allow code to send the user messages
+         along with incoming express messages
+       * WebCit now sends the name of the end user's browser as the client
+         name in a Citadel IDEN command rather than its own name.
+
+Fri May 21 23:35:17 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Minor code cleanups
+       * New mail notification
+
+Mon May 17 20:59:36 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Top-aligned all the cells in the fake frames in non-frames mode
+
 Fri May 14 23:37:02 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Initial entry to _BASEROOM_ at login now done as a Skip instead
          of a Goto, in order to prevent it from first marking all msgs old.