log mod_register_json/mod_register_json.lua @ 721:9080b0898b6f

age author description
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)
Tue, 17 Jan 2012 01:18:36 +0000 Marco Cirillo mod_register_json: reworked the ccleanup function so that it doesn' try to close an unused listener port if server_event is in use (works only with select)
Tue, 17 Jan 2012 00:57:47 +0000 Marco Cirillo mod_register_json: added auto-cleanup logic to the module so it can at least be unloaded and reloaded without fuss. (Experimental: works with server_select and trunk)
Sat, 14 Jan 2012 22:17:58 +0000 Marco Cirillo mod_register_json: checking out if the user creation succeeded or not is good practice.
Sat, 14 Jan 2012 21:45:37 +0000 Marco Cirillo mod_register_json: fire user-registered event manually on the destination host. (thanks Mr. Gecko)
Sat, 14 Jan 2012 19:56:24 +0000 Marco Cirillo mod_register_json: modified code to employ get_option_set for true sets, and contains meta method
Sat, 14 Jan 2012 19:49:35 +0000 Marco Cirillo mod_register_json: cleaned up useless unused code (thanks Mr. Gecko)
Sun, 08 Jan 2012 03:53:09 +0000 Marco Cirillo mod_register_json: replaced prosody.events.add_handler with module:hook.
Sat, 07 Jan 2012 18:11:03 +0000 Marco Cirillo mod_register_json: stick to one code "punctuation" style.
Thu, 15 Sep 2011 21:23:49 +0000 Marco Cirillo mod_register_json: changed pestered code to something less pestered. (added nodeprep)
Thu, 15 Sep 2011 03:32:23 +0000 Marco Cirillo mod_register_json: added check for invalid characters in the username.
Fri, 22 Apr 2011 01:49:53 +0000 Marco Cirillo mod_register_json: There again, finally found the right way to pass the ports table to be processed correctly.
Thu, 21 Apr 2011 21:36:58 +0000 Marco Cirillo mod_register_json: Fixed http listener creation syntax. (Please document that in the API, that would avoid my brain overheating, thank you.)
Tue, 12 Apr 2011 22:57:34 +0000 Marco Cirillo mod_register_json: Corrected typo.
Tue, 12 Apr 2011 22:51:39 +0000 Marco Cirillo mod_register_json: fixed missing declared variable.
Tue, 12 Apr 2011 22:40:26 +0000 Marco Cirillo mod_register_json: Let's call it the first commit, fixed all code errors (aka it works).
Tue, 12 Apr 2011 20:50:43 +0000 Marco Cirillo mod_register_json: Typo fix.
Tue, 12 Apr 2011 20:41:57 +0000 Marco Cirillo mod_register_json: Failed at JSON successful decode check, fixed with a code refactor.
Tue, 12 Apr 2011 19:13:16 +0000 Marco Cirillo mod_register_json: Typo fix.
Tue, 12 Apr 2011 19:09:34 +0000 Marco Cirillo mod_register_json: Changed log levels, added a few primitive throttling/whitelist/blacklist options
Tue, 12 Apr 2011 17:47:47 +0000 Marco Cirillo mod_register_json: Minor refactor, default to port 9280 if option is unspecified or default to port 9443 if SSL is used. (Good, bad?)
Tue, 12 Apr 2011 17:13:38 +0000 Marco Cirillo mod_register_json: Changed a few bits to allow the service to be specified as standalone (by default uses port 9443), Q: Does it work?
Tue, 12 Apr 2011 15:36:30 +0000 Marco Cirillo mod_register_json: Fixed missing close quote.
Tue, 12 Apr 2011 15:25:37 +0000 Marco Cirillo mod_register_json: First commit (needs tests).