Log

mod_websocket/mod_websocket.lua @ 1109:d988f2db9773

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