]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Brought over an update of the MIME parser from Citadel.
[citadel.git] / webcit / ChangeLog
index bb076e6a6d9ff0124ff884c4cdc8e0f7e5742c80..dfcaf2db998848a9c4807298bc11d063f73ca1b0 100644 (file)
@@ -1,4 +1,153 @@
 $Log$
+Revision 301.13  2001/12/03 04:43:40  ajc
+* Brought over an update of the MIME parser from Citadel.
+
+Revision 301.12  2001/12/02 07:09:13  ajc
+* Turned the room editing page into a tabbed dialog
+* Started adding some of the room sharing stuff
+
+Revision 301.11  2001/11/22 05:17:06  ajc
+* Completed the add/change/delete neighbor node screens
+
+Revision 301.10  2001/11/18 01:47:24  ajc
+* Tentatively begun the change of networking configuration screens to reflect
+  the new network architecture of the server.
+
+Revision 301.9  2001/11/18 01:41:09  ajc
+* Brought over the newer string tokenizer from Citadel
+* Upgraded all the generic string buffers to 4096 bytes, using the Citadel
+  server's convention of #define SIZ 4096
+
+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
+
+Revision 213.9  2001/05/04 04:28:10  ajc
+* Added "page user" button in wholist
+
+Revision 213.8  2001/05/01 00:49:43  ajc
+* more of the UI overhaul
+
+Revision 213.7  2001/04/30 01:49:36  ajc
+* more work on UI overhaul
+
+Revision 213.6  2001/04/29 04:39:23  ajc
+* User interface overhaul now in progress.  WARNING: incomplete system.
+
+Revision 213.5  2001/04/01 22:13:37  cough
+* Modified roomops.c to give users the ability to pick a floor at room
+  creation time.
+
+Revision 213.4  2001/02/15 01:21:55  ajc
+* 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
+* "Delete message" button now confirms on client-side using JavaScript
+
+Revision 213.2  2000/12/05 18:39:49  ajc
+* Added support for non-USA countries in registration screen (requires the
+  latest Citadel server, which supports the country field)
+
+Revision 213.1  2000/10/20 04:27:46  ajc
+* zapped_list() -- fixed broken HTML tags.  (Closes bug #76.)
+
+Revision 213.0  2000/10/03 16:44:01  ajc
+* Tagged for 2.13 release
+
 Revision 212.16  2000/10/03 03:15:53  ajc
 * Cosmetic changes to login screen, menu bar, and message header bar
 
@@ -305,7 +454,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
@@ -501,4 +650,3 @@ 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
-