plugins/mod_s2s.lua
Sat, 05 Aug 2023 20:41:24 +0200 Kim Alvefur mod_s2s: Fix reporting of DANE mismatch
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
Wed, 24 May 2023 15:35:28 +0200 Kim Alvefur Merge 0.12->trunk
Thu, 18 Aug 2022 03:26:32 +0200 Kim Alvefur mod_s2s: Add event where resolver for s2sout can be tweaked 0.12
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
Wed, 09 Nov 2022 19:10:16 +0100 Kim Alvefur mod_s2s: Retrieve stanza size limit from peer for bidi connections
Thu, 20 Oct 2022 14:22:36 +0200 Kim Alvefur mod_s2s: Advertise stream features on bidi connections
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:30:54 +0100 Kim Alvefur mod_s2s: Avoid sending too large stanzas
Tue, 16 Mar 2021 18:30:34 +0100 Kim Alvefur mod_s2s: Record stanza size limit advertised by other servers
Tue, 16 Mar 2021 18:25:05 +0100 Kim Alvefur mod_s2s: Advertise stanza size limit to other servers
Fri, 26 Aug 2022 19:10:15 +0200 Kim Alvefur mod_s2s: Simplify conditionals since all sessions should have .host now
Fri, 26 Aug 2022 19:03:23 +0200 Kim Alvefur Merge 0.12->trunk
Fri, 26 Aug 2022 18:53:00 +0200 Kim Alvefur mod_s2s: Fix firing buffer drain events 0.12
Tue, 02 Aug 2022 19:26:26 +0200 Kim Alvefur mod_tls: Record STARTTLS state so it can be shown in Shell
Sat, 07 May 2022 13:10:27 +0200 Kim Alvefur mod_s2s: Log queued stanzas for which no error reply is produced
Sat, 07 May 2022 13:01:49 +0200 Kim Alvefur mod_s2s: Don't bounce queued error stanzas (thanks Martin)
Wed, 27 Apr 2022 17:44:14 +0200 Jonas Schäfer net: isolate LuaSec-specifics
Mon, 25 Apr 2022 15:09:53 +0100 Matthew Wild Merge 0.12->trunk
Mon, 25 Apr 2022 15:07:49 +0100 Matthew Wild mod_s2s: Improve robustness of outgoing s2s certificate verification 0.12
Mon, 25 Apr 2022 14:41:54 +0200 Kim Alvefur mod_s2s: Distinguish DANE TLSA errors from generic cert chain errors
Mon, 25 Apr 2022 14:36:56 +0200 Kim Alvefur mod_s2s: Recognise and report errors with CA or intermediate certs
Wed, 23 Mar 2022 15:25:22 +0000 Matthew Wild mod_s2s: Store real stanzas in session.sendq, rather than strings
Fri, 04 Mar 2022 16:33:41 +0000 Matthew Wild Merge config-updates+check-turn from timber
Sat, 25 Dec 2021 16:23:40 +0100 Kim Alvefur various: Require encryption by default for real
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
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, 11 Feb 2022 21:41:04 +0100 Kim Alvefur mod_s2s: Disable creation of new outgoing connections during shutdown
Fri, 11 Feb 2022 21:36:53 +0100 Kim Alvefur mod_c2s,mod_s2s: Disable and close port listeners before closing sessions
Sun, 06 Feb 2022 14:31:27 +0100 Kim Alvefur mod_s2s: Add new early s2s-connected events
Fri, 21 Jan 2022 18:42:38 +0100 Kim Alvefur mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tls
Fri, 21 Jan 2022 17:59:19 +0100 Kim Alvefur mod_s2s: Enable outgoing Direct TLS connections
Sun, 24 Oct 2021 15:11:01 +0200 Kim Alvefur mod_s2s: Fix logging of <stream:error> consistency with other mods
Thu, 21 Oct 2021 17:51:56 +0200 Kim Alvefur mod_s2s: Don't pass unknown hostnames as stats label
Thu, 09 Sep 2021 21:59:02 +0200 Kim Alvefur mod_s2s: Rename Direct TLS listener 's2s_direct_tls'
Tue, 10 Aug 2021 20:55:43 +0200 Kim Alvefur mod_s2s: Add a Direct TLS listener
Tue, 10 Aug 2021 20:54:38 +0200 Kim Alvefur mod_s2s: Handle connections having TLS from the start
Tue, 10 Aug 2021 20:51:31 +0200 Kim Alvefur mod_s2s: Factor out procedure for newly encrypted sessions
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)
Mon, 16 Aug 2021 12:45:14 +0200 Kim Alvefur mod_c2s,mod_s2s: Fire event just before writes
Mon, 16 Aug 2021 11:37:51 +0200 Kim Alvefur mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2s
Sun, 18 Jul 2021 21:53:26 +0200 Kim Alvefur mod_s2s: Clone 'extra' data to let resolvers add more to it
Sun, 18 Jul 2021 09:17:31 +0200 Kim Alvefur mod_s2s: Handle measurement where the local host is unknown
Sun, 18 Jul 2021 09:08:04 +0200 Kim Alvefur mod_s2s: Guard against missing 'to' on incoming stream
Wed, 14 Jul 2021 02:53:42 +0200 Kim Alvefur mod_s2s: Don't close connections on reload
Wed, 14 Jul 2021 02:39:54 +0200 Kim Alvefur mod_s2s: Close connections attached to a host being deactivated
Wed, 14 Jul 2021 02:41:15 +0200 Kim Alvefur mod_s2s: Vary log level by remote stream error
Tue, 13 Jul 2021 15:04:34 +0200 Kim Alvefur mod_s2s: Remove connection timeout once it's no longer needed
Sun, 11 Jul 2021 12:41:32 +0200 Kim Alvefur mod_s2s: Log debug message on attempted close of an connectionless session
Sun, 11 Jul 2021 12:37:51 +0200 Kim Alvefur mod_s2s: Drop level of indentation by inverting a condition and early return
Sun, 11 Jul 2021 12:36:08 +0200 Kim Alvefur mod_s2s: Use module API to fire events
Mon, 21 Jun 2021 13:45:44 +0200 Kim Alvefur mod_s2s: Remove duplicate method call (thanks luacheck)
Mon, 21 Jun 2021 13:43:40 +0200 Kim Alvefur mod_s2s: Guard against LuaSec not returning TLS info here too
Wed, 16 Jun 2021 23:53:00 +0200 Kim Alvefur mod_s2s: Bail if connection is destroyed after attempting to open stream
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
Wed, 21 Apr 2021 17:11:58 +0200 Jonas Schäfer s2s et al.: Add counters for connection state transitions
less more (0) -60 tip