log openwebchat.py @ 50:f78b986ecb6e

age author description
Tue, 28 Apr 2009 17:37:09 +0000 Atul Varma Changed port/ip addr binding.
Tue, 28 Apr 2009 10:03:51 -0700 Atul Varma Added error detection on the client-side.
Tue, 28 Apr 2009 08:32:25 -0700 Atul Varma Changed 'listen' endpoint to 'listen/multipart'.
Mon, 27 Apr 2009 16:56:46 -0700 Atul Varma Serialization of conversation is now done in JSON format.
Mon, 27 Apr 2009 16:48:46 -0700 Atul Varma Conversation is now serialized to disk and appended to when new messages come in.
Mon, 27 Apr 2009 16:24:15 -0700 Atul Varma Entire conversation is sent on page load now.
Mon, 27 Apr 2009 14:44:40 -0700 Atul Varma Added basic 'chat' functionality.
Mon, 27 Apr 2009 13:51:19 -0700 Atul Varma Added support for header parsing.
Mon, 27 Apr 2009 11:44:38 -0700 Atul Varma More refactorings.
Mon, 27 Apr 2009 11:13:54 -0700 Atul Varma Fixed some bugs.
Mon, 27 Apr 2009 10:53:15 -0700 Atul Varma More refactoring.
Mon, 27 Apr 2009 10:35:48 -0700 Atul Varma Refactorings.
Mon, 27 Apr 2009 08:44:36 -0700 Atul Varma More readable way of determining number of blocks needed, though I think I'm missing something...
Mon, 27 Apr 2009 08:42:47 -0700 Atul Varma Added open web chat module.