log

age author description
2012-08-16 Kim Alvefur mod_mam: remove useless check
2012-08-15 Kim Alvefur mod_pubsub_feeds: util.pubsub methods return bool, data
2012-08-15 Kim Alvefur mod_pubsub_feeds: Fix method call
2012-08-15 Kim Alvefur mod_pubsub_feeds: Check if nodes exists in pubsub, make sure they get restored if not. (Thanks Maranda)
2012-08-15 Kim Alvefur mod_pubsub_feeds: Remove config-reloaded hook, do setup in module.load() instead
2012-08-15 Kim Alvefur mod_pubsub_feeds: Add parameter refresh_feeds() to force refresh of all feeds
2012-08-15 Kim Alvefur mod_pubsub_feeds: Use reference to mod_pubsub from module:depends
2012-08-10 Kim Alvefur mod_register_web: Show actual hostname in registration form
2012-08-10 Vadim Misbakh-Soloviov 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
2012-08-09 Kim Alvefur mod_vjud: Allow working as a component, in which case the parent domain is searched.
2012-08-09 Kim Alvefur mod_vjud/vcard.lib: Iterate on tags instead of items (thanks mva)
2012-08-09 Kim Alvefur mod_vjud: Correctly pass current state to form (Thanks Florob)
2012-08-07 Matthew Wild 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)
2012-08-06 Kim Alvefur mod_pubsub_hub: Fix calculating next periodic check of subscriptions.
2012-08-06 Marco Cirillo mod_register_redirect: use 'return origin.send' instead of returning true everytime.
2012-08-06 Marco Cirillo mod_register_redirect: fixed clunky if block (thanks Zash, mva).
2012-08-06 Vadim Misbakh-Soloviov mod_webpresence: fixed text notation, added html, added status message output
2012-08-05 Matthew Wild mod_register_redirect: Fix typo in variable name (again...)
2012-08-05 Matthew Wild mod_register_redirect: Fix usage of incorrect variable name (thanks iron)
2012-08-05 Vadim Misbakh-Soloviov mod_webpresence: Added possibility to get status as text
2012-08-05 Matthew Wild mod_s2sblackwhitelist: Remove, as very incompatible with 0.9 and similar functionality is available through mod_host_guard
2012-08-05 Matthew Wild mod_support_contact: Use module:send()
2012-08-05 Matthew Wild mod_auto_accept_subscriptions: Import core_post_stanza
2012-08-05 Matthew Wild mod_block_s2s_subscriptions: New module to block incoming presence subscriptions from non-contacts on selected remote hosts
2012-08-05 Matthew Wild mod_block_strangers: Bump handler priority to 200 (just because)
2012-08-05 Matthew Wild mod_block_subscriptions: Block incoming and outgoing presence subscriptions (useful in conjunction with mod_readonly)
2012-08-05 Matthew Wild mod_block_strangers: Module to block message and iqs from people not on your roster
2012-08-04 Matthew Wild mod_privacy: Remove, obsolete (bundled with Prosody). Don't come back!
2012-08-03 Florian Zeitz mod_admin_web: Add explicit dependencies on mod_admin_adhoc and mod_bosh
2012-08-03 Florian Zeitz mod_admin_web: Move comment to appropriate line
2012-08-02 Florian Zeitz mod_admin_web: Update dependency versions
2012-08-01 Kim Alvefur mod_pubsub_hub: Enforce minimal lease time
2012-08-01 Kim Alvefur mod_pubsub_hub: Try to choose time until the next periodic check in a sane way
2012-08-01 Kim Alvefur mod_pubsub_feeds: Use URL as node name if the config index is numeric
2012-08-01 Kim Alvefur mod_pubsub_hub: New module that implements the Hub part of PubSubHubbub
2012-08-01 Kim Alvefur mod_pubsub_feeds: Depend on pubsub instead of aborting if it's not loaded
2012-08-01 Kim Alvefur mod_pubsub_feeds: Use the "superactor" instead of module.host/module.name
2012-08-01 Florian Zeitz mod_admin_web: Replace core_post_stanza() with module:send()
2012-08-01 Kim Alvefur mod_addressing: Replace use of core_post_stanza() with module:send()
2012-08-01 Kim Alvefur mod_service_directories: Replace use of core_post_stanza() with module:send()
2012-08-01 Kim Alvefur mod_remote_roster: Replace use of core_post_stanza() with module:send()
2012-07-29 Kim Alvefur mod_smacks: Use require to import (thanks a lot, autocomplete)
2012-07-29 Kim Alvefur mod_smacks: Import sessionmanager
2012-07-29 Kim Alvefur mod_smacks: Fix log statement
2012-07-29 Kim Alvefur mod_smacks: Import prosody.core_process_stanza()
2012-07-27 Matthew Wild Merge with Oliver Gerlich
2012-06-11 Oliver Gerlich mod_archive: cope with <list> requests which don't have a <set> tag
2012-07-27 Kim Alvefur mod_mam: Stricter validation, reject invalid timestamps, jids.
2012-07-27 Matthew Wild mod_readonly: Allow preventing direct modification of certain user data via XMPP
2012-07-26 Matthew Wild mod_compat_vcard: Handle vcard requests sent to full JIDs (a spec violation commited by older versions of ejabberd and possibly others) - replaces vcard_compatibility option from Prosody 0.8
2012-07-26 Matthew Wild mod_compat_bind: Compatibility (ugh) with clients that send the resource bind to the login host (ugh)
2012-07-24 Matthew Wild mod_admin_web_timber -> mod_admin_web
2012-07-22 Matthew Wild mod_register_web: nodeprep username before creating user (thanks IRON)
2012-07-19 Matthew Wild mod_adhoc_cmd_*: Remove, these are obsoleted by mod_admin_adhoc (supplied with Prosody since 0.8)
2012-07-19 Matthew Wild mod_inotify_reload: Add debug logging
2012-07-16 Kim Alvefur mod_carbons: Unconditionally set namespace of forwarded message.
2012-07-13 Kim Alvefur mod_vjud: Remove some ... verbose debug logging
2012-07-11 Kim Alvefur mod_streamstats: Switch to portmanager and other 0.9 goodness
2012-07-07 Kim Alvefur mod_http_favicon: Add, serves a favicon.ico
2012-07-07 Kim Alvefur mod_mam_adhoc: Use ad-hoc command node suggested by XEP-0313