Diff

plugins/mod_dialback.lua @ 4841:ce793cea9f10

Merge with backout
author Matthew Wild <mwild1@gmail.com>
date Fri, 11 May 2012 01:32:46 +0100
parent 4837:9f1fb34cd7f8
parent 4840:82679fad3a36
child 4843:d91dda67647a
line wrap: on
line diff
--- a/plugins/mod_dialback.lua	Thu May 10 23:37:36 2012 +0000
+++ b/plugins/mod_dialback.lua	Fri May 11 01:32:46 2012 +0100
@@ -79,9 +79,7 @@
 		local compat_check;
 		if not origin.from_host then
 			-- Just used for friendlier logging
-			origin.from_host = nameprep(attr.from);
-			-- COMPAT: Fix server's chopness by not including from
-			compat_check = true;
+			origin.from_host = attr.from;
 		end
 		if not origin.to_host then
 			-- Just used for friendlier logging