From 3846f08f09defece7a04ef3e68b3843f5a206c08 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 4 Jun 2010 14:33:36 +0100 Subject: Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> mod_auth_internal_hashed, and the providers to internal and internal_hashed respectively. Also no longer auto-load defaultauth, but instead auto-load the plugin selected for each host at startup based on the provider name. --- core/modulemanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modulemanager.lua') diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 2847663c..8e62aecb 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -39,7 +39,7 @@ end local array, set = require "util.array", require "util.set"; -local autoload_modules = {"presence", "message", "iq", "defaultauth"}; +local autoload_modules = {"presence", "message", "iq"}; -- We need this to let modules access the real global namespace local _G = _G; -- cgit v1.2.3