* Got HTTPS to work with Mozilla (by twiddling stuff that I still don't
[citadel.git] / webcit / ChangeLog
index bc211bec2b3b3d6b8c588633116c702e91e8c58c..3f4ee179cd607eaa741f7ec55391067fe834ead3 100644 (file)
@@ -1,4 +1,136 @@
 $Log$
+Revision 506.8  2004/04/21 02:19:41  ajc
+* Got HTTPS to work with Mozilla (by twiddling stuff that I still don't
+  understand, but read at http://www.informit.com/articles/article.asp?p=22078
+  ).  Still doesn't work with Internet Monopolizer, though.
+
+Revision 506.7  2004/04/20 02:32:44  ajc
+* Allow setup to run seamlessly from within the Citadel/UX Ridiculously
+  Easy Installer by observing the values of environment variables
+  CITADEL_INSTALLER, CITADEL, and WEBCIT.
+
+Revision 506.6  2004/04/20 02:02:50  ajc
+* "make install"
+
+Revision 506.5  2004/04/16 03:14:06  ajc
+* Minor fix for previous checkin
+
+Revision 506.4  2004/04/16 02:59:01  ajc
+* Completed SSL support.  Still doesn't work with all browsers... gotta
+  figure out why
+
+Revision 506.3  2004/04/15 03:57:00  ajc
+* Brought over the SSL/TLS stuff from Citadel.  I think it's complete but
+  it has a crashy crashy bug in it.  Don't use it yet.
+
+Revision 506.2  2004/04/13 19:41:36  ajc
+* GET /freebusy/user.vcf *and* /freebusy/user.vfb now both work.
+  (freebusy data fetch for anonymous Kolab type clients)
+
+Revision 506.1  2004/04/10 04:32:59  ajc
+* Fixed some version and copyright date oopses
+
+Revision 506.0  2004/04/10 04:29:30  ajc
+* THIS IS 5.06
+
+Revision 505.22  2004/04/10 04:29:20  ajc
+* Changed internal version number to 5.06
+
+Revision 505.21  2004/03/29 04:30:20  ajc
+* configure.in, Makefile.in: handle $LDFLAGS
+
+Revision 505.20  2004/03/20 05:03:14  ajc
+* Original startup thread becomes a worker thread after initialization.
+  Doing otherwise turns it into a zombie (at least on Linux) and possibly
+  leads to other problems
+* Filter out NOOP's received in chat
+
+Revision 505.19  2004/03/18 04:32:24  ajc
+* Removed the language in README.TXT which told everyone that chat wouldn't
+  work with a non-local Citadel server, because that's no longer true.
+* Removed the old chat applet from the static/ directory
+
+Revision 505.18  2004/03/18 04:00:44  ajc
+* Rounded web boxes now look correct in all browsers.
+
+Revision 505.17  2004/03/17 18:25:31  ajc
+* When creating a new user, auto-chain to the "edit user configuration"
+  screen, and subsequently auto-chain to the "edit address book entry"
+  screen.  This creates a nice sensible workflow.
+
+Revision 505.16  2004/03/15 22:47:09  ajc
+* Prettied up the chat window a little more.
+
+Revision 505.15  2004/03/15 04:27:44  ajc
+* Chat now appears in a separate window
+* Use regular frames instead of IFRAMEs for chat
+* Display user's own chat text in bold+italic
+* Added a "List Users" button
+
+Revision 505.14  2004/03/09 20:45:45  error
+* Add a Linux Software Map file
+
+Revision 505.13  2004/03/07 22:04:32  ajc
+* Fix the current view not being set to the default view for the creator
+  of a room.
+
+Revision 505.12  2004/03/07 21:31:17  ajc
+* serv_read() now zeroes out the supplied buffer (with the supplied
+  length) if a server read fails.  This causes serv_gets() to return
+  instead of looping endlessly.  Fixes chat problem found on linux-ppc.
+
+Revision 505.11  2004/03/03 05:21:36  ajc
+* Made the chat screen totally kick-ass sweet.  The flickering reload
+  i-frame is now tiny and hidden, and it *appends* new chat data to
+  the viewable window using JavaScript.  No flickering + scrollback!
+* Added a help button to the chat screen.
+
+Revision 505.10  2004/02/29 22:52:15  ajc
+* Close and clear (set to -1) server socket handle when socket errors are
+  detected.  Fixes a chat problem reported by Winzlo.
+
+Revision 505.9  2004/02/29 05:34:25  ajc
+* Display the Chat menu option as "Chat with other users in <roomname>"
+
+Revision 505.8  2004/02/27 05:04:38  ajc
+* fix frameset bug in page popups
+
+Revision 505.7  2004/02/26 04:08:56  ajc
+* Fixed a problem that made WebCit go to the "no cookies" screen instead
+  of the logout banner.
+* Ford's latest stupid room has a name with more than 64 characters, and
+  we still had a 64-byte room name in the march_list struct.  ooooops...
+
+Revision 505.6  2004/02/26 03:07:26  ajc
+* Put the /favicon.ico --> /static/favicon.ico hack back in.  Why not?
+
+Revision 505.5  2004/02/25 23:10:28  ajc
+* Allow "/do_logout" as a no-frames page
+
+Revision 505.4  2004/02/25 23:00:21  ajc
+* Changed the favicon support to LINK tags in the HEAD of static stuff,
+  to make life easier.  (Thanks to prosthetik for this)
+
+Revision 505.3  2004/02/25 15:20:11  ajc
+* Support for favicon.ico in the static/ directory
+
+Revision 505.2  2004/02/24 04:06:42  ajc
+* Changed the colors slightly in chat screen
+
+Revision 505.1  2004/02/20 06:07:06  ajc
+* Replaced the Java chat with a new system based on IFRAME's and JavaScript
+
+Revision 505.0  2004/02/19 03:32:50  ajc
+* THIS IS 5.05
+
+Revision 504.7  2004/02/19 03:32:38  ajc
+* Changed the internal version number to 5.05
+* Completed the frames fix
+
+Revision 504.6  2004/02/18 20:08:29  ajc
+* Fixed the frameset force reload logic.  Now it does the whole frameset
+  without displaying an error in the main frame.
+
 Revision 504.5  2004/02/18 19:17:51  ajc
 * Force reload of frameset if someone tries to escape it.  Not perfect
   but it mostly works at this poing.
@@ -1654,4 +1786,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
-