Software /
code /
prosody-modules
Graph
-
mod_delegation: Simplify iq handling by hooking on iq-get/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
mod_readonly: Simplify iq handling by hooking on iq-set/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
mod_ipcheck: Simplify iq handling by hooking on iq-get/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: Simplify iq handling by hooking on the full payload tag instead of iq/full.2018-08-24, by Emmanuel Gil Peyrot
-
mod_client_certs: Simplify iq handling by hooking on iq-get/ and iq-set/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
mod_group_bookmarks: Remove unused requires.2018-08-24, by Emmanuel Gil Peyrot
-
mod_pubsub_github: Remove unused import [luacheck]2018-08-24, by Kim Alvefur
-
mod_pubsub_github: Add support for signed requests2018-08-24, by Kim Alvefur
-
mod_pubsub_github: Unpack request from event2018-08-24, by Kim Alvefur
-
mod_group_bookmarks: Add my copyright.2018-08-24, by Emmanuel Gil Peyrot
-
mod_group_bookmarks: Return early when the key is not bookmarks.2018-08-24, by Emmanuel Gil Peyrot
-
mod_group_bookmarks: Use iq-get event instead of checking for stanza.attr.type == "get".2018-08-24, by Emmanuel Gil Peyrot
-
mod_group_bookmarks: Remove duplicated requires.2018-08-24, by Emmanuel Gil Peyrot
-
mod_pubsub_github/README: Note that it might work with Gitlab as well2018-08-24, by Kim Alvefur
-
mod_atom: Add a brief README2018-08-24, by Kim Alvefur
-
mod_pubsub_post/README: Add a heading for affiliation related text2018-08-24, by Kim Alvefur
-
mod_pubsub_post: Ensure actor is non-nil (catch inability to determine IP or simliar)2018-08-24, by Kim Alvefur
-
mod_pubsub_post: Start with actor unset2018-08-24, by Kim Alvefur
-
mod_bookmarks: Use the new item-published/<node> event.2018-08-21, by Emmanuel Gil Peyrot
-
mod_profile: Only replace avatar update hash if one is found2018-08-21, by Kim Alvefur
-
mod_profile: Only retrieve the last avatar hash from PEP2018-08-21, by Kim Alvefur
-
mod_pubsub_text_interface: Ignore whitespace after all commands2018-08-20, by Kim Alvefur
-
mod_pubsub_text_interface: Rename variable to avoid name clash [luacheck]2018-08-20, by Kim Alvefur
-
mod_pubsub_text_interface: Fix chain that accidentally produced nested <body>2018-08-20, by Kim Alvefur
-
mod_pubsub_text_interface: Generate a stanza id for replies2018-08-20, by Kim Alvefur
-
mod_profile: Pass item id onto pubsub container element2018-08-20, by Kim Alvefur
-
mod_profile: Use type property over content identifiguesstimation2018-08-20, by Kim Alvefur
-
mod_pubsub_text_interface: Add a README2018-08-20, by Kim Alvefur
-
mod_pubsub_text_interface: A chat interface to PubSub2018-08-20, by Kim Alvefur
-
mod_pubsub_feeds: Include pubsub namespace on wrapper item as required by mod_pubsub2018-08-20, by Kim Alvefur
-
mod_atom: Update to the new mod_pep2018-08-20, by Kim Alvefur
-
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
Scroll all the way down to load more.