| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge config-updates+check-turn from timber | Matthew Wild | 2022-03-04 | 1 | -1/+1 |
|\ |
|
| * | various: Require encryption by default for real | Kim Alvefur | 2021-12-25 | 1 | -1/+1 |
* | | mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin) | Kim Alvefur | 2022-02-22 | 1 | -1/+1 |
* | | mod_c2s,mod_s2s: Wrap callback to improve tracebacks | Kim Alvefur | 2022-02-22 | 1 | -1/+1 |
|/ |
|
* | mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown s... | Kim Alvefur | 2022-02-17 | 1 | -1/+16 |
* | mod_s2s: Disable creation of new outgoing connections during shutdown | Kim Alvefur | 2022-02-11 | 1 | -0/+7 |
* | mod_c2s,mod_s2s: Disable and close port listeners before closing sessions | Kim Alvefur | 2022-02-11 | 1 | -0/+7 |
* | mod_s2s: Add new early s2s-connected events | Kim Alvefur | 2022-02-06 | 1 | -0/+3 |
* | mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tls | Kim Alvefur | 2022-01-21 | 1 | -7/+11 |
* | mod_s2s: Enable outgoing Direct TLS connections | Kim Alvefur | 2022-01-21 | 1 | -2/+9 |
* | mod_s2s: Fix logging of <stream:error> consistency with other mods | Kim Alvefur | 2021-10-24 | 1 | -1/+1 |
* | mod_s2s: Don't pass unknown hostnames as stats label | Kim Alvefur | 2021-10-21 | 1 | -0/+1 |
* | mod_s2s: Rename Direct TLS listener 's2s_direct_tls' | Kim Alvefur | 2021-09-09 | 1 | -1/+1 |
* | mod_s2s: Add a Direct TLS listener | Kim Alvefur | 2021-08-10 | 1 | -0/+14 |
* | mod_s2s: Handle connections having TLS from the start | Kim Alvefur | 2021-08-10 | 1 | -0/+4 |
* | mod_s2s: Factor out procedure for newly encrypted sessions | Kim Alvefur | 2021-08-10 | 1 | -12/+16 |
* | mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 ... | Kim Alvefur | 2021-09-06 | 1 | -1/+5 |
* | mod_c2s,mod_s2s: Fire event just before writes | Kim Alvefur | 2021-08-16 | 1 | -0/+7 |
* | mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2s | Kim Alvefur | 2021-08-16 | 1 | -0/+7 |
* | mod_s2s: Clone 'extra' data to let resolvers add more to it | Kim Alvefur | 2021-07-18 | 1 | -1/+5 |
* | mod_s2s: Handle measurement where the local host is unknown | Kim Alvefur | 2021-07-18 | 1 | -1/+1 |
* | mod_s2s: Guard against missing 'to' on incoming stream | Kim Alvefur | 2021-07-18 | 1 | -1/+1 |
* | mod_s2s: Don't close connections on reload | Kim Alvefur | 2021-07-14 | 1 | -0/+1 |
* | mod_s2s: Close connections attached to a host being deactivated | Kim Alvefur | 2021-07-14 | 1 | -0/+8 |
* | mod_s2s: Vary log level by remote stream error | Kim Alvefur | 2021-07-14 | 1 | -1/+33 |
* | mod_s2s: Remove connection timeout once it's no longer needed | Kim Alvefur | 2021-07-13 | 1 | -1/+12 |
* | mod_s2s: Log debug message on attempted close of an connectionless session | Kim Alvefur | 2021-07-11 | 1 | -0/+1 |
* | mod_s2s: Drop level of indentation by inverting a condition and early return | Kim Alvefur | 2021-07-11 | 1 | -59/+61 |
* | mod_s2s: Use module API to fire events | Kim Alvefur | 2021-07-11 | 1 | -9/+8 |
* | mod_s2s: Remove duplicate method call (thanks luacheck) | Kim Alvefur | 2021-06-21 | 1 | -1/+0 |
* | mod_s2s: Guard against LuaSec not returning TLS info here too | Kim Alvefur | 2021-06-21 | 1 | -1/+2 |
* | mod_s2s: Bail if connection is destroyed after attempting to open stream | Kim Alvefur | 2021-06-16 | 1 | -0/+5 |
* | mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers | Kim Alvefur | 2021-06-16 | 1 | -0/+6 |
* | Merge 0.11->trunk | Matthew Wild | 2021-05-13 | 1 | -2/+2 |
* | s2s et al.: Add counters for connection state transitions | Jonas Schäfer | 2021-04-21 | 1 | -6/+45 |
* | mod_s2s: Port to new OpenMetrics API | Jonas Schäfer | 2021-04-18 | 1 | -10/+26 |
* | mod_s2s: Buffer stream error + stream closing tag | Kim Alvefur | 2021-03-03 | 1 | -1/+4 |
* | mod_s2s: Check direction in bidi-aware style | Kim Alvefur | 2021-03-03 | 1 | -1/+1 |
* | mod_s2s: Add config setting to enable DANE | Kim Alvefur | 2021-03-02 | 1 | -0/+1 |
* | mod_s2s: Clarify comment about unused TLS settings | Kim Alvefur | 2021-02-06 | 1 | -1/+3 |
* | Merge 0.11->trunk | Kim Alvefur | 2020-12-16 | 1 | -1/+1 |
* | Merge 0.11->trunk | Kim Alvefur | 2020-12-11 | 1 | -1/+4 |
* | mod_s2s: Move out of empty directory | Kim Alvefur | 2020-06-02 | 1 | -0/+810 |