Software /
code /
prosody-modules
Graph
-
mod_firewall: Assume empty list if file could not be loaded2018-08-19, by Matthew Wild
-
mod_candy: Remove, outdated. Consider mod_conversejs instead.2018-08-18, by Matthew Wild
-
mod_bookmarks: Require forgotten util.jid module.2018-08-18, by Emmanuel Gil Peyrot
-
mod_default_bookmarks: Add support for <password/>.2018-08-18, by Emmanuel Gil Peyrot
-
mod_default_bookmarks: Add support for trunk’s mod_pep.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: Expose publish_to_pep() to other modules.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: Fire empty and updated events, for other modules to use.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: Send back empty Private XML bookmarks on empty PEP bookmarks.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: Fix traceback on retrieval since ba0d444b64aa.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: Enforce publish_options since Prosody 249d90ff992e.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: Simplify last item retrieval thanks to Prosody b6ffd4f951b9.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep2018-08-18, by Emmanuel Gil Peyrot
-
mod_http_upload_external: share_v2.php: Comment out verbose debug logging2018-08-14, by Matthew Wild
-
mod_http_upload_external: share.php: Fix whitespace2018-08-14, by Matthew Wild
-
mod_http_upload_external: Update share.php and share_v2.php to allow cross-domain requests2018-08-14, by Matthew Wild
-
mod_s2s_auth_posh: Add a command for generating the JSON file2018-08-13, by Kim Alvefur
-
mod_auth_http_cookie: Also try to get HTTP request from WebSocket session2018-08-10, by Kim Alvefur
-
mod_auth_http_cookie: Try to get HTTP request from array on BOSH sessions2018-08-10, by Kim Alvefur
-
mod_pep_vcard_png_avatar: Log error when used with new mod_pep, add compat with mod_pep_simple2018-08-09, by Matthew Wild
-
mod_pep_vcard_avatar: Log error when used with new mod_pep, add compat with mod_pep_simple2018-08-09, by Matthew Wild
-
mod_watchuntrusted: Add option to ignore domains2018-08-08, by Michel Le Bihan
-
mod_e2e_policy: Always add the 'to' in warning stanzas2018-08-08, by Michel Le Bihan
-
mod_smacks: Improve logging on resume so session changes are more easily tracked2018-08-08, by Matthew Wild
-
mod_statistics: Split module:shared() into multiple calls, multiple params may be deprecated soon2018-08-07, by Matthew Wild
-
mod_http_upload_external: share.php: Use hash_equals() if available to protect against timing attack2018-08-07, by Matthew Wild
-
mod_pep_vcard_avatar: Does not work with trunk anymore2018-08-04, by Kim Alvefur
-
mod_adhoc_dataforms_demo/README: Set a summary2018-08-03, by Kim Alvefur
-
mod_adhoc_dataforms_demo: Silence warning about unused argument [luacheck]2018-08-03, by Kim Alvefur
-
mod_adhoc_test -> mod_adhoc_dataforms_demo2018-08-03, by Kim Alvefur
-
mod_adhoc_test: A module to test dataforms generation and rendering2018-08-03, by Kim Alvefur
-
mod_omemo_all_access: Add compatibility with mod_pep_simple2018-08-03, by Matthew Wild
-
mod_omemo_all_access: Log error when used with incompatible mod_pep2018-08-03, by Matthew Wild
-
mod_profile: Abort if mod_pep doesn't appear to be the former mod_pep_plus2018-08-02, by Kim Alvefur
-
mod_profile: Update for mod_pep_plus rename2018-08-02, by Kim Alvefur
-
mod_s2s_auth_posh: Beginnings of a README2018-02-19, by Kim Alvefur
-
mod_s2s_auth_posh: Normalize code formatting2018-01-28, by Kim Alvefur
-
mod_s2s_auth_posh: Abort if no fingerprints are found2017-12-21, by Kim Alvefur
-
mod_s2s_auth_posh: Remove commented out line2017-12-21, by Kim Alvefur
-
mod_s2s_auth_posh: Skip POSH if session certificate is already valid2017-12-21, by Kim Alvefur
-
mod_s2s_auth_posh: Remove commented out imports2017-12-21, by Kim Alvefur
-
mod_s2s_auth_posh: Cache tweak2017-12-21, by Kim Alvefur
-
mod_s2s_auth_posh: Changes done outside of version control during 2014-20172017-03-15, by Kim Alvefur
-
mod_s2s_auth_posh: PKIX over Secure HTTP2014-05-21, by Kim Alvefur
-
mod_firewall: Add a missing space after a comma in the README.2018-08-01, by Emmanuel Gil Peyrot
-
mod_pastebin: Make first line and URL more clearly separated2018-07-31, by Kim Alvefur
-
mod_lib_ldap: assert() connection for hopefully better error reporting (thanks adac)2018-07-26, by Matthew Wild
-
mod_profile: Remove purging of previous PEP data, should no longer be needed2018-07-24, by Kim Alvefur
-
mod_profile: Bump priority of xep153 hook to surely run before mod_presence2018-07-24, by Kim Alvefur
-
mod_profile: Correctly add avatar hash2018-07-24, by Kim Alvefur
-
mod_profile: Add xmlns on <item> in order to pass item validation in mod_pubsub2018-07-24, by Kim Alvefur
-
mod_profile: Refactor wrapping of payloads in <item>2018-07-24, by Kim Alvefur
-
mod_http_upload_external/README: Add Perl implementation by Holger to list2018-07-18, by Kim Alvefur
-
Backed out parts of changeset a81456a137972018-07-18, by Kim Alvefur
-
mod_profile: Skip injecting xep153 into presence for sessions with no username2018-07-13, by Kim Alvefur
-
mod_profile: Add support for XEP-03982018-07-12, by Kim Alvefur
-
mod_profile: Add copyright header2018-07-12, by Kim Alvefur
-
mod_profile: Fix typo2018-07-12, by Kim Alvefur
-
mod_presence_cache: Forget cached presence on s2s close2018-07-12, by Kim Alvefur
-
mod_checkcerts: Note about apparent incompatibility with >=0.10.x2018-07-12, by Kim Alvefur
-
mod_profile: Ignore shadowed variable name2018-07-12, by Kim Alvefur
-
mod_profile: Reformat README2018-07-12, by Kim Alvefur
-
mod_pep_vcard_avatar: Normalize syntax in README2018-07-12, by Kim Alvefur
-
mod_pep_vcard_avatar: Mention XEP-3982018-07-12, by Kim Alvefur
-
mod_pep_vcard_avatar: Advertise XEP-0398 feature2018-07-12, by Kim Alvefur
-
mod_http_upload: use correct error condition2018-07-08, by Jonas Wielicki
-
mod_pubsub_stats: Pass configuration to disable persistence and limit number of items2018-07-07, by Kim Alvefur
-
various/README: Add a Statistics label2018-07-05, by Kim Alvefur
-
mod_muc_badge: Use room name instead of fixed string (beware the silly width calculations)2018-07-04, by Kim Alvefur
-
mod_muc_badge: Simplify SVG2018-07-04, by Kim Alvefur
-
mod_smacks_noerror: Add ability to silence errors if mod_offline is disabled2018-07-02, by tmolitor
-
mod_statistics_statsman: Remove duplicate import [luacheck]2018-07-02, by Kim Alvefur
-
mod_statistics_statsman: Ignore that we discard incoming data [luacheck]2018-07-02, by Kim Alvefur
-
mod_http_external: Link to prosody-filer (Go implementation)2018-07-02, by Matthew Wild
-
mod_http_upload_external: Reduce slot request log level from info to debug for privacy improvement2018-07-02, by Matthew Wild
-
mod_http_upload_external: Fix to read content-type from correct place in stanza2018-07-02, by Matthew Wild
-
mod_http_upload_external: Log file type and size2018-07-02, by Matthew Wild
-
share_v2.php: Remove content-disposition if mime type is set2018-07-02, by Matthew Wild
-
share_v2.php: Add error logging2018-07-02, by Matthew Wild
-
share_v2.php: Fix syntax errors2018-07-02, by Matthew Wild
-
share_v2.php: Fix array keys2018-07-02, by Matthew Wild
-
mod_pubsub_stats: Include namespace on pubsub items (fixes use with trunk)2018-07-02, by Kim Alvefur
-
mod_statistics_statsman/README: Fix typo in link2018-06-28, by Kim Alvefur
-
mod_statistics_statsman: Streaming access to statsmanager2018-06-28, by Kim Alvefur
-
mod_pubsub_stats: Remove unused import of util.datetime2018-06-28, by Kim Alvefur
-
mod_pubsub_stats: Add a brief README2018-06-28, by Kim Alvefur
-
mod_s2s_whitelist: Add a README2018-06-28, by Kim Alvefur
-
mod_s2s_blacklist: Add a README2018-06-28, by Kim Alvefur
-
mod_pubsub_post/README: Describe what happens to different data types2018-06-27, by Kim Alvefur
-
mod_pubsub_post/README: Affiliation management in trunk now2018-06-27, by Kim Alvefur
-
mod_pubsub_post: Rename README so it gets picked up by the site generator2018-06-27, by Kim Alvefur
-
mod_smacks: Reduce unacked stanza log message from warn->debug2018-06-26, by Matthew Wild
-
mod_prometheus: Expose min, max and average when available.2018-06-25, by Emmanuel Gil Peyrot
-
mod_slack_webhooks: Add a special webhook target for debugging2018-06-03, by Kim Alvefur
-
mod_slack_webhooks: Forward info about clicked button to hook2018-06-03, by Kim Alvefur
-
mod_slack_webhooks: Add support for buttons2018-06-03, by Kim Alvefur
-
mod_muc_badge/README: Add a possible future thing to do2018-06-23, by Kim Alvefur
Scroll all the way down to load more.