Diff

core/hostmanager.lua @ 4834:878f75ccc4fb

mod_s2s, mod_auth_anonymous, hostmanager: Remove disallow_s2s flag, deprecate the config option of the same name (disable mod_s2s instead), and add 'allow_anonymous_s2s' to separately control s2s for anonymous users
author Matthew Wild <mwild1@gmail.com>
date Fri, 11 May 2012 00:56:18 +0100
parent 4748:1099ff8d9f76
child 5081:c0c060e450be
line wrap: on
line diff
--- a/core/hostmanager.lua	Thu May 10 23:10:56 2012 +0100
+++ b/core/hostmanager.lua	Fri May 11 00:56:18 2012 +0100
@@ -74,7 +74,6 @@
 		s2sout = {};
 		events = events_new();
 		dialback_secret = configmanager.get(host, "core", "dialback_secret") or uuid_gen();
-		disallow_s2s = configmanager.get(host, "core", "disallow_s2s");
 		send = host_send;
 	};
 	if not host_config.core.component_module then -- host