| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base ... | Kim Alvefur | 2016-12-05 | 1 | -2/+6 |
* | mod_websocket: Add the base URL of each host module is enabled on to 'cross_d... | Kim Alvefur | 2016-12-05 | 1 | -0/+13 |
* | mod_websocket: Verify that the client-sent Origin header matches cross_domain... | Kim Alvefur | 2016-12-05 | 1 | -9/+13 |
* | mod_websocket: Use contains_token from util.http for checking if the requeste... | Kim Alvefur | 2016-12-04 | 1 | -4/+2 |
* | mod_websocket: Add some debug messages | Kim Alvefur | 2016-12-04 | 1 | -0/+3 |
* | mod_websocket: Set FIN flag on ping frames (fixes #773) | Kim Alvefur | 2016-11-04 | 1 | -1/+1 |
* | mod_websocket: Fix read timeout handler (thanks mt) | Kim Alvefur | 2016-04-06 | 1 | -1/+4 |
* | mod_websocket: Send a ping on read timeout | Kim Alvefur | 2016-03-23 | 1 | -0/+7 |
* | mod_websocket: Remove warning about unsolicited pong frames "MAY be sent unso... | Kim Alvefur | 2016-03-23 | 1 | -2/+1 |
* | mod_websocket: Make sure stanza xmlns filter runs late in the chain | Kim Alvefur | 2016-03-18 | 1 | -1/+1 |
* | mod_websocket: Silence luacheck warnings | Kim Alvefur | 2015-10-06 | 1 | -1/+2 |
* | mod_websocket: Import util.timer and session close timeout config option (tha... | Kim Alvefur | 2015-10-06 | 1 | -0/+2 |
* | mod_websocket: Import sessionmanager (fixes traceback) | Kim Alvefur | 2015-08-21 | 1 | -1/+1 |
* | mod_websocket: Initial commit (based on the prosody-modules version) | Florian Zeitz | 2014-09-05 | 1 | -0/+301 |