plugins/mod_s2s/mod_s2s.lua
Wed, 12 May 2021 17:22:02 +0200 Kim Alvefur mod_dialback: Remove d-w-d feature 0.11 0.11.9
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
Wed, 16 Dec 2020 08:50:20 +0100 Kim Alvefur mod_s2s: Fix copypaste mistake in b3ae48362f78 0.11
Thu, 10 Dec 2020 11:53:10 +0100 Kim Alvefur mod_s2s: Prevent whitespace keepalives the stream has been opened 0.11
Sun, 31 May 2020 22:39:34 +0200 Kim Alvefur mod_c2s,mod_s2s: Make stanza size limits configurable 0.11 0.11.7
Sat, 01 Aug 2020 12:58:37 +0200 Kim Alvefur mod_s2s: Escape invalid XML in loggin (same way as mod_c2s) fix #1574 0.11 0.11.6
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:55:51 +0200 Kim Alvefur mod_s2s: Run stream close in async context
Fri, 08 May 2020 23:54:17 +0200 Kim Alvefur mod_s2s: Improve signaling of stream open events
Thu, 13 Feb 2020 23:03:03 +0100 Kim Alvefur mod_s2s: Fix typo in comment [codespell]
Sun, 26 Jan 2020 19:52:48 +0100 Kim Alvefur mod_s2s: Comment on the various 'reason' arguments passed to :close
Sat, 25 Jan 2020 14:38:42 +0000 Matthew Wild mod_s2s: Pass use_ipv4/use_ipv6 from config to service resolver
Sat, 25 Jan 2020 14:25:21 +0000 Matthew Wild Backed out changeset 74d66b1be989 (not optimal API)
Fri, 24 Jan 2020 13:49:33 +0000 Matthew Wild mod_s2s: Pass use_ipv4/ipv6 from config to connector config
Tue, 17 Dec 2019 00:34:39 +0100 Kim Alvefur mod_s2s: Remove obsolete pre-connect buffer
Tue, 10 Dec 2019 17:43:26 +0100 Kim Alvefur mod_s2s: Fix name conflict introduced in c7864f970969
Wed, 04 Dec 2019 22:37:20 +0100 Kim Alvefur mod_s2s: Invert condition to return early and reduce indentation
Tue, 03 Dec 2019 17:29:43 +0100 Kim Alvefur mod_s2s: Fix mistake in 28755107c2f4
Sun, 01 Dec 2019 12:21:26 +0100 Kim Alvefur mod_s2s: Refactor stream error handling on close
Sun, 01 Dec 2019 12:19:36 +0100 Kim Alvefur mod_s2s: Use stanza type check instead of duck typing
Sun, 01 Dec 2019 01:20:34 +0100 Kim Alvefur mod_s2s: Improve TLS handshake error messages
Sat, 30 Nov 2019 23:33:39 +0100 Kim Alvefur mod_s2s: Log from session logger
Sat, 30 Nov 2019 23:29:15 +0100 Kim Alvefur mod_s2s: Improve log message about forbidding insecure connections
Fri, 29 Nov 2019 23:27:51 +0100 Kim Alvefur mod_net_multiplex: Add support for using ALPN
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
less more (0) -100 -60 tip