]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Add some more of the newer config settings to the site config screen
[citadel.git] / webcit / ChangeLog
index 9190e14e5a66a357b03b0e552fabdc3b8923db34..5a2c0c853c74a50d5d41afc3d4c994b5308bee53 100644 (file)
@@ -1,4 +1,97 @@
 $Log$
+Revision 301.8  2001/11/14 03:20:22  ajc
+* Add some more of the newer config settings to the site config screen
+
+Revision 301.7  2001/09/25 03:34:09  ajc
+* Fix for WebCit servers running on port 80: detect Windoze worm-of-the-week
+  and bail out without bothering the Citadel server.
+
+Revision 301.6  2001/08/22 16:38:06  ajc
+* Added the "-c" command line option to generate optional cookies indicating
+  the host name of the server.  This makes it easy to put a cluster of WebCit
+  servers behind (for example) an Arrowpoint load balancer.
+
+Revision 301.5  2001/08/21 04:02:56  ajc
+* Added some more meta-tags to (hopefully) prevent the "lame goto" caused by
+  unwanted page caching
+
+Revision 301.4  2001/08/13 03:43:24  ajc
+* Got it!
+
+Revision 301.3  2001/08/13 03:40:01  ajc
+* Another attempt at focus
+
+Revision 301.2  2001/08/11 04:24:39  ajc
+* Attempt at setting focus to msgtext area when entering a message.
+
+Revision 301.1  2001/08/02 03:42:03  ajc
+* Changed the wholist to work with the new masquerade semantics
+
+Revision 301.0  2001/06/28 15:05:31  ajc
+* tag for 3.01
+
+Revision 300.2  2001/06/28 15:03:49  ajc
+* Every generated page now includes a meta tag to disable evil "smart tags"
+  (see http://smarttags.manilasites.com/ for more information)
+
+Revision 300.1  2001/06/28 02:39:54  ajc
+* Placated users who whine about privacy policy by adding MESG ROOMACCESS to
+  the screen where you can create a room...
+
+Revision 300.0  2001/06/27 06:24:06  ajc
+* Tagged everything as Version 3.00
+
+Revision 213.25  2001/06/27 06:22:49  ajc
+* Updated docs for the 3.00 release
+
+Revision 213.24  2001/06/27 06:16:01  ajc
+* Correct generated window name in pop up pages
+* Added handling of MIME inline images (not tested)
+
+Revision 213.23  2001/06/22 17:58:20  ajc
+* A few performance and tuning cleanups.  Increased the size of the socket
+  queue length to 100 for use on big systems.  Also, during startup, the
+  initial startup thread now exits after creating the worker threads, instead
+  of becoming a worker thread itself.  For some reason Solaris had problems
+  with the latter method.
+
+Revision 213.22  2001/06/07 03:16:57  ajc
+* Brought over an updated mime parser from Citadel
+
+Revision 213.21  2001/06/06 14:44:25  ajc
+* mime_parser.c: #include <pthread.h> so it compiles cleanly
+
+Revision 213.20  2001/05/31 02:26:22  ajc
+* Fixed login to take you to the Lobby instead of the next room.
+
+Revision 213.19  2001/05/30 22:37:09  ajc
+* Fix to upload handler to recognize browser uploads based on *either* a "name"
+  or a "filename" from the MIME parser.
+
+Revision 213.18  2001/05/30 01:06:57  ajc
+* Changes to mime parser ... still something wrong
+
+Revision 213.17  2001/05/28 19:27:29  ajc
+* Fixed bug which marked all messages in Lobby as old before reading at login
+
+Revision 213.16  2001/05/25 22:39:26  ajc
+* Brought over the new MIME parser from Citadel.  WARNING: BROKEN BUILD!!
+
+Revision 213.15  2001/05/23 16:15:23  ajc
+* UI changes (pretty frames with no scrollbars)
+
+Revision 213.14  2001/05/22 00:32:17  ajc
+* cosmetics
+
+Revision 213.13  2001/05/22 00:02:18  ajc
+* Another attempt to fix the fd leak
+
+Revision 213.12  2001/05/19 02:21:40  ajc
+* Attempt to fix the dangling sockets.
+
+Revision 213.11  2001/05/15 03:22:25  ajc
+* More icon updates and link cleanup type stuff
+
 Revision 213.10  2001/05/06 05:11:48  ajc
 * Added paging icon and right-justified it
 * Send-page window is now a popup
@@ -20,7 +113,7 @@ Revision 213.5  2001/04/01 22:13:37  cough
   creation time.
 
 Revision 213.4  2001/02/15 01:21:55  ajc
-* Applied a patch submitted by "cough" to add who-knows-room and
+* Applied a patch submitted by Andru Luvisi to add who-knows-room and
   invite/kickout functionality.
 
 Revision 213.3  2001/01/25 23:10:00  ajc
@@ -342,7 +435,7 @@ Sun Apr 18 23:42:54 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Reworked a lot of the structure, made more HTML "embeddable"
        * Changed the noframes mode to display "fake" frames using tables
 
-Thu Apr 16 12:00:00 EDT 1999 Nick Grossman <nicl@ulster.net>
+Thu Apr 16 12:00:00 EDT 1999 Nick Grossman <nick@ulster.net>
        Changed some output formatting (mainly <FONT> tags).
        Changed who.c to use urlescputs() rather than escputs()
        in urls so GOTOs and User Profiles work when the string has a
@@ -538,3 +631,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+