plugins/mod_s2s/mod_s2s.lua
Fri, 29 Nov 2019 18:15:23 +0100 Kim Alvefur mod_s2s: Prevent unhandled stanza handler from complaining about stream features on aborted connections
Thu, 28 Nov 2019 18:30:30 +0100 Kim Alvefur mod_s2s: Abort outgoing connections earlier when TLS requirement isn't satisfied
Thu, 28 Nov 2019 17:32:15 +0100 Kim Alvefur mod_s2s: Send stream errors for cert problems on outgoing connections
Wed, 27 Nov 2019 23:26:59 +0100 Kim Alvefur mod_s2s: Improve error in bounces due to cert validation problems
Sat, 23 Nov 2019 01:32:53 +0100 Kim Alvefur mod_s2s: Add error text for error replies on some s2s failures (#770)
Sat, 23 Nov 2019 01:29:03 +0100 Kim Alvefur s2s: Allow passing a custom error for bouncing queued stanzas (#770)
Mon, 18 Nov 2019 20:37:40 +0100 Kim Alvefur mod_s2s: Wait for remote to close any connection allowing incoming stanzas
Fri, 08 Nov 2019 23:03:47 +0100 Kim Alvefur mod_s2s: Allow passing bounce reason as an util.error object (see #770)
Sat, 02 Nov 2019 15:43:17 +0100 Kim Alvefur mod_s2s: Only nameprep stream to/from addresses if they are present
Sun, 06 Oct 2019 21:14:53 +0200 Kim Alvefur mod_s2s: Close with a stream error in case neither SASL or Dialback are available
Sat, 07 Sep 2019 18:54:59 +0200 Kim Alvefur mod_s2s: Remove warning about hostname mismatch
Sat, 07 Sep 2019 18:33:16 +0200 Kim Alvefur mod_s2s: Insert s2sin into outgoing routing table when bidirectional
Sat, 07 Sep 2019 18:32:29 +0200 Kim Alvefur mod_s2s: Add function to send replies on s2sout connections that support incoming traffic
Sat, 07 Sep 2019 17:44:57 +0200 Kim Alvefur mod_s2s: Handle authentication of s2sin and s2sout the same way
Sat, 07 Sep 2019 19:00:37 +0200 Kim Alvefur mod_s2s: Remove obsolete cleanup code
Sun, 25 Aug 2019 23:12:55 +0200 Kim Alvefur Remove COMPAT with temporary luasec fork
Sat, 10 Nov 2018 13:37:32 +0100 Kim Alvefur mod_s2s: Use net.connect instead of s2sout.lib for outgoing s2s connections
Thu, 01 Aug 2019 05:25:34 +0200 Kim Alvefur mod_s2s: Distinguish between high and low level errors in bounces
Tue, 30 Jul 2019 02:29:36 +0200 Kim Alvefur plugins: Remove tostring call from logging
Mon, 11 Mar 2019 13:07:59 +0100 Kim Alvefur mod_tls: Restore querying for certificates on s2s
Sun, 10 Mar 2019 19:58:28 +0100 Kim Alvefur core.certmanager: Do not ask for client certificates by default
Tue, 15 Jan 2019 20:08:30 +0100 Kim Alvefur mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734)
Mon, 08 Oct 2018 15:03:26 +0200 Kim Alvefur mod_s2s: Indicate origin of s2s error
Sun, 30 Sep 2018 17:49:56 +0200 Kim Alvefur mod_s2s: Silence all warnings instead of ignoring the entire module
Mon, 30 Jul 2018 15:13:54 +0100 Matthew Wild Merge 0.10->trunk
Tue, 24 Jul 2018 19:07:26 +0200 Kim Alvefur sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming
Sun, 22 Jul 2018 19:45:58 +0200 Kim Alvefur mod_s2s: Reduce logging (#776)
Tue, 24 Jul 2018 19:07:26 +0200 Kim Alvefur sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming
Sun, 22 Jul 2018 19:45:58 +0200 Kim Alvefur mod_s2s: Reduce logging (#776)
Fri, 22 Jun 2018 14:18:36 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 17 Jun 2018 20:02:40 +0200 Kim Alvefur mod_s2s: Close sockets held by resolver (#1170)
Sat, 09 Sep 2017 14:45:23 +0100 Emmanuel Gil Peyrot mod_s2s: Add a counter for IPv6.
Sun, 25 Feb 2018 11:20:56 +0100 Kim Alvefur mod_s2s: Don't use string concatenation when passing values to logging
Thu, 21 Dec 2017 07:00:56 +0100 Kim Alvefur mod_s2s: Remove tostring() in logging since this is handled by util.format now
Tue, 05 Dec 2017 13:24:28 +0100 Kim Alvefur mod_s2s: Restructure some code
Tue, 05 Dec 2017 12:35:01 +0100 Kim Alvefur mod_s2s: Remove unused argument [luacheck]
Tue, 05 Dec 2017 12:34:50 +0100 Kim Alvefur mod_s2s: Remove unused local [luacheck]
Tue, 26 Sep 2017 17:24:25 +0100 Matthew Wild Merge 0.10->trunk
Mon, 25 Sep 2017 23:12:47 +0100 Matthew Wild mod_s2s: Use a separate resolver object for each outgoing session
Thu, 14 Sep 2017 02:48:34 +0200 Kim Alvefur Merge 0.10->trunk
Thu, 14 Sep 2017 02:47:40 +0200 Kim Alvefur Merge 0.9->0.10
Thu, 14 Sep 2017 01:27:36 +0200 Kim Alvefur mod_component, mod_s2s: Iterate over child tags instead of child nodes (can include text) in stream error (same as 176b7f4e4ac9)
Thu, 26 Jan 2017 19:47:33 +0100 Kim Alvefur Merge 0.10->trunk
Wed, 25 Jan 2017 11:18:00 +0100 Kim Alvefur mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c8
Wed, 25 Jan 2017 11:13:40 +0100 Kim Alvefur mod_s2s: Clarify that it is stream features that can't be offered (here too)
Fri, 07 Oct 2016 16:52:18 +0200 Kim Alvefur Merge 0.10->trunk
Wed, 28 Sep 2016 14:45:02 +0200 Kim Alvefur Merge 0.9->0.10
Tue, 27 Sep 2016 22:01:46 +0100 Matthew Wild mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered protocol issues 0.9.11
Mon, 12 Sep 2016 22:31:25 +0100 Matthew Wild Merge 0.10->trunk
Mon, 12 Sep 2016 15:01:16 +0200 Kim Alvefur mod_c2s, mod_s2s: Switch connection counting to 'amount' type and enumerate once per statistics interval
Wed, 31 Aug 2016 16:25:21 +0100 Matthew Wild Merge 0.10->trunk
Wed, 31 Aug 2016 11:42:03 +0100 Matthew Wild Backed out changeset a23b5cb8c22b
Sun, 28 Aug 2016 05:15:13 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 27 Aug 2016 13:40:10 +0100 Matthew Wild mod_s2s: Fire event when s2s connection fails
Mon, 08 Aug 2016 16:41:09 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 07 Aug 2016 20:48:37 +0200 Kim Alvefur mod_s2s: Index session after checking if it exists (fixes traceback in case of a connection without a session having a read timeout)
Fri, 08 Jul 2016 15:12:44 +0200 Kim Alvefur Merge 0.10->trunk
Thu, 07 Jul 2016 18:48:58 +0200 Kim Alvefur mod_c2s, mod_s2s: Bootstrap connection count statistic on module load
Mon, 30 May 2016 13:36:43 +0200 Kim Alvefur mod_s2s: Add util.async support
Mon, 30 May 2016 13:30:53 +0200 Kim Alvefur Merge 0.10->trunk
less more (0) -100 -60 tip