]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Fixes to wiki view to handle "short" links.
[citadel.git] / webcit / ChangeLog
index 2d9be95abcfd883967e80c0b2101b6dc88373989..cfe173af9369bc37f3bd297c09aceb5b3c96f25d 100644 (file)
@@ -1,5 +1,48 @@
 $Id$
 
+Tue Jan 24 13:56:03 EST 2006 ajc
+* Fixes to wiki view to handle "short" links.
+
+Tue Jan 24 11:07:04 EST 2006 ajc
+* client_getln() now fails if the client attempts to transmit non printable
+  characters.   This is for fast bailout if someone tries to do HTTPS to a
+  non-SSL webcit.
+
+Mon Jan 23 22:51:11 EST 2006 ajc
+* Got a primitive version of the wiki system in place.  Needs a lot of fine
+  tuning but it basically works.
+
+Fri Jan 20 21:03:25 CET 2006 dothebart
+* finished doxygen style comments.
+
+Sun Jan 22 17:49:29 EST 2006 ajc
+* More work on the wiki view.  Don't try to use it yet.
+
+Fri Jan 20 16:39:04 EST 2006 ajc
+* Started writing wiki code.  It completely does not work.  :)
+
+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.