Log

mod_websocket/mod_websocket.lua @ 1453:7b53cfc6ba8d

description author age
mod_websocket: Handle pong messages Florian Zeitz 2014-04-28
mod_websocket: Multiple fixes for sending stream errors Florian Zeitz 2014-03-19
mod_websocket: Update to draft-ietf-xmpp-websocket-01 Florian Zeitz 2014-03-09
Backed out changeset 853a382c9bd6 Kim Alvefur 2014-02-28
mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus) Kim Alvefur 2014-02-28
mod_websocket: Fix typo "Cosed" -> "Closed" Florian Zeitz 2014-01-10
mod_websocket: Add consider_websocket_secure option Florian Zeitz 2013-09-17
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