mod_s2s: Fix logging of <stream:error> consistency with other mods
|
Kim Alvefur |
Sun, 24 Oct 2021 15:11:01 +0200 |
mod_s2s: Don't pass unknown hostnames as stats label
|
Kim Alvefur |
Thu, 21 Oct 2021 17:51:56 +0200 |
mod_s2s: Rename Direct TLS listener 's2s_direct_tls'
|
Kim Alvefur |
Thu, 09 Sep 2021 21:59:02 +0200 |
mod_s2s: Add a Direct TLS listener
|
Kim Alvefur |
Tue, 10 Aug 2021 20:55:43 +0200 |
mod_s2s: Handle connections having TLS from the start
|
Kim Alvefur |
Tue, 10 Aug 2021 20:54:38 +0200 |
mod_s2s: Factor out procedure for newly encrypted sessions
|
Kim Alvefur |
Tue, 10 Aug 2021 20:51:31 +0200 |
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
|
Kim Alvefur |
Mon, 06 Sep 2021 23:21:25 +0200 |
mod_c2s,mod_s2s: Fire event just before writes
|
Kim Alvefur |
Mon, 16 Aug 2021 12:45:14 +0200 |
mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2s
|
Kim Alvefur |
Mon, 16 Aug 2021 11:37:51 +0200 |
mod_s2s: Clone 'extra' data to let resolvers add more to it
|
Kim Alvefur |
Sun, 18 Jul 2021 21:53:26 +0200 |
mod_s2s: Handle measurement where the local host is unknown
|
Kim Alvefur |
Sun, 18 Jul 2021 09:17:31 +0200 |
mod_s2s: Guard against missing 'to' on incoming stream
|
Kim Alvefur |
Sun, 18 Jul 2021 09:08:04 +0200 |
mod_s2s: Don't close connections on reload
|
Kim Alvefur |
Wed, 14 Jul 2021 02:53:42 +0200 |
mod_s2s: Close connections attached to a host being deactivated
|
Kim Alvefur |
Wed, 14 Jul 2021 02:39:54 +0200 |
mod_s2s: Vary log level by remote stream error
|
Kim Alvefur |
Wed, 14 Jul 2021 02:41:15 +0200 |
mod_s2s: Remove connection timeout once it's no longer needed
|
Kim Alvefur |
Tue, 13 Jul 2021 15:04:34 +0200 |
mod_s2s: Log debug message on attempted close of an connectionless session
|
Kim Alvefur |
Sun, 11 Jul 2021 12:41:32 +0200 |
mod_s2s: Drop level of indentation by inverting a condition and early return
|
Kim Alvefur |
Sun, 11 Jul 2021 12:37:51 +0200 |
mod_s2s: Use module API to fire events
|
Kim Alvefur |
Sun, 11 Jul 2021 12:36:08 +0200 |
mod_s2s: Remove duplicate method call (thanks luacheck)
|
Kim Alvefur |
Mon, 21 Jun 2021 13:45:44 +0200 |
mod_s2s: Guard against LuaSec not returning TLS info here too
|
Kim Alvefur |
Mon, 21 Jun 2021 13:43:40 +0200 |
mod_s2s: Bail if connection is destroyed after attempting to open stream
|
Kim Alvefur |
Wed, 16 Jun 2021 23:53:00 +0200 |
mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers
|
Kim Alvefur |
Wed, 16 Jun 2021 00:00:17 +0200 |
Merge 0.11->trunk
base
plugins/mod_s2s/mod_s2s.lua@9d9d095e59e2
|
Matthew Wild |
Thu, 13 May 2021 11:17:13 +0100 |
s2s et al.: Add counters for connection state transitions
|
Jonas Schäfer |
Wed, 21 Apr 2021 17:11:58 +0200 |
mod_s2s: Port to new OpenMetrics API
|
Jonas Schäfer |
Sun, 18 Apr 2021 12:35:16 +0200 |
mod_s2s: Buffer stream error + stream closing tag
|
Kim Alvefur |
Wed, 03 Mar 2021 13:34:00 +0100 |
mod_s2s: Check direction in bidi-aware style
|
Kim Alvefur |
Wed, 03 Mar 2021 13:26:38 +0100 |
mod_s2s: Add config setting to enable DANE
|
Kim Alvefur |
Tue, 02 Mar 2021 22:42:04 +0100 |
mod_s2s: Clarify comment about unused TLS settings
|
Kim Alvefur |
Sat, 06 Feb 2021 21:40:21 +0100 |
Merge 0.11->trunk
base
plugins/mod_s2s/mod_s2s.lua@feabb4318138
|
Kim Alvefur |
Wed, 16 Dec 2020 08:53:57 +0100 |
Merge 0.11->trunk
base
plugins/mod_s2s/mod_s2s.lua@89ca6d8161b7
|
Kim Alvefur |
Fri, 11 Dec 2020 15:37:35 +0100 |
Merge 0.11->trunk
base
plugins/mod_s2s/mod_s2s.lua@ba8516ef0e3a
|
Kim Alvefur |
Thu, 05 Nov 2020 22:31:25 +0100 |
Merge 0.11->trunk
base
plugins/mod_s2s/mod_s2s.lua@ba8516ef0e3a
|
Matthew Wild |
Wed, 30 Sep 2020 09:50:33 +0100 |
Merge 0.11->trunk
base
plugins/mod_s2s/mod_s2s.lua@bbb2a4fe3807
|
Kim Alvefur |
Sat, 08 Aug 2020 19:13:12 +0200 |
mod_s2s: Move out of empty directory
base
plugins/mod_s2s/mod_s2s.lua@d43bdb070dad
|
Kim Alvefur |
Tue, 02 Jun 2020 19:43:50 +0200 |