]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
converted comments to get caught by doxygen
[citadel.git] / webcit / ChangeLog
index aa91ac559216fc5b0e78fe0b040a379b87dbd448..9e48525efe6a36185f55e6b3156b6097609ccc68 100644 (file)
@@ -1,5 +1,86 @@
 $Id$
 
+Fri Jan 20 21:03:25 CET 2006 dothebart
+* Started with doxygen style comments and doxygen config.
+       
+Thu Jan 19 23:18:01 EST 2006 ajc
+* Began adding the infrastructure to support wiki mode rooms.
+
+Thu Jan 19 00:00:16 EST 2006 ajc
+* Fixed a small memory leak
+
+Wed Jan 18 23:09:26 EST 2006 ajc
+* THIS IS 6.71
+
+Wed Jan 18 16:39:12 EST 2006 ajc
+* fix_scrollbar_bug is now a class instead of an id.  Fixes validator warnings.
+* Corrected bad html generated when there's only one message in a summary view.
+* Retain both login name and display name (fullname) in session structure.
+  This fixes chat window authentication when connecting to a Citadel server
+  using host based authentication.
+
+Mon Jan 16 11:52:53 EST 2006 ajc
+* Experimental unix domain socket listener
+
+Sat Jan 14 23:40:28 EST 2006 ajc
+* setup.c: remove "--backtitle" from calls to "dialog" because its
+  availability cannot be depended upon.
+
+Fri Jan 13 15:25:18 EST 2006 ajc
+* THIS IS 6.70
+
+Sat Jan 14 18:25:58 EST 2006 ajc
+* Config: Correct forged From: lines during authenticated SMTP
+
+Fri Jan 13 00:01:58 EST 2006 ajc
+* Removed the split bbview because it's b0rken in IE
+
+Thu Jan 12 00:40:28 EST 2006 ajc
+* Changes to instant messenger to work around IE bugs
+
+Wed Jan 11 23:20:48 EST 2006 ajc
+* More updates to instant messenger:
+  - Better delineation of input box.  Added an icon and a slightly darker
+    background color so you can see where the input box actually is.
+  - Auto refresh every 5 seconds instead of 30
+  - WebCit now fires off a JavaScript test after 30 seconds of inactivity
+    to see if the instant messenger window needs to be opened
+
+Wed Jan 11 16:59:54 EST 2006 ajc
+* More updates to instant messenger.  When new messages arrive, the window
+  automatically scrolls to the bottom and the input box is refocused.
+
+Wed Jan 11 15:21:18 EST 2006 ajc
+* Corrected a small javascript syntax error
+
+Tue Jan 10 23:56:59 EST 2006 ajc
+* instant_messenger.html: learn my own screen name from the server,
+  also some CSS changes
+
+Mon Jan  9 13:01:48 EST 2006 ajc
+* siteconfig.c: new "Indexing/Journaling" tab now contains the options
+  to enable the full text index, and to enable message journaling.
+* Version number is now 6.70 in order to keep parity with Citadel.
+
+Mon Jan  9 00:39:59 EST 2006 ajc
+* Site Configuration screen moved to tabbed dialog
+
+Fri Jan  6 11:20:13 EST 2006 ajc
+* Localization enabled "Your info" from summary screen
+
+Thu Jan  5 23:17:17 EST 2006 ajc
+* New tabbed dialog API.  This will be used in something later...
+
+Tue Jan  3 18:19:53 EST 2006 ajc
+* More tweaks to instant messenger window
+
+Mon Jan  2 22:46:02 EST 2006 ajc
+* Allow selection of tabs in multiple conversation mode.
+
+Mon Jan  2 16:39:55 EST 2006 ajc
+* The new AJAX-based instant messenger now handles sending messages, and
+  also multiple concurrent conversations.
+
 Mon Jan  2 13:36:56 EST 2006 ajc
 * New way to display incoming instant messages.  Not finished.