mod_auth_http_async: Fall back to non-async calling of http_auth_url
|
JC Brand |
2016-04-15 |
mod_track_muc_joins: Skip creating room map if leaving a room and it does not exist
|
Kim Alvefur |
2016-04-13 |
mod_track_muc_joins: Only check directed presence when joining (would be gone when leaving)
|
Kim Alvefur |
2016-04-13 |
mod_track_muc_joins: Check directed presence
|
Kim Alvefur |
2016-04-12 |
mod_presence_dedup: Attempt at saving bandwith by deduplicating presence stanzas
|
Kim Alvefur |
2016-04-03 |
mod_smacks/README: Too buggy for a "Beta" label
|
Kim Alvefur |
2016-04-03 |
mod_presence_cache: Only check set set is empty if it exists
|
Kim Alvefur |
2016-04-02 |
mod_presence_cache: Forget about cached presence when receiving unavailable
|
Kim Alvefur |
2016-04-02 |
mod_pep_vcard_avatar: Fix typo [luacheck]
|
Kim Alvefur |
2016-04-02 |
mod_pep_vcard_avatar: Replace PHOTO and NICKNAME tags instead of modifying them in-place
|
Kim Alvefur |
2016-04-02 |
mod_pep_vcard_avatar: Return early if no vcard is given
|
Kim Alvefur |
2016-04-02 |
mod_smacks: Fix sending <r> after stanzas while not creating multiple timers (thanks Thilo)
|
Kim Alvefur |
2016-04-02 |
mod_presence_cache: Switch to using util.cache for limiting size of cache
|
Kim Alvefur |
2016-04-01 |
mod_presence_cache: Remove caching of full presence
|
Kim Alvefur |
2016-04-01 |
mod_presence_cache: Check stanzas only from s2sin (not needed, even with mod_bidi)
|
Kim Alvefur |
2016-04-01 |
mod_auth_external/README: Update link from google code to hg.prosody.im
|
Kim Alvefur |
2016-03-31 |
mod_throttle_unsolicited: Remove unused local [luacheck]
|
Kim Alvefur |
2016-03-30 |
mod_throttle_unsolicited: Skip checking messages to self
|
Kim Alvefur |
2016-03-30 |
mod_cloud_notify: added ability to notify even if the session is hibernated by mod_smacks
|
tmolitor |
2016-03-29 |
mod_smacks: added new events for hibernation start/end
|
tmolitor |
2016-03-27 |
mod_migrate: Check that the hostname is known, or yell and abort (thanks Link Mauve)
|
Kim Alvefur |
2016-03-27 |
mod_sift/README: Mention the related XEP in the text so modules.prosody.im can pick it up
|
Kim Alvefur |
2016-03-26 |
mod_pubsub_feeds.lua: util.xml not uit.xml
|
Michael Töglhofer |
2016-03-22 |
mod_smacks: Prevent queuing multiple <r>
|
Kim Alvefur |
2016-03-21 |
mod_register_dnsbl: Fix matching pattern (Thanks Ge0rG)
|
Kim Alvefur |
2016-03-21 |
mod_pubsub_feeds: Remove unused imports [luacheck]
|
Kim Alvefur |
2016-03-20 |
mod_pubsub_feeds: Use correct loop variable
|
Kim Alvefur |
2016-03-20 |
mod_pubsub_feeds: Switch to use util.xml for parsing feeds and include RSS to Atom translation code from lua-feeds
|
Kim Alvefur |
2016-03-20 |
mod_firewall: Fix another unprotected use of util.cache
|
Matthew Wild |
2016-03-18 |
mod_firewall: Don't use util.cache unless it's needed, and add explanatory error if it is not available
|
Matthew Wild |
2016-03-18 |