mod_c2s,mod_s2s: Use a distinct stream error for hitting stanza size limit
|
Kim Alvefur |
Sun, 31 May 2020 22:25:48 +0200 |
mod_s2s: Run stream close in async context
|
Kim Alvefur |
Fri, 08 May 2020 23:55:51 +0200 |
mod_s2s: Improve signaling of stream open events
|
Kim Alvefur |
Fri, 08 May 2020 23:54:17 +0200 |
mod_s2s: Fix typo in comment [codespell]
|
Kim Alvefur |
Thu, 13 Feb 2020 23:03:03 +0100 |
mod_s2s: Comment on the various 'reason' arguments passed to :close
|
Kim Alvefur |
Sun, 26 Jan 2020 19:52:48 +0100 |
mod_s2s: Pass use_ipv4/use_ipv6 from config to service resolver
|
Matthew Wild |
Sat, 25 Jan 2020 14:38:42 +0000 |
Backed out changeset 74d66b1be989 (not optimal API)
|
Matthew Wild |
Sat, 25 Jan 2020 14:25:21 +0000 |
mod_s2s: Pass use_ipv4/ipv6 from config to connector config
|
Matthew Wild |
Fri, 24 Jan 2020 13:49:33 +0000 |
mod_s2s: Remove obsolete pre-connect buffer
|
Kim Alvefur |
Tue, 17 Dec 2019 00:34:39 +0100 |
mod_s2s: Fix name conflict introduced in c7864f970969
|
Kim Alvefur |
Tue, 10 Dec 2019 17:43:26 +0100 |
mod_s2s: Invert condition to return early and reduce indentation
|
Kim Alvefur |
Wed, 04 Dec 2019 22:37:20 +0100 |
mod_s2s: Fix mistake in 28755107c2f4
|
Kim Alvefur |
Tue, 03 Dec 2019 17:29:43 +0100 |
mod_s2s: Refactor stream error handling on close
|
Kim Alvefur |
Sun, 01 Dec 2019 12:21:26 +0100 |
mod_s2s: Use stanza type check instead of duck typing
|
Kim Alvefur |
Sun, 01 Dec 2019 12:19:36 +0100 |
mod_s2s: Improve TLS handshake error messages
|
Kim Alvefur |
Sun, 01 Dec 2019 01:20:34 +0100 |
mod_s2s: Log from session logger
|
Kim Alvefur |
Sat, 30 Nov 2019 23:33:39 +0100 |
mod_s2s: Improve log message about forbidding insecure connections
|
Kim Alvefur |
Sat, 30 Nov 2019 23:29:15 +0100 |
mod_net_multiplex: Add support for using ALPN
|
Kim Alvefur |
Fri, 29 Nov 2019 23:27:51 +0100 |
mod_s2s: Prevent unhandled stanza handler from complaining about stream features on aborted connections
|
Kim Alvefur |
Fri, 29 Nov 2019 18:15:23 +0100 |
mod_s2s: Abort outgoing connections earlier when TLS requirement isn't satisfied
|
Kim Alvefur |
Thu, 28 Nov 2019 18:30:30 +0100 |
mod_s2s: Send stream errors for cert problems on outgoing connections
|
Kim Alvefur |
Thu, 28 Nov 2019 17:32:15 +0100 |
mod_s2s: Improve error in bounces due to cert validation problems
|
Kim Alvefur |
Wed, 27 Nov 2019 23:26:59 +0100 |
mod_s2s: Add error text for error replies on some s2s failures (#770)
|
Kim Alvefur |
Sat, 23 Nov 2019 01:32:53 +0100 |
s2s: Allow passing a custom error for bouncing queued stanzas (#770)
|
Kim Alvefur |
Sat, 23 Nov 2019 01:29:03 +0100 |
mod_s2s: Wait for remote to close any connection allowing incoming stanzas
|
Kim Alvefur |
Mon, 18 Nov 2019 20:37:40 +0100 |
mod_s2s: Allow passing bounce reason as an util.error object (see #770)
|
Kim Alvefur |
Fri, 08 Nov 2019 23:03:47 +0100 |
mod_s2s: Only nameprep stream to/from addresses if they are present
|
Kim Alvefur |
Sat, 02 Nov 2019 15:43:17 +0100 |
mod_s2s: Close with a stream error in case neither SASL or Dialback are available
|
Kim Alvefur |
Sun, 06 Oct 2019 21:14:53 +0200 |
mod_s2s: Remove warning about hostname mismatch
|
Kim Alvefur |
Sat, 07 Sep 2019 18:54:59 +0200 |
mod_s2s: Insert s2sin into outgoing routing table when bidirectional
|
Kim Alvefur |
Sat, 07 Sep 2019 18:33:16 +0200 |