Software /
code /
prosody-modules
Graph
-
mod_sasl2_sm: Fix event field name2022-09-03, by Matthew Wild
-
mod_sasl2_sm: Fix typo2022-09-03, by Matthew Wild
-
mod_sasl2_bind2: Fix event name2022-09-03, by Matthew Wild
-
mod_sasl2_bind2: Use correct method to get text2022-09-03, by Matthew Wild
-
mod_sasl2_bind2: Fix namespace (thanks Daniel)2022-09-03, by Matthew Wild
-
mod_sasl2_sm: Integration with mod_sasl2_bind22022-09-02, by Matthew Wild
-
mod_sasl2_bind: Support for Bind 2.0 with SASL22022-09-02, by Matthew Wild
-
mod_sasl2: Add event for other modules to advertise inline features2022-09-02, by Matthew Wild
-
mod_sasl2_sm: Use a stanza method that actually exists2022-08-29, by Matthew Wild
-
mod_sasl2_sm: Experimental mod_isr alternative2022-08-29, by Matthew Wild
-
mod_sasl2: Fix handling of various failure/error cases2022-08-29, by Matthew Wild
-
mod_isr: XEP-0397: Instant Stream Resumption2022-08-28, by Matthew Wild
-
mod_sasl2: Include additional-data in SASL success response2022-08-28, by Matthew Wild
-
mod_watch_spam_reports: Fix traceback due to misplaced parenthesis (thanks Menel)2022-08-28, by Kim Alvefur
-
mod_sasl2: Eventually return true from success handler2022-08-28, by Matthew Wild
-
mod_sasl2: Return true to indicate challenge was handled successfully2022-08-28, by Matthew Wild
-
mod_sasl2: Fix <challenge> generation2022-08-28, by Matthew Wild
-
mod_sasl2: Return status from event handlers2022-08-28, by Matthew Wild
-
mod_admin_blocklist: Add config option for which role(s) to consider (0.12+)2022-08-27, by Kim Alvefur
-
mod_admin_blocklist: Fix traceback due to misplaced parenthesis2022-08-27, by Kim Alvefur
-
mod_muc_ban_ip: Support for service-wide IP bans from trusted services2022-08-26, by Matthew Wild
-
mod_register_apps: add monal iOS and macOS versions2022-08-25, by tmolitor
-
mod_auth_imap: Remove unused variable [luacheck]2022-08-24, by Kim Alvefur
-
mod_auth_imap: Fix packaging2022-08-24, by Kim Alvefur
-
mod_muc_bot/README: Update to account for 0.12 going stable2022-08-24, by Kim Alvefur
-
mod_restrict_xmpp: Treat archive query as a read despite using iq-set2022-08-22, by Kim Alvefur
-
mod_restrict_xmpp: XMPP-layer access control using Prosody's permissions API2022-08-22, by Matthew Wild
-
Merge role-auth2022-08-22, by Matthew Wild
-
*/README: Update compatibility info of modules still using legacy is_admin API2022-08-22, by Matthew Wild
-
mod_http_oauth2: Update for new new role API2022-08-18, by Matthew Wild
-
mod_http_admin_api: Update for new new role API2022-08-18, by Matthew Wild
-
mod_isolate_host: Switch to module:may() (back compatible via compat_roles)2022-08-15, by Matthew Wild
-
.luacheckrc: Update for module:may() & co.2022-08-15, by Matthew Wild
-
mod_firewall: Update for role-auth (backwards compatible)2022-08-11, by Matthew Wild
-
mod_rest: Update for mod_tokenauth API changes (backwards-compatible)2022-07-13, by Matthew Wild
-
mod_invites_adhoc: Update for Prosody's new role API (backwards-compatible)2022-07-13, by Matthew Wild
-
mod_http_xep227: Updates for new mod_tokenauth (trunk/0.13 only)2022-07-13, by Matthew Wild
-
mod_http_oauth2: Updates for Prosody's new role API (backwards-compatible)2022-07-13, by Matthew Wild
-
mod_http_admin_api: Updates for new role auth API in Prosody (trunk/0.13 only)2022-07-13, by Matthew Wild
-
mod_cloud_notify: Rename field in event for clarity ('node' is ambiguous here)2022-07-13, by Matthew Wild
-
mod_sentry: Log warning when server returns unexpected response2022-07-13, by Matthew Wild
-
mod_http_muc_log: Use stanza:find to save a few bytes2022-08-15, by Kim Alvefur
-
mod_http_muc_log: Use XEP-0421 ID over nickname for XEP-03082022-08-15, by Kim Alvefur
-
mod_http_muc_log: Use XEP-0359 ID if available2022-08-15, by Kim Alvefur
-
mod_http_muc_log: Rename variable for improved clarity2022-08-15, by Kim Alvefur
-
mod_http_muc_log: Remove dead code2022-08-15, by Kim Alvefur
-
mod_rest: Fill in 'type' field in error registry2022-08-15, by Kim Alvefur
-
mod_http_muc_log: Link to replied-to message using XEP-0461: Message Replies2022-08-12, by Kim Alvefur
-
mod_http_muc_log: Mention relevant XEPs in comments2022-08-12, by Kim Alvefur
-
mod_rest: Add JSON mapping for XEP-0461: Message Replies2022-08-12, by Kim Alvefur
-
mod_compat_roles/README: Fix yaml syntax in metadata block2022-08-11, by Kim Alvefur
-
mod_compat_roles: New module providing compat shim for trunk's new role API2022-08-11, by Matthew Wild
-
mod_muc_badge: If room has no title use localpart of room's jid (fixes #1767)2022-08-02, by Citronalco
-
mod_s2s_smacks_timeout: Use mod_smacks to close stale s2s connections2022-08-03, by Kim Alvefur
-
replaced 'session' with 'origin' in push_disable2022-07-30, by arcseconds
-
mod_default_bookmarks: Fix support for array of string config in bookmarks 2 part (thanks Menel)2022-07-29, by Kim Alvefur
-
mod_default_bookmarks: Bail on empty 'default_bookmarks' to fix traceback2022-07-25, by Kim Alvefur
-
mod_log_http: Undo mistake in 456b9f608fcf2022-07-21, by Kim Alvefur
-
various: Improve error reporting if missing file server module on 0.122022-07-18, by Kim Alvefur
-
various: Use 0.12+ API for serving files from the file system over HTTP2022-07-18, by Kim Alvefur
-
mod_log_json: Prefer native Lua table.pack over Prosody util.table one2022-07-11, by Kim Alvefur
-
mod_http_muc_log: Improve accessibility with descriptive @title attrs2022-07-06, by Kim Alvefur
-
mod_http_muc_log: Move OOB style from attribute to <style> in header2022-07-06, by Kim Alvefur
-
luacheck: Update with changes from Prosody 0.122022-07-05, by Kim Alvefur
-
mod_http_muc_log: Drop support for pre-0.11 MUC API2022-07-02, by Kim Alvefur
-
mod_csi_battery_saver: Add support for urn:xmpp:jingle-message:1 (XEP-0353)2022-07-02, by tmolitor
-
mod_cloud_notify: Compat for prosody 0.122022-07-02, by tmolitor
-
mod_firewall: README: Fix grammar and further improve wording2022-06-28, by Matthew Wild
-
mod_firewall: README: Clarify when storage access can occur with roster checks2022-06-28, by Matthew Wild
-
mod_firewall: README: Correct mention of 'JUMP_CHAIN' to 'JUMP CHAIN'2022-06-28, by Matthew Wild
-
mod_ping_muc/README: Update Compatibility section for 0.12 going stable2022-06-27, by Kim Alvefur
-
mod_http_muc_log: Show XEP-0444 reactions2022-06-26, by Kim Alvefur
-
mod_muc_restrict_media: Don't apply restriction to affiliated users2022-06-20, by Kim Alvefur
-
mod_pubsub_post/README: Update references to trunk with release numbers2022-06-14, by Kim Alvefur
-
mod_muc_ping: Remove since Prosody mod_muc 0.11+ covers this natively2022-06-13, by Kim Alvefur
-
mod_rest: Add various things to openapi spec2022-06-05, by Kim Alvefur
-
mod_rest: Add some descriptive details to schema2022-06-05, by Kim Alvefur
-
mod_profile: Obsolete. Remove. Redirect to mod_vcard_legacy2022-05-30, by Kim Alvefur
-
mod_http_admin_api: Update for 0.12 changes to mod_smacks2022-05-29, by Kim Alvefur
-
mod_rest: Provide a log function on temporary session2022-05-29, by Kim Alvefur
-
merge upstream2022-05-28, by Goffi
-
mod_delegation: use clean_xmlns to remove jabber:client namespace from node:2022-05-28, by Goffi
-
mod_rest: Add an example OAuth client (needs mod_http_oauth2)2022-05-28, by Kim Alvefur
-
mod_muc_occupant_id: Update Compatibility to mention being built-in in 0.122022-05-28, by Kim Alvefur
-
mod_muc_auto_reserve_nicks: Force refresh of nickname (thanks phryk)2022-05-22, by Kim Alvefur
-
mod_rest: Add mapping of XEP-0380: Explicit Message Encryption2022-05-22, by Kim Alvefur
-
mod_rest: Document /archive/ in openapi spec2022-05-21, by Kim Alvefur
-
mod_rest: Treat archive.ids as comma-separated to work in query string2022-05-21, by Kim Alvefur
-
mod_reload_modules: Be aware of component module (thanks Menel)2022-05-21, by Kim Alvefur
-
mod_onions: Fix for bitop with Lua 5.42022-05-20, by moparisthebest
-
mod_net_proxy: Fix for bitop with Lua 5.42022-05-20, by moparisthebest
-
mod_rest: Fix attempt to index nil in handling of single iq response2022-05-17, by Kim Alvefur
-
mod_rest: Ensure MAM result-iq is included in results from remote hosts2022-05-16, by Kim Alvefur
-
mod_rest: Add special handling to catch MAM results from remote hosts2022-05-16, by Kim Alvefur
-
mod_auth_dovecot: Fix compat with Lua 5.2+ move of unpack() (thanks Tom)2022-05-14, by Kim Alvefur
-
mod_auth_dovecot: Add luarocks metadata to make automatic packaging work2022-05-14, by Kim Alvefur
-
upstream merge2022-05-11, by Goffi
-
mod_privilege: update to v0.4:2022-05-11, by Goffi
-
mod_rest: Fix 'format' property in schema2022-04-29, by Kim Alvefur
-
mod_rest: Expand mapping of XEP-0045 join stanza2022-04-29, by Kim Alvefur
-
mod_audit: make the extension of the module API less of a hack2022-04-26, by Jonas Schäfer
-
mod_audit*: fix luacheck warnings2022-04-26, by Jonas Schäfer
-
mod_audit*: modules for audit logging in prosody2022-04-26, by Jonas Schäfer
-
mod_s2soutinjection: Rewrite based on mod_onions for 0.12 compat (thanks Zash)2022-04-25, by moparisthebest
-
mod_http_muc_log: Fix exception on lack of trailing slash in room path2022-04-22, by Kim Alvefur
-
mod_rest: Fix description of extdisco endpoint (thanks MattJ)2022-04-18, by Kim Alvefur
-
mod_rest/apidemo: Don't show traceback to users on config/resource problem2022-04-17, by Kim Alvefur
-
mod_rest: Add some notes about custom disco#info mapping code2022-04-17, by Kim Alvefur
-
mod_auth_cyrus: Adjust module import to work with repo clone - Fix #17442022-04-17, by Kim Alvefur
-
mod_http_admin_api: Indicate whether a given push registration uses encryption2022-04-11, by Matthew Wild
-
mod_http_admin_api: Fix client -> client_id (the actual field name)2022-04-11, by Matthew Wild
-
mod_http_oauth2/README: Update Compatibility section to mention 0.122022-04-10, by Kim Alvefur
-
mod_rest: Add configuration of which stanzas to route to callback2022-04-08, by Kim Alvefur
-
mod_rest: Improve logging of results from callback startup probe2022-04-08, by Kim Alvefur
-
mod_rest: Support parameters in callback URL2022-04-08, by Kim Alvefur
-
mod_rest/README: Mention the OPTIONS probe fired at the callback2022-04-08, by Kim Alvefur
-
mod_rest: Improve error handling during format mapping2022-04-07, by Kim Alvefur
-
mod_rest: Catch and coerce errors in echo endpoint2022-04-07, by Kim Alvefur
-
mod_rest: Move most of XEP-0432 handling into JSON mapping schema2022-04-07, by Kim Alvefur
-
mod_rest/jsonmap: Fix indentation2022-04-07, by Kim Alvefur
-
mod_conversejs: Bump Copyright year2022-04-04, by Kim Alvefur
-
mod_conversejs: Remove plugin installer dependency on mod_bookmarks2022-04-04, by Kim Alvefur
-
mod_register_web: Include HTML templates in rock (thanks unbunt)2022-03-30, by Kim Alvefur
-
mod_bookmarks2: Ignore failure to delete nothing (thanks Ge0rG)2022-03-24, by Kim Alvefur
-
mod_vjud: Add permission parameter "any" for compatibility with 0.12 (fixes #1720)2022-03-19, by Matthew Wild
-
mod_adhoc_account_management: Add compatibility with 0.12 permission string (thanks mirux)2022-03-19, by Matthew Wild
-
mod_onions: Add comment explaining s2s-check-certificate handler2022-03-17, by Matthew Wild
-
mod_invites_register: Push invitee contact entry to inviter (Thanks gerald)2022-03-15, by Kim Alvefur
-
mod_http_upload: Update compatibility information2022-03-08, by Matthew Wild
-
mod_muc_restrict_media: Fix traceback when checking default (thanks Martin)2022-03-04, by Matthew Wild
-
mod_muc_restrict_media: Fix logic inversion on default value2022-03-04, by Matthew Wild
-
mod_cloud_notify_encrypted: Linkify dependencies2022-02-23, by Kim Alvefur
-
mod_ping_muc: Fix typo in README2022-02-22, by Kim Alvefur
-
mod_portcheck: Don't rewrite '*' to '0.0.0.0' since Prosody doesn't2022-02-22, by Kim Alvefur
-
mod_muc_moderation: Update Clients section (+ Gajim, clix)2022-02-20, by Kim Alvefur
-
mod_portcheck: Include '*' in allowed characters so '*:port' works2022-02-19, by Kim Alvefur
-
mod_graceful_shutdown: Add a banner saying no longer needed with trunk2022-02-18, by Kim Alvefur
-
mod_portcheck: Shell command to check if ports are open2022-02-18, by Kim Alvefur
-
mod_dnsupdate: Add a --remove option to delete all SRV records2022-02-17, by Kim Alvefur
-
mod_turn_external: Fix type of config option (thanks mirux)2022-02-15, by Kim Alvefur
-
mod_turn_external: Import from prosody trunk @ ed23bbf3b9462022-02-14, by Matthew Wild
-
mod_graceful_shutdown: Close multiplex ports2022-02-11, by Kim Alvefur
-
mod_graceful_shutdown: Deactivate direct TLS c2s along with plain c2s2022-02-11, by Kim Alvefur
-
mod_conversejs: Revert back to depending on mod_bookmarks2022-02-09, by Kim Alvefur
-
mod_bookmarks2: Remove conflict check with mod_bookmarks2022-02-09, by Kim Alvefur
-
mod_rest: Add XEP-0363 HTTP Upload to schemas2022-02-08, by Kim Alvefur
-
mod_rest: Ensure mod_http is loaded before API demo2022-02-08, by Kim Alvefur
-
mod_ping_muc: Remove 'kick' status code2022-02-07, by Kim Alvefur
-
mod_bookmarks: Add a stub that loads mod_bookmarks22022-02-05, by Kim Alvefur
-
mod_bookmarks: Use autolink to mod_bookmarks22022-02-05, by Kim Alvefur
-
mod_bookmarks: Also link to mod_bookmarks included with Prosody (trunk)2022-02-05, by Kim Alvefur
-
mod_pubsub_feeds: Allow but ignore XML comments and processing instructions2022-02-04, by Kim Alvefur
-
mod_dnsupdate: Fix typo2022-02-04, by Kim Alvefur
-
mod_invites_page: Fix templates including stray inviter name (thanks Menel)2022-02-02, by Kim Alvefur
-
misc/lnav: Attempt at log format description for lnav2022-01-31, by Kim Alvefur
-
mod_vcard_muc: Add a summary to improve SEO2022-01-21, by Kim Alvefur
-
mod_measure_process: Handle unlimited FD limits2022-01-18, by Kim Alvefur
-
mod_measure_process: Report the enforced limit2022-01-18, by Kim Alvefur
-
mod_http_xep227: Add support for import via APIs rather than direct store manipulation2022-01-18, by Matthew Wild
-
mod_pubsub_summary: Fix typo in example2022-01-18, by Kim Alvefur
-
mod_pubsub_summary: Add stub documentation2022-01-18, by Kim Alvefur
-
mod_http_xep227: Fix typo in method name2022-01-16, by Matthew Wild
-
mod_http_xep227: Correctly read selected stores from URL query part2022-01-16, by Matthew Wild
-
mod_http_xep227: Handle nil/errors opening archive stores2022-01-16, by Matthew Wild
-
mod_http_xep227: Don't require admin privileges to use import/export2022-01-16, by Matthew Wild
-
mod_http_xep227: Initialize XEP-0227 XML2022-01-15, by Matthew Wild
-
mod_http_xep227: Fix validation of resulting export XML2022-01-15, by Matthew Wild
-
mod_http_xep227: Fix luacheck warnings2022-01-15, by Matthew Wild
-
mod_bookmarks2: Skip send_last_published_item (unavailable in 0.11) (thanks carlos)2022-01-14, by Kim Alvefur
-
mod_http_xep227: New module providing HTTP API for account data import/export2022-01-12, by Matthew Wild
-
mod_default_bookmarks: Silence warning when probing for mod_bookmarks version2022-01-10, by Kim Alvefur
-
mod_groups_muc_bookmarks: restore bookmark injection on empty store2022-01-09, by Jonas Schäfer
-
mod_groups_muc_bookmarks: fix typo/leftover from refactor2022-01-09, by Jonas Schäfer
-
mod_groups_muc_bookmarks: Switch to XEP-04022022-01-08, by Kim Alvefur
-
mod_default_bookmarks: Improve validation2022-01-08, by Kim Alvefur
-
mod_default_bookmarks: Add support for XEP-0402 via mod_bookmarks(2)2022-01-08, by Kim Alvefur
-
mod_default_bookmarks: Minor refactor to do some checks earlier2022-01-08, by Kim Alvefur
-
mod_default_bookmarks: Use whichever of mod_bookmarks and mod_bookmarks2 is enabled2022-01-07, by Kim Alvefur
-
mod_default_bookmarks: Fix mod_bookmarks capability check2022-01-07, by Kim Alvefur
-
mod_conversejs: Reduce mod_bookmarks dependency to a warning2022-01-07, by Kim Alvefur
-
mod_default_bookmarks: Abort on incompatible mod_bookmarks2022-01-07, by Kim Alvefur
-
mod_tcpproxy: Reject missing or non-number block-size, as per XEP-00472022-01-07, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Update Compatibility table2022-01-06, by Kim Alvefur
-
mod_bookmarks2: Add a notice of inclusion in prosody-trunk2022-01-06, by Kim Alvefur
-
mod_bookmarks2: Override the node configuration if it was wrong2022-01-05, by Emmanuel Gil Peyrot
-
mod_conversejs: Try to depend on mod_bookmarks in trunk else mod_bookmarks22022-01-05, by Kim Alvefur
-
Back out ad7767a9f3ea2022-01-04, by Kim Alvefur
-
mod_bookmarks: So long, and thanks for all the fish!2022-01-04, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Fix check for max_items=max support2022-01-04, by Kim Alvefur
-
mod_bookmarks2: Actually fix the right wrong codepath2022-01-04, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Remove wrong codepath (thanks luacheck!)2022-01-04, by Emmanuel Gil Peyrot
Scroll all the way down to load more.