log mod_register_json/mod_register_json.lua @ 560:b62f5e38f865

age author description
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.