mod_auto_accept_subscriptions: Import core_post_stanza
|
Matthew Wild |
2012-08-05 |
mod_block_s2s_subscriptions: New module to block incoming presence subscriptions from non-contacts on selected remote hosts
|
Matthew Wild |
2012-08-05 |
mod_block_strangers: Bump handler priority to 200 (just because)
|
Matthew Wild |
2012-08-05 |
mod_block_subscriptions: Block incoming and outgoing presence subscriptions (useful in conjunction with mod_readonly)
|
Matthew Wild |
2012-08-05 |
mod_block_strangers: Module to block message and iqs from people not on your roster
|
Matthew Wild |
2012-08-05 |
mod_privacy: Remove, obsolete (bundled with Prosody). Don't come back!
|
Matthew Wild |
2012-08-04 |
mod_admin_web: Add explicit dependencies on mod_admin_adhoc and mod_bosh
|
Florian Zeitz |
2012-08-03 |
mod_admin_web: Move comment to appropriate line
|
Florian Zeitz |
2012-08-03 |
mod_admin_web: Update dependency versions
|
Florian Zeitz |
2012-08-02 |
mod_pubsub_hub: Enforce minimal lease time
|
Kim Alvefur |
2012-08-01 |
mod_pubsub_hub: Try to choose time until the next periodic check in a sane way
|
Kim Alvefur |
2012-08-01 |
mod_pubsub_feeds: Use URL as node name if the config index is numeric
|
Kim Alvefur |
2012-08-01 |
mod_pubsub_hub: New module that implements the Hub part of PubSubHubbub
|
Kim Alvefur |
2012-08-01 |
mod_pubsub_feeds: Depend on pubsub instead of aborting if it's not loaded
|
Kim Alvefur |
2012-08-01 |
mod_pubsub_feeds: Use the "superactor" instead of module.host/module.name
|
Kim Alvefur |
2012-08-01 |
mod_admin_web: Replace core_post_stanza() with module:send()
|
Florian Zeitz |
2012-08-01 |
mod_addressing: Replace use of core_post_stanza() with module:send()
|
Kim Alvefur |
2012-08-01 |
mod_service_directories: Replace use of core_post_stanza() with module:send()
|
Kim Alvefur |
2012-08-01 |
mod_remote_roster: Replace use of core_post_stanza() with module:send()
|
Kim Alvefur |
2012-08-01 |
mod_smacks: Use require to import (thanks a lot, autocomplete)
|
Kim Alvefur |
2012-07-29 |
mod_smacks: Import sessionmanager
|
Kim Alvefur |
2012-07-29 |
mod_smacks: Fix log statement
|
Kim Alvefur |
2012-07-29 |
mod_smacks: Import prosody.core_process_stanza()
|
Kim Alvefur |
2012-07-29 |
Merge with Oliver Gerlich
|
Matthew Wild |
2012-07-27 |
mod_archive: cope with <list> requests which don't have a <set> tag
|
Oliver Gerlich |
2012-06-11 |
mod_mam: Stricter validation, reject invalid timestamps, jids.
|
Kim Alvefur |
2012-07-27 |
mod_readonly: Allow preventing direct modification of certain user data via XMPP
|
Matthew Wild |
2012-07-27 |
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
|
Matthew Wild |
2012-07-26 |
mod_compat_bind: Compatibility (ugh) with clients that send the resource bind to the login host (ugh)
|
Matthew Wild |
2012-07-26 |
mod_admin_web_timber -> mod_admin_web
|
Matthew Wild |
2012-07-24 |