Software /
code /
prosody
Log
plugins/mod_s2s/mod_s2s.lua @ 5274:0d08c0965824
description | author | age |
---|---|---|
mod_s2s: Remove connection from sessions table as soon as we learn it is disconnected. Fixes a connection/session leak. | Matthew Wild | Fri, 28 Dec 2012 12:47:44 +0000 |
mod_s2s: Detect TLS compression | Kim Alvefur | Wed, 24 Oct 2012 19:05:56 +0200 |
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). | Waqas Hussain | Wed, 12 Sep 2012 22:22:31 +0500 |
mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table. | Kim Alvefur | Thu, 26 Jul 2012 04:33:17 +0200 |
mod_s2s: Bump s2s_timeout to 90, to allow for the TCP timeout (in most cases) - this allows us to continue to try other targets | Matthew Wild | Mon, 23 Jul 2012 18:57:28 +0100 |
mod_c2s, mod_s2s: Lower 'Disconnecting X' log messages from 'info' to 'debug' | Matthew Wild | Mon, 23 Jul 2012 18:28:14 +0100 |