Thu, 16 Aug 2012 21:31:46 +0200 mod_mam: Change storage format to store bare JID + resource.
Kim Alvefur <zash@zash.se> [Thu, 16 Aug 2012 21:31:46 +0200] rev 799
mod_mam: Change storage format to store bare JID + resource.
Thu, 16 Aug 2012 21:16:35 +0200 mod_mam: remove useless check
Kim Alvefur <zash@zash.se> [Thu, 16 Aug 2012 21:16:35 +0200] rev 798
mod_mam: remove useless check
Wed, 15 Aug 2012 17:29:18 +0200 mod_pubsub_feeds: util.pubsub methods return bool, data
Kim Alvefur <zash@zash.se> [Wed, 15 Aug 2012 17:29:18 +0200] rev 797
mod_pubsub_feeds: util.pubsub methods return bool, data
Wed, 15 Aug 2012 17:25:47 +0200 mod_pubsub_feeds: Fix method call
Kim Alvefur <zash@zash.se> [Wed, 15 Aug 2012 17:25:47 +0200] rev 796
mod_pubsub_feeds: Fix method call
Wed, 15 Aug 2012 16:49:00 +0200 mod_pubsub_feeds: Check if nodes exists in pubsub, make sure they get restored if not. (Thanks Maranda)
Kim Alvefur <zash@zash.se> [Wed, 15 Aug 2012 16:49:00 +0200] rev 795
mod_pubsub_feeds: Check if nodes exists in pubsub, make sure they get restored if not. (Thanks Maranda)
Wed, 15 Aug 2012 16:47:06 +0200 mod_pubsub_feeds: Remove config-reloaded hook, do setup in module.load() instead
Kim Alvefur <zash@zash.se> [Wed, 15 Aug 2012 16:47:06 +0200] rev 794
mod_pubsub_feeds: Remove config-reloaded hook, do setup in module.load() instead
Wed, 15 Aug 2012 16:34:59 +0200 mod_pubsub_feeds: Add parameter refresh_feeds() to force refresh of all feeds
Kim Alvefur <zash@zash.se> [Wed, 15 Aug 2012 16:34:59 +0200] rev 793
mod_pubsub_feeds: Add parameter refresh_feeds() to force refresh of all feeds
Wed, 15 Aug 2012 16:31:27 +0200 mod_pubsub_feeds: Use reference to mod_pubsub from module:depends
Kim Alvefur <zash@zash.se> [Wed, 15 Aug 2012 16:31:27 +0200] rev 792
mod_pubsub_feeds: Use reference to mod_pubsub from module:depends
Fri, 10 Aug 2012 21:40:52 +0200 mod_register_web: Show actual hostname in registration form
Kim Alvefur <zash@zash.se> [Fri, 10 Aug 2012 21:40:52 +0200] rev 791
mod_register_web: Show actual hostname in registration form
Fri, 10 Aug 2012 07:42:53 +0700 mod_twitter: fixed to depend on Prosody's internal util.json. TODO: Discuss (MattJ, Zash, Waqas, Maranda) about migration all json content to use cjson ( http://www.kyne.com.au/~mark/software/lua-cjson-manual.html ) library instead
Vadim Misbakh-Soloviov <mva@mva.name> [Fri, 10 Aug 2012 07:42:53 +0700] rev 790
mod_twitter: fixed to depend on Prosody's internal util.json. TODO: Discuss (MattJ, Zash, Waqas, Maranda) about migration all json content to use cjson ( http://www.kyne.com.au/~mark/software/lua-cjson-manual.html ) library instead
Thu, 09 Aug 2012 20:31:13 +0200 mod_vjud: Allow working as a component, in which case the parent domain is searched.
Kim Alvefur <zash@zash.se> [Thu, 09 Aug 2012 20:31:13 +0200] rev 789
mod_vjud: Allow working as a component, in which case the parent domain is searched.
Thu, 09 Aug 2012 20:16:09 +0200 mod_vjud/vcard.lib: Iterate on tags instead of items (thanks mva)
Kim Alvefur <zash@zash.se> [Thu, 09 Aug 2012 20:16:09 +0200] rev 788
mod_vjud/vcard.lib: Iterate on tags instead of items (thanks mva)
Thu, 09 Aug 2012 19:49:50 +0200 mod_vjud: Correctly pass current state to form (Thanks Florob)
Kim Alvefur <zash@zash.se> [Thu, 09 Aug 2012 19:49:50 +0200] rev 787
mod_vjud: Correctly pass current state to form (Thanks Florob)
Tue, 07 Aug 2012 15:51:15 +0100 mod_broadcast: New module to set up a component that forwards received messages to all online users (similar to Openfire's broadcast module) (thanks Yann Verry)
Matthew Wild <mwild1@gmail.com> [Tue, 07 Aug 2012 15:51:15 +0100] rev 786
mod_broadcast: New module to set up a component that forwards received messages to all online users (similar to Openfire's broadcast module) (thanks Yann Verry)
Tue, 07 Aug 2012 01:51:42 +0200 mod_pubsub_hub: Fix calculating next periodic check of subscriptions.
Kim Alvefur <zash@zash.se> [Tue, 07 Aug 2012 01:51:42 +0200] rev 785
mod_pubsub_hub: Fix calculating next periodic check of subscriptions.
Mon, 06 Aug 2012 14:48:26 +0000 mod_register_redirect: use 'return origin.send' instead of returning true everytime.
Marco Cirillo <maranda@lightwitch.org> [Mon, 06 Aug 2012 14:48:26 +0000] rev 784
mod_register_redirect: use 'return origin.send' instead of returning true everytime.
Mon, 06 Aug 2012 14:42:48 +0000 mod_register_redirect: fixed clunky if block (thanks Zash, mva).
Marco Cirillo <maranda@lightwitch.org> [Mon, 06 Aug 2012 14:42:48 +0000] rev 783
mod_register_redirect: fixed clunky if block (thanks Zash, mva).
Mon, 06 Aug 2012 17:08:12 +0700 mod_webpresence: fixed text notation, added html, added status message output
Vadim Misbakh-Soloviov <mva@mva.name> [Mon, 06 Aug 2012 17:08:12 +0700] rev 782
mod_webpresence: fixed text notation, added html, added status message output
Sun, 05 Aug 2012 17:51:58 +0100 mod_register_redirect: Fix typo in variable name (again...)
Matthew Wild <mwild1@gmail.com> [Sun, 05 Aug 2012 17:51:58 +0100] rev 781
mod_register_redirect: Fix typo in variable name (again...)
Sun, 05 Aug 2012 13:55:29 +0100 mod_register_redirect: Fix usage of incorrect variable name (thanks iron)
Matthew Wild <mwild1@gmail.com> [Sun, 05 Aug 2012 13:55:29 +0100] rev 780
mod_register_redirect: Fix usage of incorrect variable name (thanks iron)
Sun, 05 Aug 2012 09:07:48 +0700 mod_webpresence: Added possibility to get status as text
Vadim Misbakh-Soloviov <mva@mva.name> [Sun, 05 Aug 2012 09:07:48 +0700] rev 779
mod_webpresence: Added possibility to get status as text
Sun, 05 Aug 2012 02:38:38 +0100 mod_s2sblackwhitelist: Remove, as very incompatible with 0.9 and similar functionality is available through mod_host_guard
Matthew Wild <mwild1@gmail.com> [Sun, 05 Aug 2012 02:38:38 +0100] rev 778
mod_s2sblackwhitelist: Remove, as very incompatible with 0.9 and similar functionality is available through mod_host_guard
Sun, 05 Aug 2012 02:33:29 +0100 mod_support_contact: Use module:send()
Matthew Wild <mwild1@gmail.com> [Sun, 05 Aug 2012 02:33:29 +0100] rev 777
mod_support_contact: Use module:send()
Sun, 05 Aug 2012 02:32:17 +0100 mod_auto_accept_subscriptions: Import core_post_stanza
Matthew Wild <mwild1@gmail.com> [Sun, 05 Aug 2012 02:32:17 +0100] rev 776
mod_auto_accept_subscriptions: Import core_post_stanza
Sun, 05 Aug 2012 02:27:58 +0100 mod_block_s2s_subscriptions: New module to block incoming presence subscriptions from non-contacts on selected remote hosts
Matthew Wild <mwild1@gmail.com> [Sun, 05 Aug 2012 02:27:58 +0100] rev 775
mod_block_s2s_subscriptions: New module to block incoming presence subscriptions from non-contacts on selected remote hosts
Sun, 05 Aug 2012 02:26:45 +0100 mod_block_strangers: Bump handler priority to 200 (just because)
Matthew Wild <mwild1@gmail.com> [Sun, 05 Aug 2012 02:26:45 +0100] rev 774
mod_block_strangers: Bump handler priority to 200 (just because)
Sun, 05 Aug 2012 01:49:03 +0100 mod_block_subscriptions: Block incoming and outgoing presence subscriptions (useful in conjunction with mod_readonly)
Matthew Wild <mwild1@gmail.com> [Sun, 05 Aug 2012 01:49:03 +0100] rev 773
mod_block_subscriptions: Block incoming and outgoing presence subscriptions (useful in conjunction with mod_readonly)
Sun, 05 Aug 2012 01:46:24 +0100 mod_block_strangers: Module to block message and iqs from people not on your roster
Matthew Wild <mwild1@gmail.com> [Sun, 05 Aug 2012 01:46:24 +0100] rev 772
mod_block_strangers: Module to block message and iqs from people not on your roster
Sat, 04 Aug 2012 20:40:10 +0100 mod_privacy: Remove, obsolete (bundled with Prosody). Don't come back!
Matthew Wild <mwild1@gmail.com> [Sat, 04 Aug 2012 20:40:10 +0100] rev 771
mod_privacy: Remove, obsolete (bundled with Prosody). Don't come back!
Fri, 03 Aug 2012 15:12:41 +0200 mod_admin_web: Add explicit dependencies on mod_admin_adhoc and mod_bosh
Florian Zeitz <florob@babelmonkeys.de> [Fri, 03 Aug 2012 15:12:41 +0200] rev 770
mod_admin_web: Add explicit dependencies on mod_admin_adhoc and mod_bosh
(0) -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip