log mod_websocket/mod_websocket.lua @ 1429:3f85aaca8282

age author description
2014-04-28 Florian Zeitz mod_websocket: Handle pong messages
2014-03-19 Florian Zeitz mod_websocket: Multiple fixes for sending stream errors
2014-03-09 Florian Zeitz mod_websocket: Update to draft-ietf-xmpp-websocket-01
2014-02-28 Kim Alvefur Backed out changeset 853a382c9bd6
2014-02-28 Kim Alvefur mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
2014-01-10 Florian Zeitz mod_websocket: Fix typo "Cosed" -> "Closed"
2013-09-17 Florian Zeitz mod_websocket: Add consider_websocket_secure option
2013-05-30 Florian Zeitz mod_websocket: Add some more error checks for close frames
2013-05-30 Florian Zeitz mod_websocket: Access some values via locales instead of through tables
2013-05-30 Florian Zeitz mod_websocket: Optimize string concatenation
2013-05-30 Florian Zeitz mod_websocket: Call string and table functions through locals
2013-05-30 Florian Zeitz mod_websocket: Fix length calculation
2013-04-06 Florian Zeitz mod_websocket: Set status_code instead of status
2013-02-15 Florian Zeitz mod_websocket: Avoid floating point division
2013-02-13 Florian Zeitz mod_websocket: Change the HTTP name to websocket, and override the default_path instead
2013-02-10 Florian Zeitz mod_websocket: Fix require to work with lua-bitop (Thanks István and Zash)
2013-01-12 Florian Zeitz mod_websocket: Simplify by getting the c2s_listener from mod_c2s
2012-11-08 Florian Zeitz mod_websocket: Determine whether to use a self-closing stream tag, based on the client's initial data
2012-10-31 Florian Zeitz mod_websocket: Add CORS support
2012-10-25 Florian Zeitz mod_websocket: Don't offer starttls
2012-10-15 Florian Zeitz mod_websocket: Accept GET request without trailing /
2012-10-05 Florian Zeitz mod_websocket: Check whether the xmpp sub-protocol was requested
2012-10-05 Florian Zeitz mod_websocket: More robust frame handling
2012-10-04 Florian Zeitz mod_websocket: Fix frame length calculation
2012-10-04 Florian Zeitz mod_websocket: Merge with current mod_c2s
2012-06-02 Florian Zeitz mod_websocket: Remove unnecessary require of tohex()
2012-05-28 Florian Zeitz mod_websocket: Only un-self-close <stream:stream>s
2012-05-27 Florian Zeitz mod_websocket: Make sending a self-closing <stream:stream> tag configurable
2012-05-27 Florian Zeitz mod_websocket: Answer ping frames
2012-05-27 Florian Zeitz mod_websocket: Add fragmentation support
2012-05-27 Florian Zeitz mod_websocket: Be nice to non-websocket clients
2012-05-27 Florian Zeitz mod_websocket: Make this a shared module
2012-05-27 Florian Zeitz mod_websocket: Move frame building into a function
2012-05-26 Florian Zeitz mod_websocket: Move frame handling into a separate function
2012-05-25 Florian Zeitz mod_websocket: New mod_c2s based version, still WIP
2010-02-08 Ali Sabil mod_websocket: Initial commit