Software /
code /
prosody
Log
plugins/mod_s2s/mod_s2s.lua @ 5669:9345c161481f
description | author | age |
---|---|---|
mod_c2s, mod_s2s: Fire an event on read timeouts | Kim Alvefur | Tue, 11 Jun 2013 21:36:15 +0200 |
mod_s2s: Set s2s_session.ip | Kim Alvefur | Sun, 09 Jun 2013 12:54:10 +0200 |
mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection died | Kim Alvefur | Thu, 30 May 2013 14:32:40 +0200 |
mod_s2s: Remove unnecessary debug message | Matthew Wild | Tue, 28 May 2013 16:10:22 +0100 |
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 | Sat, 18 May 2013 12:02:25 +0100 |
mod_s2s: Ensure that to/from on stream headers are always correct, fixes #338 | Matthew Wild | Mon, 29 Apr 2013 00:33:39 +0100 |
mod_s2s: Obey tcp_keepalives option for s2s too, and make it individually configurable through s2s_tcp_keepalives (thanks yeled) | Matthew Wild | Fri, 26 Apr 2013 12:25:25 +0100 |