Kim Alvefur
f9912b0dd7
mod_s2s: Use module API to fire events
...
These direct accesses are probably more optimized, but weird when the
module API has methods for these things.
2021-07-11 12:36:08 +02:00
Kim Alvefur
ab7abe3f8c
mod_s2s: Remove duplicate method call (thanks luacheck)
...
Should have been removed in the previous commit.
2021-06-21 13:45:44 +02:00
Kim Alvefur
d07638c8d2
mod_s2s: Guard against LuaSec not returning TLS info here too
...
See previous commit to mod_c2s: a62146353528
2021-06-21 13:43:40 +02:00
Kim Alvefur
f55f6be0ff
mod_s2s: Bail if connection is destroyed after attempting to open stream
...
Fixes "attempt to compare number with nil" because `session.version` has
been cleared by s2smanager.destroy_session.
This can happen with the server_epoll setting opportunistic_writes
enabled, which means that it can notice that the connection failed at
this point, after which it triggers the whole chain of events that leads
to session destruction and "cleaning" most of the session fields.
2021-06-16 23:53:00 +02:00
Kim Alvefur
aa041ffa10
mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers
2021-06-16 00:00:17 +02:00
Matthew Wild
5bc8b2a379
Merge 0.11->trunk
2021-05-13 11:17:13 +01:00
Jonas Schäfer
f18e33228d
s2s et al.: Add counters for connection state transitions
2021-04-21 17:11:58 +02:00
Jonas Schäfer
b027ddcbfc
mod_s2s: Port to new OpenMetrics API
2021-04-18 12:35:16 +02:00
Kim Alvefur
8673a99a09
mod_s2s: Buffer stream error + stream closing tag
...
In "opportunistic writes" mode, prevents ondisconnect from happening
while writing the stream closing tag.
2021-03-03 13:34:00 +01:00
Kim Alvefur
494b53ce0b
mod_s2s: Check direction in bidi-aware style
...
Both session.incoming and session.outgoing are truthy here, but
session.direction indicates the "real" direction in the way that matters
for the order of events when opening or closing streams.
2021-03-03 13:26:38 +01:00
Kim Alvefur
bef26775f1
mod_s2s: Add config setting to enable DANE
2021-03-02 22:42:04 +01:00
Kim Alvefur
cd1aadb52e
mod_s2s: Clarify comment about unused TLS settings
...
Ref 115b5e32d960
2021-02-06 21:40:21 +01:00
Kim Alvefur
d45b5b23e7
Merge 0.11->trunk
2020-12-16 08:53:57 +01:00
Kim Alvefur
dc1efeb22d
Merge 0.11->trunk
2020-12-11 15:37:35 +01:00
Kim Alvefur
6b98a3f551
mod_s2s: Move out of empty directory
...
mod_s2s.lua had been all alone in there since the removal of
s2sout.lib.lua in 756b8821007a
2020-06-02 19:43:50 +02:00