Log

plugins/mod_websocket.lua @ 9344:d36fa7d164c0

description author age
Merge 0.10 -> trunk Matthew Wild 2018-05-16
mod_websocket: Store the request object on the session for use by other modules 0.10.1 Matthew Wild 2018-05-08
mod_websocket: Transfer IP address derived by mod_http Kim Alvefur 2018-03-15
mod_websocket: Convert set to string (syslog sink needs a better fix) Kim Alvefur 2017-05-16
mod_websocket: Log state of cross domain set after changing it Kim Alvefur 2017-04-03
mod_websocket: Make open_stream method behave like the one from util.xmppstream Kim Alvefur 2017-03-02
mod_websocket: Include xml:lang attribute on stream <open> (fixes #840) Kim Alvefur 2017-03-02
mod_websocket: Set connections starttls method to false to prevent mod_tls from offering starttls (fixes #837) Kim Alvefur 2017-02-25
mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host Kim Alvefur 2016-12-05
mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket' Kim Alvefur 2016-12-05
mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652) Kim Alvefur 2016-12-05
mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP Kim Alvefur 2016-12-04
mod_websocket: Add some debug messages Kim Alvefur 2016-12-04
mod_websocket: Set FIN flag on ping frames (fixes #773) Kim Alvefur 2016-11-04
mod_websocket: Fix read timeout handler (thanks mt) Kim Alvefur 2016-04-06