| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_s2s: Close connection on smacks timeout | Kim Alvefur | 2023-12-02 | 1 | -0/+6 |
* | mod_s2s: Automagically enable DANE for s2sin if 'use_dane' is enabled | Kim Alvefur | 2023-11-02 | 1 | -0/+6 |
* | mod_s2s: Fix reporting of DANE mismatch | Kim Alvefur | 2023-08-05 | 1 | -1/+3 |
* | plugins: Use integer config API with interval specification where sensible | Kim Alvefur | 2023-07-17 | 1 | -1/+1 |
* | plugins: Switch to :get_option_period() for time range options | Kim Alvefur | 2023-07-16 | 1 | -2/+2 |
* | Merge 0.12->trunk | Kim Alvefur | 2023-05-24 | 1 | -0/+4 |
|\ |
|
| * | mod_s2s: Add event where resolver for s2sout can be tweaked | Kim Alvefur | 2022-08-18 | 1 | -0/+4 |
* | | mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk) | Kim Alvefur | 2023-05-03 | 1 | -4/+4 |
* | | plugins: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-24 | 1 | -17/+17 |
* | | mod_s2s: Retrieve stanza size limit from peer for bidi connections | Kim Alvefur | 2022-11-09 | 1 | -0/+7 |
* | | mod_s2s: Advertise stream features on bidi connections | Kim Alvefur | 2022-10-20 | 1 | -0/+6 |
* | | mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement | Kim Alvefur | 2022-10-20 | 1 | -3/+4 |
* | | mod_s2s: Avoid sending too large stanzas | Kim Alvefur | 2021-03-16 | 1 | -0/+5 |
* | | mod_s2s: Record stanza size limit advertised by other servers | Kim Alvefur | 2021-03-16 | 1 | -0/+4 |
* | | mod_s2s: Advertise stanza size limit to other servers | Kim Alvefur | 2021-03-16 | 1 | -0/+5 |
* | | mod_s2s: Simplify conditionals since all sessions should have .host now | Kim Alvefur | 2022-08-26 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-08-26 | 1 | -2/+2 |
|\| |
|
| * | mod_s2s: Fix firing buffer drain events | Kim Alvefur | 2022-08-26 | 1 | -2/+2 |
* | | mod_tls: Record STARTTLS state so it can be shown in Shell | Kim Alvefur | 2022-08-02 | 1 | -1/+3 |
* | | mod_s2s: Log queued stanzas for which no error reply is produced | Kim Alvefur | 2022-05-07 | 1 | -0/+2 |
* | | mod_s2s: Don't bounce queued error stanzas (thanks Martin) | Kim Alvefur | 2022-05-07 | 1 | -1/+1 |
* | | net: isolate LuaSec-specifics | Jonas Schäfer | 2022-04-27 | 1 | -5/+4 |
* | | Merge 0.12->trunk | Matthew Wild | 2022-04-25 | 1 | -0/+11 |
|\| |
|
| * | mod_s2s: Improve robustness of outgoing s2s certificate verification | Matthew Wild | 2022-04-25 | 1 | -0/+11 |
* | | mod_s2s: Distinguish DANE TLSA errors from generic cert chain errors | Kim Alvefur | 2022-04-25 | 1 | -0/+2 |
* | | mod_s2s: Recognise and report errors with CA or intermediate certs | Kim Alvefur | 2022-04-25 | 1 | -0/+8 |
* | | mod_s2s: Store real stanzas in session.sendq, rather than strings | Matthew Wild | 2022-03-23 | 1 | -19/+13 |
|/ |
|
* | 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 |