Software /
code /
prosody
Log
core/s2smanager.lua @ 3383:c7acddf80583
description | author | age |
---|---|---|
s2smanager: Handle disallow_s2s for incoming streams as well as outgoing | Matthew Wild | Fri, 16 Jul 2010 22:47:26 +0100 |
s2smanager: Lower default DNS timeout to 15s (it's now a per-DNS-server timeout, rather than total timeout), use net.dns's new timeout system, and remove our custom timeout handlers | Matthew Wild | Mon, 05 Jul 2010 12:17:09 +0100 |
Merge 0.7->trunk | Matthew Wild | Fri, 02 Jul 2010 17:44:14 +0100 |
s2smanager: Don't attempt to connect to a nil host (for whatever reason... invalid DNS record perhaps?) (thanks dersd) | Matthew Wild | Fri, 02 Jul 2010 17:22:23 +0100 |
s2smanager: Register outgoing connection with the connection listener only after initializing filters (thanks darkrain, dersd) | Matthew Wild | Fri, 02 Jul 2010 17:43:01 +0100 |
s2smanager: Fix logging for outgoing sessions to also log pre-filtered data | Matthew Wild | Sun, 13 Jun 2010 17:17:11 +0100 |