# HG changeset patch # User Matthew Wild # Date 1336697201 -3600 # Node ID f56eeff9384706e76689cbb372381838929141c2 # Parent d91dda67647ad37ee22a0b0216373833c606ccf0# Parent 3d1ca811eee3d040434c955805615e4e3bde8004 Merge with backout diff -r d91dda67647a -r f56eeff93847 plugins/mod_auth_anonymous.lua --- a/plugins/mod_auth_anonymous.lua Fri May 11 01:45:36 2012 +0100 +++ b/plugins/mod_auth_anonymous.lua Fri May 11 01:46:41 2012 +0100 @@ -52,7 +52,6 @@ end if module:get_option_boolean("disallow_s2s", true) then - hosts[module.host].disallow_s2s = true; module:hook("route/remote", function (event) return false; -- Block outgoing s2s from anonymous users end, 300);