Mercurial > prosody-modules
log mod_stanza_counter/mod_stanza_counter_http.lua @ 627:a8ff69c9b498
age | author | description |
---|---|---|
Sun, 12 Feb 2012 18:01:12 +0000 | Marco Cirillo | mod_stanza_counter_http: remove cleanup function move it to a separate plugin. |
Thu, 09 Feb 2012 00:52:18 +0000 | Marco Cirillo | mod_stanza_counter_http: de-revert to use configmanager instead of module mm for the cleanup function also give it an unique name (mismatch possible "??") |
Tue, 17 Jan 2012 13:58:13 +0000 | Marco Cirillo | mod_stanza_counter_http: revert to use module:get_option_boolean |
Tue, 17 Jan 2012 01:27:38 +0000 | Marco Cirillo | mod_stanza_counter_http: added cleanup function (from mod_register_json) |
Sun, 08 Jan 2012 03:52:38 +0000 | Marco Cirillo | mod_stanza_counter_http: replaced prosody.events.add_handler with module:hook. |
Mon, 02 Jan 2012 17:38:28 +0000 | Marco Cirillo | mod_stanza_counter: corrected syntax mistake in the http plugin. |
Tue, 20 Sep 2011 23:31:43 +0000 | Marco Cirillo | mod_stanza_counter: missing end. |
Tue, 20 Sep 2011 23:16:32 +0000 | Marco Cirillo | mod_stanza_counter: splitted plugin :/ |