log mod_register_json/mod_register_json.lua @ 916:9c5573b389c0

age author description
Mon, 25 Feb 2013 18:23:37 +0100 Marco Cirillo mod_register_json: remove unrequired instruction (since it's done above already).
Tue, 23 Oct 2012 13:32:44 +0000 Marco Cirillo mod_register_json: add option to handle requests only on secure connections.
Mon, 25 Jun 2012 22:20:27 +0000 Marco Cirillo mod_register_json: moved throttling logic so that if there's a failure during nick registration the user can retry and referenced usermanager from prosody's _G instead of req. it.
Mon, 25 Jun 2012 21:36:40 +0000 Marco Cirillo mod_register_json: modify logic to prevent an unnecessary call to usermanager.
Mon, 11 Jun 2012 00:35:26 +0000 Marco Cirillo mod_register_json: corrected trace.
Sun, 29 Apr 2012 20:43:40 +0000 Marco Cirillo mod_register_json: same as previous ones, un-needeness.
Sun, 29 Apr 2012 20:16:43 +0000 Marco Cirillo mod_register_json: revert change, it's not needed (providing http provides https as well)
Sun, 29 Apr 2012 13:44:21 +0000 Marco Cirillo mod_register_json: fixed typo, added https/http switch and default value to it.
Sun, 29 Apr 2012 13:05:46 +0000 Marco Cirillo mod_register_json: updated to current HTTP API.
Sun, 12 Feb 2012 17:59:45 +0000 Marco Cirillo mod_register_json: remove cleanup function move it to a separate plugin.
Thu, 09 Feb 2012 00:47:01 +0000 Marco Cirillo mod_register_json: punctuation adjust
Thu, 09 Feb 2012 00:44:46 +0000 Marco Cirillo mod_register_json: de-reverting change to use configmanager again (trace happened), also changed cleanup function name to avoid mismatches (??)
Thu, 09 Feb 2012 00:24:31 +0000 Marco Cirillo mod_register_json: cleanup unused stuff
Tue, 17 Jan 2012 13:52:48 +0000 Marco Cirillo mod_register_json: revert to use module:get_option_boolean
Tue, 17 Jan 2012 01:31:58 +0000 Marco Cirillo mod_register_json: switched module:get_option_boolean("use_libevent", nil) with require "core.configmanager".get("*", "core", "use_libevent") as the first possibly won't work (module is unloaded)