Log

plugins/mod_websocket.lua @ 9795:02735bc82126

description author age
mod_websocket: Drop CORS code in favor of that in mod_http Kim Alvefur Thu, 04 Oct 2018 12:24:08 +0200
mod_websocket: Silence the one warning instead of ignoring the entire file Kim Alvefur Sun, 30 Sep 2018 17:55:13 +0200
mod_websocket: Serve HTTP in global context Kim Alvefur Sat, 22 Sep 2018 00:02:16 +0200
Merge 0.10 -> trunk Matthew Wild Wed, 16 May 2018 23:50:08 +0100
mod_websocket: Store the request object on the session for use by other modules 0.10.1 Matthew Wild Tue, 08 May 2018 07:11:33 +0100
mod_websocket: Transfer IP address derived by mod_http Kim Alvefur Thu, 15 Mar 2018 17:52:11 +0100
mod_websocket: Convert set to string (syslog sink needs a better fix) Kim Alvefur Tue, 16 May 2017 17:52:29 +0200
mod_websocket: Log state of cross domain set after changing it Kim Alvefur Mon, 03 Apr 2017 17:14:34 +0200
mod_websocket: Make open_stream method behave like the one from util.xmppstream Kim Alvefur Thu, 02 Mar 2017 03:03:25 +0100
mod_websocket: Include xml:lang attribute on stream <open> (fixes #840) Kim Alvefur Thu, 02 Mar 2017 03:03:04 +0100
mod_websocket: Set connections starttls method to false to prevent mod_tls from offering starttls (fixes #837) Kim Alvefur Sat, 25 Feb 2017 02:15:15 +0100
mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host Kim Alvefur Mon, 05 Dec 2016 12:23:51 +0100
mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket' Kim Alvefur Mon, 05 Dec 2016 12:23:41 +0100
mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652) Kim Alvefur Mon, 05 Dec 2016 12:22:41 +0100
mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP Kim Alvefur Sun, 04 Dec 2016 11:57:26 +0100