]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Fixes to wiki view to handle "short" links.
[citadel.git] / webcit / ChangeLog
index e21c168c60424defdc4e7428be60f2e896f4a73b..cfe173af9369bc37f3bd297c09aceb5b3c96f25d 100644 (file)
@@ -1,5 +1,23 @@
 $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.  :)