aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_s2s.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_s2s: Comment on why we avoid hostnames in stanza bounce messagesKim Alvefur2024-02-241-0/+2
* mod_s2s: Close connection on smacks timeoutKim Alvefur2023-12-021-0/+6
* mod_s2s: Automagically enable DANE for s2sin if 'use_dane' is enabledKim Alvefur2023-11-021-0/+6
* mod_s2s: Fix reporting of DANE mismatchKim Alvefur2023-08-051-1/+3
* plugins: Use integer config API with interval specification where sensibleKim Alvefur2023-07-171-1/+1
* plugins: Switch to :get_option_period() for time range optionsKim Alvefur2023-07-161-2/+2
* Merge 0.12->trunkKim Alvefur2023-05-241-0/+4
|\
| * mod_s2s: Add event where resolver for s2sout can be tweakedKim Alvefur2022-08-181-0/+4
* | mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk)Kim Alvefur2023-05-031-4/+4
* | plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-17/+17
* | mod_s2s: Retrieve stanza size limit from peer for bidi connectionsKim Alvefur2022-11-091-0/+7
* | mod_s2s: Advertise stream features on bidi connectionsKim Alvefur2022-10-201-0/+6
* | mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits AdvertisementKim Alvefur2022-10-201-3/+4
* | mod_s2s: Avoid sending too large stanzasKim Alvefur2021-03-161-0/+5
* | mod_s2s: Record stanza size limit advertised by other serversKim Alvefur2021-03-161-0/+4
* | mod_s2s: Advertise stanza size limit to other serversKim Alvefur2021-03-161-0/+5
* | mod_s2s: Simplify conditionals since all sessions should have .host nowKim Alvefur2022-08-261-1/+1
* | Merge 0.12->trunkKim Alvefur2022-08-261-2/+2
|\|
| * mod_s2s: Fix firing buffer drain eventsKim Alvefur2022-08-261-2/+2
* | mod_tls: Record STARTTLS state so it can be shown in ShellKim Alvefur2022-08-021-1/+3
* | mod_s2s: Log queued stanzas for which no error reply is producedKim Alvefur2022-05-071-0/+2
* | mod_s2s: Don't bounce queued error stanzas (thanks Martin)Kim Alvefur2022-05-071-1/+1
* | net: isolate LuaSec-specificsJonas Schäfer2022-04-271-5/+4
* | Merge 0.12->trunkMatthew Wild2022-04-251-0/+11
|\|
| * mod_s2s: Improve robustness of outgoing s2s certificate verificationMatthew Wild2022-04-251-0/+11
* | mod_s2s: Distinguish DANE TLSA errors from generic cert chain errorsKim Alvefur2022-04-251-0/+2
* | mod_s2s: Recognise and report errors with CA or intermediate certsKim Alvefur2022-04-251-0/+8
* | mod_s2s: Store real stanzas in session.sendq, rather than stringsMatthew Wild2022-03-231-19/+13
|/
* Merge config-updates+check-turn from timberMatthew Wild2022-03-041-1/+1
|\
| * various: Require encryption by default for realKim Alvefur2021-12-251-1/+1
* | mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin)Kim Alvefur2022-02-221-1/+1
* | mod_c2s,mod_s2s: Wrap callback to improve tracebacksKim Alvefur2022-02-221-1/+1
|/
* mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown s...Kim Alvefur2022-02-171-1/+16
* mod_s2s: Disable creation of new outgoing connections during shutdownKim Alvefur2022-02-111-0/+7
* mod_c2s,mod_s2s: Disable and close port listeners before closing sessionsKim Alvefur2022-02-111-0/+7
* mod_s2s: Add new early s2s-connected eventsKim Alvefur2022-02-061-0/+3
* mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tlsKim Alvefur2022-01-211-7/+11
* mod_s2s: Enable outgoing Direct TLS connectionsKim Alvefur2022-01-211-2/+9
* mod_s2s: Fix logging of <stream:error> consistency with other modsKim Alvefur2021-10-241-1/+1
* mod_s2s: Don't pass unknown hostnames as stats labelKim Alvefur2021-10-211-0/+1
* mod_s2s: Rename Direct TLS listener 's2s_direct_tls'Kim Alvefur2021-09-091-1/+1
* mod_s2s: Add a Direct TLS listenerKim Alvefur2021-08-101-0/+14
* mod_s2s: Handle connections having TLS from the startKim Alvefur2021-08-101-0/+4
* mod_s2s: Factor out procedure for newly encrypted sessionsKim Alvefur2021-08-101-12/+16
* mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 ...Kim Alvefur2021-09-061-1/+5
* mod_c2s,mod_s2s: Fire event just before writesKim Alvefur2021-08-161-0/+7
* mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2sKim Alvefur2021-08-161-0/+7
* mod_s2s: Clone 'extra' data to let resolvers add more to itKim Alvefur2021-07-181-1/+5
* mod_s2s: Handle measurement where the local host is unknownKim Alvefur2021-07-181-1/+1
* mod_s2s: Guard against missing 'to' on incoming streamKim Alvefur2021-07-181-1/+1