plugins/mod_c2s.lua
Sat, 17 Feb 2024 19:07:57 +0100 Kim Alvefur mod_c2s: Fix error on role change on Components (thanks Menel)
Sun, 03 Dec 2023 15:46:33 +0100 Kim Alvefur mod_c2s: Make c2s_timeout timer reachable to allow access from other modules
Thu, 26 Oct 2023 15:14:39 +0100 Matthew Wild mod_saslauth, mod_c2s: Disable tls-server-end-point channel binding by default
Wed, 07 Sep 2022 11:29:00 +0100 Matthew Wild mod_c2s: Add session.ssl_cfg/ssl_ctx for direct TLS connections
Fri, 21 Jul 2023 17:23:00 +0200 Kim Alvefur plugins: Handle how get_option_period returns "never"
Mon, 17 Jul 2023 01:38:54 +0200 Kim Alvefur plugins: Use integer config API with interval specification where sensible
Sun, 16 Jul 2023 20:49:33 +0200 Kim Alvefur plugins: Switch to :get_option_period() for time range options
Sun, 07 May 2023 12:27:55 +0200 Kim Alvefur core.sessionmanager: Delay closing a replaced connection after replacement
Wed, 03 May 2023 18:02:11 +0200 Kim Alvefur mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk)
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Thu, 23 Feb 2023 16:28:57 +0100 Kim Alvefur mod_c2s: Disconnect accounts when they are disabled
Thu, 20 Oct 2022 14:04:56 +0200 Kim Alvefur mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement
Tue, 16 Mar 2021 18:17:05 +0100 Kim Alvefur mod_c2s: Advertise stanza size limit to clients
Fri, 14 Oct 2022 11:21:16 +0100 Matthew Wild mod_c2s: Include stream attributes in stream-features event
Fri, 26 Aug 2022 17:04:15 +0100 Matthew Wild mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOs
Wed, 17 Aug 2022 16:38:53 +0100 Matthew Wild mod_authz_internal, and more: New iteration of role API
Wed, 27 Apr 2022 17:44:14 +0200 Jonas Schäfer net: isolate LuaSec-specifics
Tue, 22 Feb 2022 14:17:27 +0100 Kim Alvefur mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin)
Tue, 22 Feb 2022 12:35:31 +0100 Kim Alvefur mod_c2s,mod_s2s: Wrap callback to improve tracebacks
Fri, 18 Feb 2022 23:13:01 +0100 Kim Alvefur mod_c2s: Ignore unused event payload [luacheck]
Thu, 17 Feb 2022 03:49:47 +0100 Kim Alvefur mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown steps
Fri, 18 Feb 2022 14:25:22 +0100 Kim Alvefur mod_c2s: Close ports in a separate, earlier event from closing sessions
Fri, 11 Feb 2022 21:36:53 +0100 Kim Alvefur mod_c2s,mod_s2s: Disable and close port listeners before closing sessions
Sat, 18 Dec 2021 13:43:57 +0100 Kim Alvefur mod_c2s: Fire pre-closing event regardless of connected state
Wed, 01 Dec 2021 15:06:48 +0100 Kim Alvefur mod_c2s: Add event just before closing as session
Fri, 12 Nov 2021 13:26:05 +0000 Matthew Wild mod_c2s: Disconnect user sessions on a role change event
Sun, 24 Oct 2021 15:17:01 +0200 Kim Alvefur mod_c2s,etc: Identify stanza object with appropriate function
Thu, 09 Sep 2021 22:14:43 +0200 Kim Alvefur mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarity
Mon, 06 Sep 2021 23:21:25 +0200 Kim Alvefur mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
Thu, 26 Aug 2021 16:42:42 +0100 Matthew Wild Merge 0.11->trunk
Tue, 06 Jul 2021 08:18:28 +0100 Matthew Wild mod_c2s: Indicate stream secure state in error text when no stream features to offer 0.11
Mon, 16 Aug 2021 12:45:14 +0200 Kim Alvefur mod_c2s,mod_s2s: Fire event just before writes
Mon, 21 Jun 2021 13:36:05 +0200 Kim Alvefur mod_c2s: Guard against LuaSec not returning TLS info (thanks Martin)
Sun, 20 Jun 2021 18:15:59 +0200 Kim Alvefur mod_c2s: Log the same messages for Direct TLS as with starttls
Sun, 20 Jun 2021 18:14:18 +0200 Kim Alvefur mod_c2s: Update a comment to reflect Direct TLS
Sun, 20 Jun 2021 16:51:08 +0200 Kim Alvefur mod_c2s: Add a Direct TLS listener
Wed, 16 Jun 2021 00:00:17 +0200 Kim Alvefur mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers
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, 18 Apr 2021 12:34:17 +0200 Jonas Schäfer mod_c2s: Port to new OpenMetrics API
Wed, 14 Apr 2021 16:02:47 +0200 Kim Alvefur mod_c2s: Fix traceback if session was destroyed while opening stream (thanks Ge0rG)
Sat, 10 Apr 2021 16:45:44 +0200 Kim Alvefur Merge 0.11->trunk
Thu, 18 Mar 2021 16:24:46 +0100 Kim Alvefur mod_c2s: Log about missing conn on async state changes 0.11
Thu, 18 Mar 2021 16:23:47 +0100 Kim Alvefur mod_c2s: Improve code style 0.11
Wed, 17 Mar 2021 12:47:16 +0100 Kim Alvefur mod_c2s: Fix traceback in session close when conn is nil 0.11
Thu, 18 Mar 2021 14:30:32 +0100 tmolitor mod_c2s: Don't throw errors in async code when connections are gone 0.11
Tue, 23 Mar 2021 21:46:11 +0100 Kim Alvefur mod_c2s: Log a debug message before closing due to c2s_timeout
Wed, 03 Feb 2021 21:41:45 +0100 Kim Alvefur mod_c2s: Reflect stream 'from' attribute back if set (fix #1625)
Wed, 30 Sep 2020 09:50:33 +0100 Matthew Wild Merge 0.11->trunk
Sun, 31 May 2020 22:39:34 +0200 Kim Alvefur mod_c2s,mod_s2s: Make stanza size limits configurable 0.11 0.11.7
Sun, 31 May 2020 22:39:34 +0200 Kim Alvefur mod_c2s,mod_s2s: Make stanza size limits configurable
Sun, 31 May 2020 22:25:48 +0200 Kim Alvefur mod_c2s,mod_s2s: Use a distinct stream error for hitting stanza size limit
Fri, 08 May 2020 23:58:24 +0200 Kim Alvefur mod_c2s: Run stream open and close events in async thread, fixes #1103
Sun, 19 Apr 2020 13:04:12 +0200 Kim Alvefur mod_c2s: Swap comments
Fri, 29 Nov 2019 23:27:51 +0100 Kim Alvefur mod_net_multiplex: Add support for using ALPN
Sat, 02 Nov 2019 15:39:40 +0100 Kim Alvefur mod_c2s: Validate that a 'to' attribute exists at all
Sun, 25 Aug 2019 23:12:55 +0200 Kim Alvefur Remove COMPAT with temporary luasec fork
Tue, 30 Jul 2019 02:29:36 +0200 Kim Alvefur plugins: Remove tostring call from logging
Sun, 26 May 2019 19:41:58 +0200 Kim Alvefur Merge 0.11->trunk
Sat, 18 May 2019 17:45:20 +0200 Kim Alvefur mod_c2s: Associate connection with session last (fixes #1313) 0.11
less more (0) -100 -60 tip