plugins/mod_websocket.lua
Mon, 20 Feb 2023 18:10:15 +0000 Matthew Wild mod_websocket: Fire pre-session-close event (fixes #1800) 0.12 0.12.3
Mon, 28 Mar 2022 14:53:24 +0100 Matthew Wild mod_http (and dependent modules): Make CORS opt-in by default (fixes #1731) 0.12
Fri, 04 Feb 2022 17:59:42 +0100 Kim Alvefur mod_websocket: Only enable host-agnostic HTTP routing when enabled globally
Sun, 24 Oct 2021 15:17:01 +0200 Kim Alvefur mod_c2s,etc: Identify stanza object with appropriate function
Mon, 21 Jun 2021 22:50:23 +0200 Kim Alvefur mod_bosh,mod_websocket: Make into global-shared modules (...again)
Thu, 13 May 2021 11:17:13 +0100 Matthew Wild Merge 0.11->trunk
Fri, 07 May 2021 17:03:49 +0100 Matthew Wild mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 0.11
Sun, 21 Feb 2021 06:20:55 +0100 Kim Alvefur mod_websocket: Use mod_http_errors html template #1172
Thu, 18 Feb 2021 10:05:30 +0100 Kim Alvefur mod_websocket: Inherit security status from http request
Tue, 29 Sep 2020 15:30:48 +0100 Matthew Wild Merge 0.11->trunk
Tue, 29 Sep 2020 15:18:32 +0100 Matthew Wild mod_websocket: Refactor frame validity checking, also check partially-received frames against constraints 0.11
Mon, 28 Sep 2020 16:36:12 +0100 Matthew Wild mod_websocket: Continue to process data already in the buffer after an error occurs 0.11
Thu, 17 Sep 2020 16:42:36 +0100 Matthew Wild mod_websocket: Enforce stanza size limit and close stream 0.11
Thu, 17 Sep 2020 16:42:14 +0100 Matthew Wild mod_websocket: Add separate limit for frame buffer size 0.11
Thu, 17 Sep 2020 16:41:48 +0100 Matthew Wild mod_websocket: handle full frame buffer and raise stream error 0.11
Thu, 17 Sep 2020 13:04:46 +0100 Matthew Wild mod_websocket: Switch partial frame buffering to util.dbuffer 0.11
Mon, 20 Apr 2020 11:30:59 +0100 Matthew Wild mod_bosh, mod_websocket: Add config options to override GET responses
Fri, 24 Jan 2020 16:57:25 +0000 Matthew Wild Merge 0.11->trunk
Fri, 24 Jan 2020 16:21:30 +0000 Matthew Wild mod_websocket: Fire event on session creation (thanks Aaron van Meerten) 0.11
Fri, 24 Jan 2020 16:21:30 +0000 Matthew Wild mod_websocket: Fire event on session creation (thanks Aaron van Meerten)
Thu, 02 Jan 2020 10:52:47 +0100 Kim Alvefur Merge 0.11->trunk
Thu, 02 Jan 2020 10:49:37 +0100 Kim Alvefur mod_websocket: Clear mask bit when reflecting ping frames (fixes #1484) 0.11 0.11.4
Sat, 12 Oct 2019 19:16:43 +0200 Kim Alvefur mod_websocket: Guard against upgrading to websocket from a HEAD request
Tue, 30 Jul 2019 02:29:36 +0200 Kim Alvefur plugins: Remove tostring call from logging
Sun, 28 Jul 2019 16:43:47 +0200 Kim Alvefur Merge 0.11->trunk
Sat, 20 Jul 2019 04:19:58 +0200 Kim Alvefur mod_websocket: Clone stanza before mutating (fixes #1398) 0.11
Tue, 22 Jan 2019 10:44:24 +0100 Kim Alvefur Merge 0.11->trunk
Tue, 22 Jan 2019 10:41:00 +0100 Kim Alvefur mod_websocket: Log an error if cross_domain_websocket = true is set in a VirtualHost section 0.11
Sat, 19 Jan 2019 21:35:16 +0100 Kim Alvefur Merge 0.11->trunk
Fri, 18 Jan 2019 18:37:04 +0100 Kim Alvefur mod_websocket: Include the value of cross_domain_websocket in debug message 0.11
Sat, 19 Jan 2019 20:03:04 +0100 Kim Alvefur mod_bosh, mod_websocket: Remove accidentally included dependency on non-existant module
Thu, 04 Oct 2018 12:24:08 +0200 Kim Alvefur mod_websocket: Drop CORS code in favor of that in mod_http
Sun, 30 Sep 2018 17:55:13 +0200 Kim Alvefur mod_websocket: Silence the one warning instead of ignoring the entire file
Sat, 22 Sep 2018 00:02:16 +0200 Kim Alvefur mod_websocket: Serve HTTP in global context
Wed, 16 May 2018 23:50:08 +0100 Matthew Wild Merge 0.10 -> trunk
Tue, 08 May 2018 07:11:33 +0100 Matthew Wild mod_websocket: Store the request object on the session for use by other modules 0.10.1
Thu, 15 Mar 2018 17:52:11 +0100 Kim Alvefur mod_websocket: Transfer IP address derived by mod_http
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)
Wed, 23 Mar 2016 23:21:03 +0100 Kim Alvefur mod_websocket: Send a ping on read timeout
Wed, 23 Mar 2016 14:31:35 +0100 Kim Alvefur mod_websocket: Remove warning about unsolicited pong frames "MAY be sent unsolicited" per RFC 6455 (thanks mt)
Fri, 18 Mar 2016 00:08:33 +0100 Kim Alvefur mod_websocket: Make sure stanza xmlns filter runs late in the chain
Tue, 06 Oct 2015 15:30:25 +0200 Kim Alvefur mod_websocket: Silence luacheck warnings
Tue, 06 Oct 2015 15:27:39 +0200 Kim Alvefur mod_websocket: Import util.timer and session close timeout config option (thanks fairuz)
Fri, 21 Aug 2015 11:26:34 +0200 Kim Alvefur mod_websocket: Import sessionmanager (fixes traceback)
Fri, 05 Sep 2014 03:47:39 +0200 Florian Zeitz mod_websocket: Initial commit (based on the prosody-modules version)
less more (0) tip