2012-09-12 |
Marco Cirillo |
mod_host_guard: replace checking host object with checking the configuration for the authentication option set to anonymous, I suppose that was the reason I imported configmanager but probably lost that somewhere in the process.
|
2012-09-12 |
Waqas Hussain |
mod_auth_external, mod_auth_internal_yubikey: Get rid of useless wrapper function around the auth provider.
|
2012-09-12 |
Marco Cirillo |
mod_host_guard: prevent possible traceback during host manual activation/deactivation.
|
2012-09-12 |
Waqas Hussain |
mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.
|
2012-09-12 |
Waqas Hussain |
mod_storage_*: Update to use module:provides().
|
2012-09-12 |
Kim Alvefur |
mod_smacks: Avoid indexing a nil value
|
2012-09-10 |
Kim Alvefur |
mod_smacks: Only request ack for stanzas
|
2012-09-10 |
Kim Alvefur |
mod_smacks: Less table indexing!
|
2012-09-02 |
rob |
Add LDAP plugin suite
|
2012-08-27 |
Kim Alvefur |
mod_mam: Fix variable name, blame autocomplete
|
2012-08-26 |
Marco Cirillo |
mod_register_redirect: rebacked in changeset c6f1427da79d (behaviour fixed).
|
2012-08-26 |
Kim Alvefur |
mod_vjud/vcard.lib: Handle empty vcards (thanks mva)
|
2012-08-26 |
Marco Cirillo |
mod_register_redirect: revert back previous change, as returning origin.send() causes inconsistent behaviour stanza routing/callbacks wise if the request comes from a remote entity.
|
2012-08-26 |
Kim Alvefur |
mod_carbons: Merge enable and disable handlers
|
2012-08-25 |
Kim Alvefur |
mod_twitter: Use module:send()
|
2012-08-21 |
Waqas Hussain |
mod_pastebin: Have a default pastebin URL.
|
2012-08-17 |
Kim Alvefur |
mod_pubsub_hub: Add compat wrapping of Atom content for interop with PuSH
|
2012-08-16 |
Kim Alvefur |
mod_mam: Report id of first item and number of items sent.
|
2012-08-16 |
Kim Alvefur |
mod_mam: Change storage format to store bare JID + resource.
|
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()
|