Log

plugins/mod_s2s/mod_s2s.lua @ 5800:3a48acbcb7f3

description author age
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
mod_s2s: Add COMPAT cahin verification code for older LuaSec versions Kim Alvefur 2013-04-04
mod_s2s: Close incoming s2s with stream error when secure and we don't trust their certificate Matthew Wild 2013-04-01
mod_s2s: Prevent s2s to and from hosts we serve locally Kim Alvefur 2013-03-27
mod_s2s: Prevent traceback when replying to incoming connection to a host we don't serve Kim Alvefur 2013-03-26
mod_s2s: session.from_host does not allways exist on incoming connections, true and nil or "our hostname" does not evaluate to what we want here Kim Alvefur 2013-03-25
mod_s2s: Fix variable usage in check_auth_policy (thanks Florob) Matthew Wild 2013-03-22