log openwebchat.py @ 63:b19641a0d5ad

age author description
Wed, 29 Apr 2009 16:26:21 -0700 Atul Varma Refactoring: better querystring parsing.
Tue, 28 Apr 2009 23:07:12 -0700 Atul Varma The listen endpoint can now be passed a start msg id.
Tue, 28 Apr 2009 22:10:24 -0700 Atul Varma open web chat now uses a separate channel for each conversation.
Tue, 28 Apr 2009 21:37:00 -0700 Atul Varma conversations dict is now a weak value dict. Added a status page showing current resource usage.
Tue, 28 Apr 2009 15:13:07 -0700 Atul Varma Added redirects to add extra slash at end of conversation name.
Tue, 28 Apr 2009 15:04:29 -0700 Atul Varma We now support multiple conversations based on the URL.
Tue, 28 Apr 2009 14:39:40 -0700 Atul Varma JSON data is now sent w/ the proper mime type.
Tue, 28 Apr 2009 20:17:48 +0000 Atul Varma Port is now settable from cmd line
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.