prosody-modules
log
graph
tags
bookmarks
branches
39a612eb4431
browse
changeset
mod_register_json/mod_register_json.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody-modules
Log
mod_register_json/mod_register_json.lua @ 566:
39a612eb4431
less
more
|
(0)
-10
-8
tip
description
author
age
mod_register_json: revert to use module:get_option_boolean
Marco Cirillo
Tue, 17 Jan 2012 13:52:48 +0000
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)
Marco Cirillo
Tue, 17 Jan 2012 01:31:58 +0000
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)
Marco Cirillo
Tue, 17 Jan 2012 01:18:36 +0000
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)
Marco Cirillo
Tue, 17 Jan 2012 00:57:47 +0000
mod_register_json: checking out if the user creation succeeded or not is good practice.
Marco Cirillo
Sat, 14 Jan 2012 22:17:58 +0000
mod_register_json: fire user-registered event manually on the destination host. (thanks Mr. Gecko)
Marco Cirillo
Sat, 14 Jan 2012 21:45:37 +0000
mod_register_json: modified code to employ get_option_set for true sets, and contains meta method
Marco Cirillo
Sat, 14 Jan 2012 19:56:24 +0000
mod_register_json: cleaned up useless unused code (thanks Mr. Gecko)
Marco Cirillo
Sat, 14 Jan 2012 19:49:35 +0000
less
more
|
(0)
-10
-8
tip