Software /
code /
prosody-modules
Graph
-
mod_list_inactive/README: Change extension to .markdown currently required by the site generator2016-05-31, by Kim Alvefur
-
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)2016-05-31, by Matthew Wild
-
mod_s2s_auth_monkeysphere: Query Monkeysphere asynchronously if util.async is available2016-05-30, by Kim Alvefur
-
mod_s2s_auth_dane: Move pausing code to a function2016-05-28, by Kim Alvefur
-
Backed out changeset f00cbfb812cd, it only half-worked and broke things2016-05-28, by Kim Alvefur
-
mod_s2s_auth_dane: Remove unused local2016-05-26, by Kim Alvefur
-
mod_s2s_auth_dane: Attempt a new approach to async lookups that doesn't depend on connection pausing2016-05-26, by Kim Alvefur
-
mod_s2s_auth_dane: Make sure dane field has correct type2016-05-26, by Kim Alvefur
-
mod_vjud: Fix missing comma (thanks Tobias)2016-05-24, by Kim Alvefur
-
mod_mam_muc: Fix previous commit2016-05-21, by Kim Alvefur
-
mod_mam_muc: Fix order of arguments for archive API2016-05-21, by Kim Alvefur
-
mod_presence_cache: Add copyright header2016-05-11, by Kim Alvefur
-
mod_presence_cache: Also cache the 'show' value2016-05-11, by Kim Alvefur
-
mod_log_mark: Try to prevent timer drift2016-05-08, by Kim Alvefur
-
mod_log_mark: Make a global module (should only be loaded once anyways)2016-05-08, by Kim Alvefur
-
mod_storage_memory: Fix copypaste error2016-05-07, by Kim Alvefur
-
mod_storage_memory: Implement 'add_keys' method of map stores (required for rosters in 0.10+)2016-05-07, by Kim Alvefur
-
mod_graceful_shutdown: Experiment in improving the shutdown experience2016-05-05, by Kim Alvefur
-
Tag last commit available on Google Code for future reference2016-05-04, by Kim Alvefur
-
mod_auth_phpbb3: Add support for verifying bcrypt hashes (thanks bios)2016-04-30, by Kim Alvefur
-
mod_munin/README: Mention how to enable statsmanager (pending docs for this)2016-04-27, by Kim Alvefur
-
mod_munin/README: Fix config file syntax (thanks mt)2016-04-27, by Kim Alvefur
-
Merge with Link Mauve2016-04-17, by Kim Alvefur
-
mod_idlecompat: Reference the correct XEP (256, not 12) and drop a redundant check2016-04-16, by Emmanuel Gil Peyrot
-
mod_http_logging: Fix endless loop on 0.9.x (Thanks Mint)2016-04-16, by Kim Alvefur
-
mod_s2s_keepalive/README: Give language hints to rendering for syntax hilighting2016-04-16, by Kim Alvefur
-
Add mod_http_roster_admin2016-04-15, by JC Brand
-
Merge2016-04-15, by JC Brand
-
mod_auth_http_async: Fall back to non-async calling of http_auth_url2016-04-15, by JC Brand
-
mod_track_muc_joins: Skip creating room map if leaving a room and it does not exist2016-04-13, by Kim Alvefur
-
mod_track_muc_joins: Only check directed presence when joining (would be gone when leaving)2016-04-13, by Kim Alvefur
-
mod_track_muc_joins: Check directed presence2016-04-12, by Kim Alvefur
-
mod_presence_dedup: Attempt at saving bandwith by deduplicating presence stanzas2016-04-03, by Kim Alvefur
-
mod_smacks/README: Too buggy for a "Beta" label2016-04-03, by Kim Alvefur
-
mod_presence_cache: Only check set set is empty if it exists2016-04-02, by Kim Alvefur
-
mod_presence_cache: Forget about cached presence when receiving unavailable2016-04-02, by Kim Alvefur
-
mod_pep_vcard_avatar: Fix typo [luacheck]2016-04-02, by Kim Alvefur
-
mod_pep_vcard_avatar: Replace PHOTO and NICKNAME tags instead of modifying them in-place2016-04-02, by Kim Alvefur
-
mod_pep_vcard_avatar: Return early if no vcard is given2016-04-02, by Kim Alvefur
-
mod_smacks: Fix sending <r> after stanzas while not creating multiple timers (thanks Thilo)2016-04-02, by Kim Alvefur
-
mod_presence_cache: Switch to using util.cache for limiting size of cache2016-04-01, by Kim Alvefur
-
mod_presence_cache: Remove caching of full presence2016-04-01, by Kim Alvefur
-
mod_presence_cache: Check stanzas only from s2sin (not needed, even with mod_bidi)2016-04-01, by Kim Alvefur
-
mod_auth_external/README: Update link from google code to hg.prosody.im2016-03-31, by Kim Alvefur
-
mod_throttle_unsolicited: Remove unused local [luacheck]2016-03-30, by Kim Alvefur
-
mod_throttle_unsolicited: Skip checking messages to self2016-03-30, by Kim Alvefur
-
mod_cloud_notify: added ability to notify even if the session is hibernated by mod_smacks2016-03-29, by tmolitor
-
mod_smacks: added new events for hibernation start/end2016-03-27, by tmolitor
-
mod_migrate: Check that the hostname is known, or yell and abort (thanks Link Mauve)2016-03-27, by Kim Alvefur
-
mod_sift/README: Mention the related XEP in the text so modules.prosody.im can pick it up2016-03-26, by Kim Alvefur
-
mod_pubsub_feeds.lua: util.xml not uit.xml2016-03-22, by Michael Töglhofer
-
mod_smacks: Prevent queuing multiple <r>2016-03-21, by Kim Alvefur
-
mod_register_dnsbl: Fix matching pattern (Thanks Ge0rG)2016-03-21, by Kim Alvefur
-
mod_pubsub_feeds: Remove unused imports [luacheck]2016-03-20, by Kim Alvefur
-
mod_pubsub_feeds: Use correct loop variable2016-03-20, by Kim Alvefur
-
mod_firewall: Fix another unprotected use of util.cache2016-03-18, by Matthew Wild
-
mod_firewall: Don't use util.cache unless it's needed, and add explanatory error if it is not available2016-03-18, by Matthew Wild
-
mod_firewall: LOG uses session.log if available2016-03-18, by Matthew Wild
-
mod_firewall: Add support for throttling based on user-defined properties (experimental)2016-03-18, by Matthew Wild
-
mod_firewall: Allow underscore in mark names (thanks Ge0rG)2016-03-18, by Matthew Wild
-
mod_firewall: Fix syntax error2016-03-17, by Matthew Wild
-
mod_firewall: Move meta() function to main module, and make it a global so libs can use it2016-03-17, by Matthew Wild
Scroll all the way down to load more.