Log

plugins/mod_s2s/mod_s2s.lua @ 10303:c434bff22b14

description author age
mod_s2s: Remove warning about hostname mismatch Kim Alvefur 2019-09-07
mod_s2s: Insert s2sin into outgoing routing table when bidirectional Kim Alvefur 2019-09-07
mod_s2s: Add function to send replies on s2sout connections that support incoming traffic Kim Alvefur 2019-09-07
mod_s2s: Handle authentication of s2sin and s2sout the same way Kim Alvefur 2019-09-07
mod_s2s: Remove obsolete cleanup code Kim Alvefur 2019-09-07
Remove COMPAT with temporary luasec fork Kim Alvefur 2019-08-25
mod_s2s: Use net.connect instead of s2sout.lib for outgoing s2s connections Kim Alvefur 2018-11-10
mod_s2s: Distinguish between high and low level errors in bounces Kim Alvefur 2019-08-01
plugins: Remove tostring call from logging Kim Alvefur 2019-07-30
mod_tls: Restore querying for certificates on s2s Kim Alvefur 2019-03-11
core.certmanager: Do not ask for client certificates by default Kim Alvefur 2019-03-10
mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734) Kim Alvefur 2019-01-15
mod_s2s: Indicate origin of s2s error Kim Alvefur 2018-10-08
mod_s2s: Silence all warnings instead of ignoring the entire module Kim Alvefur 2018-09-30
Merge 0.10->trunk Matthew Wild 2018-07-30
sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming Kim Alvefur 2018-07-24
mod_s2s: Reduce logging (#776) Kim Alvefur 2018-07-22
sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming Kim Alvefur 2018-07-24
mod_s2s: Reduce logging (#776) Kim Alvefur 2018-07-22
Merge 0.10->trunk Kim Alvefur 2018-06-22
mod_s2s: Close sockets held by resolver (#1170) Kim Alvefur 2018-06-17
mod_s2s: Add a counter for IPv6. Emmanuel Gil Peyrot 2017-09-09
mod_s2s: Don't use string concatenation when passing values to logging Kim Alvefur 2018-02-25
mod_s2s: Remove tostring() in logging since this is handled by util.format now Kim Alvefur 2017-12-21
mod_s2s: Restructure some code Kim Alvefur 2017-12-05
mod_s2s: Remove unused argument [luacheck] Kim Alvefur 2017-12-05
mod_s2s: Remove unused local [luacheck] Kim Alvefur 2017-12-05
Merge 0.10->trunk Matthew Wild 2017-09-26
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
mod_s2s_auth_certs: Split PKIX based certificate checking from mod_s2s into new plugin Kim Alvefur 2014-07-25
mod_dialback: Short-circuit dialback auth if certificate is considered valid Kim Alvefur 2014-07-04
mod_s2s: Fire a 's2s-created' event when new s2s connections are initialized Kim Alvefur 2014-05-24
mod_s2s: Remove redundant setting of session.direction Kim Alvefur 2014-05-22
mod_s2s: Move filter initialization to common place Kim Alvefur 2014-05-22
mod_s2s: Decide on log function once Kim Alvefur 2014-05-22
mod_s2s: Follow XMPP Core on when a stream is to be considered ready Kim Alvefur 2014-04-22
mod_s2s: Replace open_stream() with function that only adds s2s/dialback attributes to stream header Kim Alvefur 2014-04-18
mod_s2s: Revert e626ee2fe106 change, it broke Dialback Kim Alvefur 2014-04-10
mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_stream() functions to util.xmppstream Kim Alvefur 2014-04-10
Merge 0.9->0.10 Matthew Wild 2014-01-12
mod_s2s: Include IP in log messages, if host is unavailable Florian Zeitz 2014-01-05
mod_c2s, mod_s2s: Set session.encrypted as session.secure does not allways mean encrypted (eg consider_bosh_secure) Kim Alvefur 2013-10-07
mod_c2s, mod_s2s: Log cipher and encryption info in a more compact and (hopefully) less confusing way Kim Alvefur 2013-08-14
mod_s2s: Captitalize log messages that begin with a stream direction Kim Alvefur 2013-08-14
Remove all trailing whitespace Florian Zeitz 2013-08-09
Merge 0.9->trunk Kim Alvefur 2013-08-06
mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details Kim Alvefur 2013-08-06
mod_s2s: Improve policy check Kim Alvefur 2013-08-05
mod_s2s: Log certificate identity validation result Kim Alvefur 2013-08-04
mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with some details Kim Alvefur 2013-08-02
mod_s2s: Add missing global hook for read-timeout Kim Alvefur 2013-06-26
mod_c2s, mod_s2s: Fire an event on read timeouts Kim Alvefur 2013-06-11
mod_s2s: Set s2s_session.ip Kim Alvefur 2013-06-09
mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection died Kim Alvefur 2013-05-30
mod_s2s: Remove unnecessary debug message Matthew Wild 2013-05-28
mod_s2s: Fix interaction between s2s_secure_auth and s2s_require_encryption, in particular ensure that when s2s_require_encryption is NOT set, do not require encryption on s2s_insecure_domains. Matthew Wild 2013-05-18
mod_s2s: Ensure that to/from on stream headers are always correct, fixes #338 Matthew Wild 2013-04-28
mod_s2s: Obey tcp_keepalives option for s2s too, and make it individually configurable through s2s_tcp_keepalives (thanks yeled) Matthew Wild 2013-04-26
mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceback function), to make it clearer where an error occured Matthew Wild 2013-04-22
mod_s2s: Add missing space Kim Alvefur 2013-04-15
mod_s2s: Adjust priority of route/remote hooks to negative values (like most other internal hooks) Kim Alvefur 2013-04-08