Mercurial > prosody-modules
graph
-
mod_auth_oauth_external: Support PLAIN via resource owner password grant2023-03-16, by Kim Alvefur
-
mod_auth_oauth_external: Authenticate against an OAuth 2 provider2023-03-16, by Kim Alvefur
-
mod_client_management: Fix import of util.error (not errors)23 months ago, by Kim Alvefur
-
mod_rest: Implement use of refresh tokens in rest.sh example23 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix error due to reference loop when using refresh token23 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix table index error when using refresh token23 months ago, by Kim Alvefur
-
mod_muc_http_defaults: Use the new set_subject API. Thanks John Livingston23 months ago, by Maxime “pep” Buquet
-
mod_service_outage_status: XEP-0455: Service Outage Status24 months ago, by Kim Alvefur
-
mod_http_oauth2: Support OpenID UserInfo claims24 months ago, by Kim Alvefur
-
mod_http_oauth2: Add some debug logging for UserInfo endpoint24 months ago, by Kim Alvefur
-
mod_http_oauth2: Correct error code when missing credentials for userinfo24 months ago, by Kim Alvefur
-
mod_rest: Get correct type from config24 months ago, by Kim Alvefur
-
mod_http_debug: Module that echos back HTTP request info for debugging24 months ago, by Kim Alvefur
-
mod_rest: Allow passing configuring a timeout for <iq> responses24 months ago, by Kim Alvefur
-
mod_audit: Add expiration of entries, and handling of full archive stores24 months ago, by Matthew Wild
-
mod_rest/rest.sh: Update 'client_uri' to module page24 months ago, by Kim Alvefur
-
mod_rest/rest.sh: List dependencies in comment24 months ago, by Kim Alvefur
-
mod_http_oauth2/README: Add rest.sh to known implementations24 months ago, by Kim Alvefur
-
mod_audit: Add 'note' column24 months ago, by Matthew Wild
-
mod_audit: Improve filtering options and add documentation to README24 months ago, by Matthew Wild
-
mod_audit: Add some control over output columns via command-line flags24 months ago, by Matthew Wild
-
mod_audit_status: Include shutdown reason in log entry24 months ago, by Matthew Wild
-
mod_audit: Let util.human.io pick a suitable default width24 months ago, by Matthew Wild
-
mod_audit: Use proportional columns in table output24 months ago, by Matthew Wild
-
mod_audit: Fix iteration of custom payloads to use ipairs24 months ago, by Matthew Wild
-
mod_audit_status: New module to log server status to audit log24 months ago, by Matthew Wild
-
mod_audit: Display most recent entries first, rather than showing oldest24 months ago, by Matthew Wild
-
mod_audit: Minor style nit24 months ago, by Matthew Wild
-
mod_audit: Allow caller to specify time of the event24 months ago, by Matthew Wild
-
mod_http_oauth2/README: Link to mod_rest24 months ago, by Kim Alvefur
-
mod_http_oauth2/README: Link to OAuth and OIDC sites24 months ago, by Kim Alvefur
-
mod_client_management: README: Update docs to detail shell and XMPP interfaces24 months ago, by Matthew Wild
-
mod_http_oauth2: README: Updated documentation to reflect module status24 months ago, by Matthew Wild
-
mod_client_management: Add list-clients + manage-clients permissions to users24 months ago, by Matthew Wild
-
mod_client_management: Add support for revoking client access via XMPP24 months ago, by Matthew Wild
-
mod_client_management: Improve representation of authentication methods24 months ago, by Matthew Wild
-
mod_client_management: Improve table output24 months ago, by Matthew Wild
-
mod_client_management: Fix user:clients() shell command to take a JID24 months ago, by Matthew Wild
-
mod_client_management: Use grant id from key24 months ago, by Matthew Wild
-
mod_client_management: Fail to revoke clients that have used passwords24 months ago, by Matthew Wild
-
mod_client_management: Add support for revocation of clients (when possible)24 months ago, by Matthew Wild
-
mod_client_management: Include client type in XML response listing24 months ago, by Matthew Wild
-
mod_sasl2_fast: Add API method to revoke FAST tokens for a given client24 months ago, by Matthew Wild
-
mod_cloud_notify_filters: Fix traceback when invalid JIDs are submitted24 months ago, by Matthew Wild
-
mod_client_management: Add XMPP and shell interfaces to fetch client list24 months ago, by Matthew Wild
-
.luacheckrc: Add module.once24 months ago, by Matthew Wild
-
mod_audit: Add a command to print the audit log on the command-line24 months ago, by Matthew Wild
-
mod_audit: Support for adding location (GeoIP) to audit events24 months ago, by Matthew Wild
-
mod_isolate_host: potentially pedantic optimization24 months ago, by Jonas Schäfer
-
mod_isolate_host: handle server-generated stanzas24 months ago, by Jonas Schäfer
-
mod_authz_delegate: make resistant against startup order issues24 months ago, by Jonas Schäfer
-
mod_client_management: New module for users to view/manage permitted clients2023-03-30, by Matthew Wild
-
mod_http_admin_api: Add roles to user schema in openapi2023-03-30, by Kim Alvefur
-
mod_http_admin_api: Fix types of numbers in openapi spec2023-03-30, by Kim Alvefur
-
Merge accidental extra head2023-03-29, by Kim Alvefur
-
mod_vcard_muc: take roles into account for access check2023-03-29, by Jonas Schäfer
-
mod_authz_delegate: introduce module to "link" authorization of hosts2023-03-29, by Jonas Schäfer
-
mod_authz_delegate: introduce module to "link" authorization of hosts2023-03-29, by Jonas Schäfer
-
mod_sasl2_fast: Add an API that allows modules to check if a client has FAST2023-03-29, by Matthew Wild
-
mod_sasl2_fast: Add flag to FAST sasl_handler for easier identification2023-03-29, by Matthew Wild
-
mod_sasl2_fast: Fix harmless off-by-one error (invalidates existing tokens!)2023-03-29, by Matthew Wild
-
mod_http_admin_api: Fix missing import2023-03-28, by Kim Alvefur
-
mod_http_admin_api: Tweak token session to please module:may()2023-03-28, by Kim Alvefur
-
mod_sasl2_fast: Invalidate tokens issued prior to last password change2023-03-28, by Matthew Wild
-
mod_rest: Add an example bash script for using mod_rest2023-03-27, by Kim Alvefur
-
mod_http_oauth2: Update to use new API of Prosody mod_tokenauth @ 601d9a375b862023-03-27, by Matthew Wild
-
mod_http_oauth2: Add support for refresh tokens2023-03-24, by Matthew Wild
-
mod_http_oauth2: Declare additional client registration fields as strings2023-03-26, by Kim Alvefur
-
mod_http_oauth2: Stricten check of urlencoded form data2023-03-26, by Kim Alvefur
-
mod_http_oauth2: Pedantic optimization2023-03-26, by Kim Alvefur
-
mod_pubsub_feeds: Fix packaging of support library for installer2023-03-25, by Kim Alvefur
-
mod_muc_rtbl: Handle node purge2023-03-17, by Kim Alvefur
-
mod_http_oauth2: Fix traceback on missing 'scope' parameter2023-03-23, by Kim Alvefur
-
mod_http_oauth2: Focus username field automatically2023-03-23, by Kim Alvefur
-
mod_http_oauth2: Allow user to decide which requested scopes to grant2023-03-23, by Kim Alvefur
-
mod_http_oauth2: Use <fieldset> in templates because it looks nice2023-03-23, by Kim Alvefur
-
mod_rest: Update prosody_oauth.py example to non-legacy OAuth22023-03-23, by Kim Alvefur
-
mod_http_oauth2: Remove another reference to obsolete function2023-03-21, by Kim Alvefur
-
mod_http_oauth2: Relax payload content type checking in revocation2023-03-21, by Kim Alvefur
-
mod_http_oauth2: Remove now unused code2023-03-21, by Kim Alvefur
-
mod_http_oauth2: Allow revoking a token without OAuth client credentials2023-03-21, by Kim Alvefur
-
mod_http_oauth2: Correctly verify OAuth client credentials on revocation2023-03-21, by Kim Alvefur
-
mod_http_oauth2: Group metadata section into OAuth and OpenID2023-03-21, by Kim Alvefur
-
mod_http_oauth2: Rename oauth client credential related functions2023-03-21, by Kim Alvefur
-
mod_sasl2: Pull user-agent info into sasl_handler for later reference2023-03-21, by Matthew Wild
-
mod_adhoc_oauth2_client: Update to call into mod_http_oauth22023-03-19, by Kim Alvefur
-
mod_http_oauth2: Refactor to allow reuse of OAuth client creation2023-03-19, by Kim Alvefur
-
mod_http_oauth2: Fix userinfo status code off-by-one2023-03-16, by Kim Alvefur
-
mod_http_oauth2: Implement and return ID Token in authorization code flow2023-03-16, by Kim Alvefur
-
mod_http_oauth2: Reject non-local hosts in more code paths2023-03-16, by Kim Alvefur
-
mod_http_oauth2: Add support for the "openid" scope2023-03-16, by Kim Alvefur
-
mod_http_oauth2: Prepare to handle multiple e.g. non-role scopes2023-03-16, by Kim Alvefur
-
mod_adhoc_oauth2_client: Make note in README about current broken state2023-03-16, by Kim Alvefur
-
mod_http_oauth2: Fix attempt to index a boolean value2023-03-15, by Kim Alvefur
-
mod_audit: Allow disabling IP logging, or limiting it to a prefix2023-03-14, by Matthew Wild
-
mod_audit: Include client id in audit log entries (if known)2023-03-14, by Matthew Wild
-
mod_sasl2: Fire authentication-{success,failure} events like mod_saslauth2023-03-14, by Matthew Wild
-
mod_http_oauth2: Record details of OAuth client a token is issued to2023-03-14, by Kim Alvefur
-
mod_http_oauth2: Invoke mod_http_errors to render error on invalid redirect2023-03-12, by Kim Alvefur
-
mod_http_oauth2: Validate all URIs against client_uri in client registration2023-03-12, by Kim Alvefur
-
mod_http_oauth2: Organize HTTP routes with comments2023-03-12, by Kim Alvefur
-
mod_http_oauth2: Fix validation of informative URIs2023-03-11, by Kim Alvefur
-
mod_http_oauth2: Use more compact IDs2023-03-11, by Kim Alvefur
-
mod_http_oauth2: Validate that informative URLs match the redirect URIs2023-03-11, by Kim Alvefur
-
mod_http_oauth2: Reject insecure redirect URIs2023-03-11, by Kim Alvefur
-
mod_http_oauth2: Validate that redirect URIs are absolute2023-03-11, by Kim Alvefur
-
mod_http_oauth2: Validate basic URI syntax of redirect URIs2023-03-11, by Kim Alvefur
-
mod_spam_report_forwarder: Forward spam/abuse reports to one or more JIDs2023-03-11, by Matthew Wild
-
mod_http_oauth2: Require URL to client informational page in registration2023-03-11, by Kim Alvefur
-
mod_http_oauth2: Reorder client metadata validation schema2023-03-11, by Kim Alvefur
-
mod_firewall: Add 'REPORT TO' to report (XEP-0377) a stanza to a specified JID2023-03-11, by Matthew Wild
-
mod_firewall: README: Clarify docs about some of the stanza processing actions2023-03-11, by Matthew Wild
-
mod_firewall: Warn about invalid pubsubitemid list specification2023-03-11, by Matthew Wild
-
mod_firewall: Fix parsing of pubsubitemid list specification2023-03-11, by Matthew Wild
-
mod_http_oauth2: Fix to disable disabled response handlers correctly2023-03-10, by Kim Alvefur
-
mod_http_oauth2: Log flows enabled and disabled2023-03-10, by Kim Alvefur
-
mod_http_oauth2: Fix appending of query parts in error redirects2023-03-10, by Kim Alvefur
-
mod_http_oauth2: Implement the OpenID userinfo endpoint2023-03-09, by Kim Alvefur
-
mod_http_oauth2: Close site header tags2023-03-09, by Kim Alvefur
-
mod_http_oauth2: Fix contrast of links on consent page2023-03-07, by Kim Alvefur
-
mod_http_oauth2: token endpoint: handle missing credentials2023-03-07, by Matthew Wild
-
mod_http_oauth2: Fail early when no authorization header present2023-03-07, by Matthew Wild
-
mod_http_oauth2: Support HTTP Basic auth on token endpoint2023-03-07, by Matthew Wild
-
mod_http_oauth2: Separate extracting credentials from requests and verifying2023-03-07, by Matthew Wild
-
mod_http_oauth2: Reflect ALL attributes of the client registration2023-03-07, by Matthew Wild
-
mod_rest: Point URLs to mod_http_oauth2 in demo mode2023-03-07, by Kim Alvefur
-
mod_http_oauth2: Improve handling of redirect_uri matching and fallback2023-03-07, by Matthew Wild
-
mod_http_oauth2: Correct field name for HTTP response status code2023-03-07, by Kim Alvefur
-
mod_http_oauth2: Fix incorrect function name (thanks Zash/luacheck)2023-03-07, by Matthew Wild
-
mod_cloud_notify: Add note about Lua version requirements to README2023-03-07, by Matthew Wild
-
mod_cloud_notify: Log warning when used on Lua 5.12023-03-07, by Matthew Wild
-
mod_http_oauth2: Remove authorization codes after use2023-03-06, by Kim Alvefur
-
mod_http_oauth2: Fix authorization code logic2023-03-06, by Kim Alvefur
-
mod_http_oauth2: Include html templates in package for plugin installer2023-03-06, by Kim Alvefur
-
mod_conversejs: This one weird trick updates options on reload2023-02-22, by Kim Alvefur
-
mod_http_oauth2: Switch to '303 See Other' redirects2023-03-06, by Matthew Wild
-
mod_http_oauth2: Allow non-HTTPS on localhost URLs2023-03-06, by Matthew Wild
-
mod_http_oauth2: Add authentication, consent and error pages2023-03-06, by Matthew Wild
-
mod_http_oauth: Factor out issuer URL calculation to a helper function2023-03-06, by Matthew Wild
-
mod_http_oauth2: Clarify comment referencing mod_http_errors (thanks MattJ)2023-03-05, by Kim Alvefur
-
mod_http_oauth2: Specify host for which to retrieve list of roles2023-03-04, by Kim Alvefur
-
mod_http_oauth2: Return list of active roles in discovery2023-03-04, by Kim Alvefur
-
mod_http_oauth2: Return actually enabled response types in discovery2023-03-04, by Kim Alvefur
-
mod_http_oauth2: Calculate client secret expiry in registration response2023-03-04, by Kim Alvefur
-
mod_http_oauth2: Strip trailing '/' from issuer URL2023-03-04, by Matthew Wild
-
mod_http_oauth2: Advertise endpoints that are enabled2023-03-03, by Kim Alvefur
-
mod_http_oauth2: Separate client_secret verification key from JWT key2023-03-03, by Kim Alvefur
-
mod_http_oauth2: Fix response type config2023-03-03, by Kim Alvefur
-
mod_http_oauth2/README: Document config options2023-03-03, by Kim Alvefur
-
mod_http_oauth2: Remove error message2023-03-03, by Kim Alvefur
-
mod_http_oauth2: Mention name of client when giving out OOB authorization code2023-03-03, by Kim Alvefur
-
mod_http_oauth2: Comment on mutation by other module2023-03-03, by Kim Alvefur
-
mod_http_oauth2: Implement stateless dynamic client registration2023-03-03, by Kim Alvefur
-
mod_http_oauth2: Add support for 'iss' authz response parameter (RFC 9207)2023-03-03, by Matthew Wild
-
mod_http_oauth2: Derive scope from correct user details2023-03-03, by Kim Alvefur
-
mod_http_oauth2: Fix to actually return OOB response2023-03-03, by Kim Alvefur
-
mod_http_oauth2: Add OIDC discovery endpoint (thanks Zash)2023-03-03, by Matthew Wild
-
mod_http_oauth2: Implement OOB special redirect URI in code flow2023-03-02, by Kim Alvefur
-
mod_http_oauth2: Add settings for allowed grant and response types2023-03-02, by Kim Alvefur
-
mod_http_oauth2: Implement the Implicit flow2023-03-02, by Kim Alvefur
-
mod_http_oauth2: Fix treatment of 'redirect_uri' parameter in code flow2023-03-02, by Kim Alvefur
-
mod_s2s_whitelist/README: Show inclusion in modules_enabled in example2023-03-02, by Kim Alvefur
-
mod_s2s_blacklist/README: Show inclusion in modules_enabled in example2023-03-02, by Kim Alvefur
-
mod_http_oauth2: Issue tokens for the purpose of 'oauth2'2023-03-01, by Kim Alvefur
-
mod_http_oauth2: Fix removal of consumed authorization codes2023-03-01, by Kim Alvefur
-
mod_sasl2_bind2: Support for SASL handlers forcing a specific resource2023-03-01, by Matthew Wild
-
mod_rest: Remove confusing oauth2 tokens from examples2023-02-28, by Kim Alvefur
-
mod_register_apps: Detect 0.12+ when called from prosodyctl2023-02-23, by Kim Alvefur
-
mod_muc_rtbl: fix more incorrect more references to "event"2023-02-22, by Jonas Schäfer
-
mod_muc_rtbl: ignore blocklist for affiliated users for messages2023-02-22, by Jonas Schäfer
-
mod_muc_rtbl: fix traceback because of scoping error2023-02-22, by Jonas Schäfer
-
mod_muc_rtbl: move use of "private" attributes to single function2023-02-21, by Jonas Schäfer
-
mod_muc_rtbl: also filter messages2023-02-21, by Jonas Schäfer
-
New module, mod_muc_reserve_nick_pattern2023-02-20, by Stephen Paul Weber
-
Strip images from XHTML-IM as well2023-02-20, by Stephen Paul Weber
-
mod_muc_moderation: Derive role from reserved nickname if occupant2023-02-19, by Kim Alvefur
-
mod_muc_moderation: Refactor to prepare for new version of XEP-04252023-02-19, by Kim Alvefur
-
mod_unsubscriber: Revoke roster subscriptions of unreachable hosts2023-02-19, by Kim Alvefur
-
mod_jsxc: Correct description of resources setting (thanks ham5urg)2023-02-16, by Kim Alvefur
-
mod_jsxc: Words about jQuery2023-02-16, by Kim Alvefur
-
mod_jsxc: Add plugin installer metadata2023-02-16, by Kim Alvefur
-
mod_jsxc: Document config options2023-02-16, by Kim Alvefur
-
mod_bob: Fix traceback when iq has no payload (thanks meaz)2023-02-10, by Matthew Wild
-
mod_muc_auto_member: New module to automatically make MUC participants members2023-01-30, by Matthew Wild
-
mod_http_status: Report module statuses2023-01-29, by Kim Alvefur
-
mod_firewall: Fix 'is_admin' internal dependency rule #1797 (thanks diane)2023-01-27, by Kim Alvefur
-
mod_rest/README: Words about bearer tokens2023-01-25, by Kim Alvefur
-
mod_inject_ecaps2: Mention and link to XEP-0390 in text2023-01-16, by Kim Alvefur
-
mod_unified_push: Update docs to recommend loading on normal hosts2023-01-14, by Matthew Wild
-
mod_unified_push: README: Update docs2023-01-14, by Matthew Wild
-
mod_unified_push: Make unified_push_secret only required for jwt backend2023-01-14, by Matthew Wild
-
mod_unified_push: Improved error handling and reporting2023-01-14, by Matthew Wild
-
mod_unified_push: fix return values for paseto backend2023-01-14, by Matthew Wild
-
mod_unified_push: Fix storage backend error behaviours and return values2023-01-14, by Matthew Wild
-
mod_unified_push: Fix default ACL in component mode2023-01-14, by Matthew Wild
-
mod_unified_push: Fixes for paseto backend initialization2023-01-14, by Matthew Wild
-
mod_unified_push: Add support for multiple token backends, including stoage2023-01-14, by Matthew Wild
-
mod_unified_push: Refactor in anticipation of other registration backends2023-01-13, by Matthew Wild
-
mod_unified_push: Add ACL option to restrict access2023-01-13, by Matthew Wild
-
mod_unified_push: Fix JWT method parameter order (fixes #1791)2023-01-13, by Matthew Wild
-
mod_http_dir_listing: Update Compatibility section2023-01-13, by Kim Alvefur
-
mod_http_dir_listing: Add metadata to fix plugin package build2023-01-13, by Kim Alvefur
-
mod_invites_api: Fix traceback when no query params (thanks Menel)2023-01-11, by Matthew Wild
-
mod_invites_api: Fix traceback on list command with no entries (thanks mirux)2023-01-11, by Matthew Wild
-
Remove reverse dependencies on mod_invites (for plugin installer)2023-01-10, by Kim Alvefur
-
mod_pubsub_summary: Mention HTML to Message Styling conversion2023-01-10, by Kim Alvefur
-
mod_unified_push: Remove dependency on trunk util.jwt (0.12 compat)2023-01-10, by Matthew Wild
-
mod_unified_push: README: Documentation updates (example, etc.)2023-01-10, by Matthew Wild
-
mod_sasl2_fast: Add some comments2023-01-10, by Matthew Wild
-
mod_unified_push: Various fixes, now working with Conversations2023-01-10, by Matthew Wild
-
mod_pubsub_summary: Trim preceding and trailing whitespace from title2023-01-10, by Kim Alvefur
-
mod_pubsub_text_interface: Try to clarify help message wrt node arguments2023-01-08, by Kim Alvefur
-
mod_pubsub_text_interface: Improve error messages2023-01-08, by Kim Alvefur
-
mod_onions: Fix URL and linkify it.2023-01-08, by Martin Dosch
-
mod_pubsub_summary: Render geo:-URI from OASIS emergency broadcasts2023-01-08, by Kim Alvefur
-
mod_ping_muc: Error out if loaded on Components2023-01-07, by Kim Alvefur
-
mod_pubsub_summary: Hide link relation when value is "alternate"2023-01-07, by Kim Alvefur
-
mod_unified_push: Experimenal Unified Push provider2023-01-05, by Matthew Wild
-
mod_muc_moderation/README: Simplify Compatibility section2023-01-03, by Kim Alvefur
-
mod_rest: Fix reference in OpenAPI2022-12-31, by Kim Alvefur
-
mod_rest: Add XEP-0461 to OpenAPI2022-12-31, by Kim Alvefur
-
mod_rest: Add missing message properties to OpenAPI documentation2022-12-31, by Kim Alvefur
-
mod_rest: Add some GET-mapped iq-queries to OpenAPI documentation2022-12-31, by Kim Alvefur
-
mod_rest/README: Fix XML well-formedness in example (thanks drsnuggles)2022-12-31, by Kim Alvefur
-
mod_auth_dovecot: Fix plugin package (hopefully) (thanks nw)2022-12-30, by Kim Alvefur
-
mod_s2s_auth_dane: Update Compatibility chart (doesn't work anymore)2022-12-25, by Kim Alvefur
-
mod_rest: Remove manual reference expansion in schema2022-12-20, by Kim Alvefur
-
Merge2022-12-18, by Kim Alvefur
-
Backed out changeset 85882735fd332022-12-17, by Jonas Schäfer
-
mod_http_muc_log: make default presence visibility configurable2022-12-17, by Jonas Schäfer
-
mod_audit: remove event hook2022-04-28, by Jonas Schäfer
-
mod_pubsub_mqtt: Switch to MQTT 3.1.12022-12-16, by Matthew Wild
-
mod_pubsub_mqtt: Support atom_title payload type2022-12-16, by Matthew Wild
-
mod_pubsub_mqtt: Fix some inappropriate log levels2022-12-16, by Matthew Wild
-
mod_pubsub_mqtt: Add XEP-0060 <item> wrapper to payloads2022-12-16, by Matthew Wild
-
mod_pubsub_feeds: Include feeds library in plugin package2022-12-09, by Kim Alvefur
-
mod_http_muc_log: Fix syntax error in timestamp adjusting script2022-12-04, by Kim Alvefur
-
mod_http_muc_log: Move language attribute onto body itself2022-12-04, by Kim Alvefur
-
mod_http_muc_log: Tweak style towards the "modern"2022-12-04, by Kim Alvefur
-
mod_http_muc_log: Fix error in js when displaying presence is disabled2022-12-04, by Kim Alvefur