Log

plugins/mod_s2s/mod_s2s.lua @ 8478:384658c7a26a

description author age
mod_s2s: Use a separate resolver object for each outgoing session Matthew Wild 2017-09-25
Merge 0.10->trunk Kim Alvefur 2017-09-14
Merge 0.9->0.10 Kim Alvefur 2017-09-14
mod_component, mod_s2s: Iterate over child tags instead of child nodes (can include text) in stream error (same as 176b7f4e4ac9) Kim Alvefur 2017-09-13
Merge 0.10->trunk Kim Alvefur 2017-01-26
mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c8 Kim Alvefur 2017-01-25
mod_s2s: Clarify that it is stream features that can't be offered (here too) Kim Alvefur 2017-01-25
Merge 0.10->trunk Kim Alvefur 2016-10-07
Merge 0.9->0.10 Kim Alvefur 2016-09-28
mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered protocol issues 0.9.11 Matthew Wild 2016-09-27
Merge 0.10->trunk Matthew Wild 2016-09-12
mod_c2s, mod_s2s: Switch connection counting to 'amount' type and enumerate once per statistics interval Kim Alvefur 2016-09-12
Merge 0.10->trunk Matthew Wild 2016-08-31
Backed out changeset a23b5cb8c22b Matthew Wild 2016-08-31
Merge 0.10->trunk Kim Alvefur 2016-08-28
mod_s2s: Fire event when s2s connection fails Matthew Wild 2016-08-27
Merge 0.10->trunk Kim Alvefur 2016-08-08
mod_s2s: Index session after checking if it exists (fixes traceback in case of a connection without a session having a read timeout) Kim Alvefur 2016-08-07
Merge 0.10->trunk Kim Alvefur 2016-07-08
mod_c2s, mod_s2s: Bootstrap connection count statistic on module load Kim Alvefur 2016-07-07
mod_s2s: Add util.async support Kim Alvefur 2016-05-30
Merge 0.10->trunk Kim Alvefur 2016-05-30
mod_s2s: Remove compat with namespace issue from Prosody pre-0.6.2 Kim Alvefur 2016-05-30
Update every link to the documentation to use HTTPS Emmanuel Gil Peyrot 2016-04-16
Merge 0.10->trunk Kim Alvefur 2016-03-14
mod_s2s: Include name of remote server when it's missing the stream ID (thanks Ge0rG) Kim Alvefur 2016-03-14
Merge 0.10->trunk Kim Alvefur 2016-01-26
Merge 0.9->0.10 Kim Alvefur 2016-01-26
mod_c2s, mod_s2s: Lower priority of session shutdown to negative, so that plugins hooking at the default priority run first (fixes #601) Kim Alvefur 2016-01-25
Merge 0.10->trunk Kim Alvefur 2015-10-11
mod_s2s: Fire global event for stream features where the remote server has not sent the 'to' stream attribute Kim Alvefur 2015-10-11
Merge 0.10->trunk Kim Alvefur 2015-09-25
mod_s2s: Account for connections that time out in connection count measure Kim Alvefur 2015-09-25
Merge 0.10->trunk Kim Alvefur 2015-09-24
mod_c2s, mod_s2s: Close incoming connections if there are no features to offer on incomplete streams (fixes #285) Kim Alvefur 2015-09-24
Merge 0.10->trunk Kim Alvefur 2015-05-13
Merge 0.9->0.10 Kim Alvefur 2015-05-13
mod_s2s: Mark stream as opened directly after opening stream, prevents session.close opening it again Kim Alvefur 2015-05-13
mod_s2s: Don't cache session.sends2s (or do it later), prevents sending data after session was closed Kim Alvefur 2015-05-13
Merge 0.10->trunk Matthew Wild 2015-05-06
mod_s2s: Fire read timeout event on correct virtualhost for incoming connections Kim Alvefur 2015-05-06
Merge 0.10->trunk Kim Alvefur 2015-04-25
mod_c2s, mod_s2s: Collect statistics on number of connections Kim Alvefur 2015-04-25
mod_s2s: Catch attempt to close dummy origin of s2s error replies (fixes a top level error) Kim Alvefur 2015-04-05
Merge with merge merge merge Matthew Wild 2015-03-27
Merge 0.9->0.10 (third time lucky) Matthew Wild 2015-03-27
Merge 0.9->0.10 Matthew Wild 2015-03-26
mod_s2s: to/from attributes are required on s2s stream headers. Set them to '' when not available. Fixes #468. 0.9.8 Matthew Wild 2015-03-24
Merge 0.9->0.10 Matthew Wild 2014-10-14
mod_s2s: Capitalize log message Kim Alvefur 2014-10-09
mod_s2s: Close s2s connections that can not proceed due to mod_dialback not being present Kim Alvefur 2014-09-23
core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from stanza_router Kim Alvefur 2014-09-09
Merge 0.9->0.10 Kim Alvefur 2014-09-02
net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent) Matthew Wild 2014-08-29
mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream error instead of throwing an unhandled error Kim Alvefur 2014-09-02
Merge 0.9->0.10 Matthew Wild 2014-08-28
mod_c2s, mod_s2s: Log received invalid stream headers Matthew Wild 2014-08-23
mod_s2s: Reset stream ID when resetting stream [compliance] Kim Alvefur 2014-08-27
mod_s2s: Mark stream as opened earlier for outgoing connections, fixes double stream headers on policy failures Kim Alvefur 2014-08-26
mod_s2s: Remove unused locals Kim Alvefur 2014-07-25