log plugins/mod_websocket.lua @ 8577:75d5eee6fcdf

age author description
Tue, 16 May 2017 17:52:29 +0200 Kim Alvefur mod_websocket: Convert set to string (syslog sink needs a better fix)
Mon, 03 Apr 2017 17:14:34 +0200 Kim Alvefur mod_websocket: Log state of cross domain set after changing it
Thu, 02 Mar 2017 03:03:25 +0100 Kim Alvefur mod_websocket: Make open_stream method behave like the one from util.xmppstream
Thu, 02 Mar 2017 03:03:04 +0100 Kim Alvefur mod_websocket: Include xml:lang attribute on stream <open> (fixes #840)
Sat, 25 Feb 2017 02:15:15 +0100 Kim Alvefur mod_websocket: Set connections starttls method to false to prevent mod_tls from offering starttls (fixes #837)
Mon, 05 Dec 2016 12:23:51 +0100 Kim Alvefur mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host
Mon, 05 Dec 2016 12:23:41 +0100 Kim Alvefur mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket'
Mon, 05 Dec 2016 12:22:41 +0100 Kim Alvefur mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652)
Sun, 04 Dec 2016 11:57:26 +0100 Kim Alvefur mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP
Sun, 04 Dec 2016 11:52:22 +0100 Kim Alvefur mod_websocket: Add some debug messages
Fri, 04 Nov 2016 13:28:10 +0100 Kim Alvefur mod_websocket: Set FIN flag on ping frames (fixes #773)
Wed, 06 Apr 2016 14:44:51 +0200 Kim Alvefur mod_websocket: Fix read timeout handler (thanks mt)