log mod_websocket/mod_websocket.lua @ 1025:b56a9aa171b3

age author description
Thu, 30 May 2013 22:48:19 +0200 Florian Zeitz mod_websocket: Fix length calculation
Sat, 06 Apr 2013 21:39:20 +0200 Florian Zeitz mod_websocket: Set status_code instead of status
Fri, 15 Feb 2013 01:32:03 +0100 Florian Zeitz mod_websocket: Avoid floating point division
Wed, 13 Feb 2013 21:03:45 +0100 Florian Zeitz mod_websocket: Change the HTTP name to websocket, and override the default_path instead
Sun, 10 Feb 2013 20:12:42 +0100 Florian Zeitz mod_websocket: Fix require to work with lua-bitop (Thanks István and Zash)
Sat, 12 Jan 2013 17:33:52 +0100 Florian Zeitz mod_websocket: Simplify by getting the c2s_listener from mod_c2s
Thu, 08 Nov 2012 01:55:00 +0100 Florian Zeitz mod_websocket: Determine whether to use a self-closing stream tag, based on the client's initial data
Wed, 31 Oct 2012 20:07:23 +0100 Florian Zeitz mod_websocket: Add CORS support
Thu, 25 Oct 2012 17:45:08 +0200 Florian Zeitz mod_websocket: Don't offer starttls
Mon, 15 Oct 2012 21:02:43 +0200 Florian Zeitz mod_websocket: Accept GET request without trailing /
Fri, 05 Oct 2012 19:44:23 +0200 Florian Zeitz mod_websocket: Check whether the xmpp sub-protocol was requested
Fri, 05 Oct 2012 16:57:34 +0200 Florian Zeitz mod_websocket: More robust frame handling
Thu, 04 Oct 2012 16:38:39 +0200 Florian Zeitz mod_websocket: Fix frame length calculation
Thu, 04 Oct 2012 16:37:33 +0200 Florian Zeitz mod_websocket: Merge with current mod_c2s
Sat, 02 Jun 2012 04:59:16 +0200 Florian Zeitz mod_websocket: Remove unnecessary require of tohex()