aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_websocket.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_websocket: Set connections starttls method to false to prevent mod_tls fr...Kim Alvefur2017-02-251-0/+2
* mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base ...Kim Alvefur2016-12-051-2/+6
* mod_websocket: Add the base URL of each host module is enabled on to 'cross_d...Kim Alvefur2016-12-051-0/+13
* mod_websocket: Verify that the client-sent Origin header matches cross_domain...Kim Alvefur2016-12-051-9/+13
* mod_websocket: Use contains_token from util.http for checking if the requeste...Kim Alvefur2016-12-041-4/+2
* mod_websocket: Add some debug messagesKim Alvefur2016-12-041-0/+3
* mod_websocket: Set FIN flag on ping frames (fixes #773)Kim Alvefur2016-11-041-1/+1
* mod_websocket: Fix read timeout handler (thanks mt)Kim Alvefur2016-04-061-1/+4
* mod_websocket: Send a ping on read timeoutKim Alvefur2016-03-231-0/+7
* mod_websocket: Remove warning about unsolicited pong frames "MAY be sent unso...Kim Alvefur2016-03-231-2/+1
* mod_websocket: Make sure stanza xmlns filter runs late in the chainKim Alvefur2016-03-181-1/+1
* mod_websocket: Silence luacheck warningsKim Alvefur2015-10-061-1/+2
* mod_websocket: Import util.timer and session close timeout config option (tha...Kim Alvefur2015-10-061-0/+2
* mod_websocket: Import sessionmanager (fixes traceback)Kim Alvefur2015-08-211-1/+1
* mod_websocket: Initial commit (based on the prosody-modules version)Florian Zeitz2014-09-051-0/+301