Software /
code /
prosody-modules
Graph
-
mod_http_oauth2: Focus username field automatically23 months ago, by Kim Alvefur
-
mod_http_oauth2: Allow user to decide which requested scopes to grant23 months ago, by Kim Alvefur
-
mod_http_oauth2: Use <fieldset> in templates because it looks nice23 months ago, by Kim Alvefur
-
mod_rest: Update prosody_oauth.py example to non-legacy OAuth223 months ago, by Kim Alvefur
-
mod_http_oauth2: Remove another reference to obsolete function23 months ago, by Kim Alvefur
-
mod_http_oauth2: Relax payload content type checking in revocation23 months ago, by Kim Alvefur
-
mod_http_oauth2: Remove now unused code23 months ago, by Kim Alvefur
-
mod_http_oauth2: Allow revoking a token without OAuth client credentials23 months ago, by Kim Alvefur
-
mod_http_oauth2: Correctly verify OAuth client credentials on revocation23 months ago, by Kim Alvefur
-
mod_http_oauth2: Group metadata section into OAuth and OpenID23 months ago, by Kim Alvefur
-
mod_http_oauth2: Rename oauth client credential related functions23 months ago, by Kim Alvefur
-
mod_sasl2: Pull user-agent info into sasl_handler for later reference23 months ago, by Matthew Wild
-
mod_adhoc_oauth2_client: Update to call into mod_http_oauth223 months ago, by Kim Alvefur
-
mod_http_oauth2: Refactor to allow reuse of OAuth client creation23 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix userinfo status code off-by-one23 months ago, by Kim Alvefur
-
mod_http_oauth2: Implement and return ID Token in authorization code flow23 months ago, by Kim Alvefur
-
mod_http_oauth2: Reject non-local hosts in more code paths23 months ago, by Kim Alvefur
-
mod_http_oauth2: Add support for the "openid" scope23 months ago, by Kim Alvefur
-
mod_http_oauth2: Prepare to handle multiple e.g. non-role scopes23 months ago, by Kim Alvefur
-
mod_adhoc_oauth2_client: Make note in README about current broken state23 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix attempt to index a boolean value23 months ago, by Kim Alvefur
-
mod_audit: Allow disabling IP logging, or limiting it to a prefix23 months ago, by Matthew Wild
-
mod_audit: Include client id in audit log entries (if known)23 months ago, by Matthew Wild
-
mod_sasl2: Fire authentication-{success,failure} events like mod_saslauth23 months ago, by Matthew Wild
-
mod_http_oauth2: Record details of OAuth client a token is issued to23 months ago, by Kim Alvefur
-
mod_http_oauth2: Invoke mod_http_errors to render error on invalid redirect23 months ago, by Kim Alvefur
-
mod_http_oauth2: Validate all URIs against client_uri in client registration23 months ago, by Kim Alvefur
-
mod_http_oauth2: Organize HTTP routes with comments23 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix validation of informative URIs23 months ago, by Kim Alvefur
-
mod_http_oauth2: Use more compact IDs23 months ago, by Kim Alvefur
-
mod_http_oauth2: Validate that informative URLs match the redirect URIs23 months ago, by Kim Alvefur
-
mod_http_oauth2: Reject insecure redirect URIs23 months ago, by Kim Alvefur
-
mod_http_oauth2: Validate that redirect URIs are absolute23 months ago, by Kim Alvefur
-
mod_http_oauth2: Validate basic URI syntax of redirect URIs23 months ago, by Kim Alvefur
-
mod_spam_report_forwarder: Forward spam/abuse reports to one or more JIDs23 months ago, by Matthew Wild
-
mod_http_oauth2: Require URL to client informational page in registration23 months ago, by Kim Alvefur
-
mod_http_oauth2: Reorder client metadata validation schema23 months ago, by Kim Alvefur
-
mod_firewall: Add 'REPORT TO' to report (XEP-0377) a stanza to a specified JID23 months ago, by Matthew Wild
-
mod_firewall: README: Clarify docs about some of the stanza processing actions23 months ago, by Matthew Wild
-
mod_firewall: Warn about invalid pubsubitemid list specification23 months ago, by Matthew Wild
-
mod_firewall: Fix parsing of pubsubitemid list specification23 months ago, by Matthew Wild
-
mod_http_oauth2: Fix to disable disabled response handlers correctly23 months ago, by Kim Alvefur
-
mod_http_oauth2: Log flows enabled and disabled23 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix appending of query parts in error redirects23 months ago, by Kim Alvefur
-
mod_http_oauth2: Implement the OpenID userinfo endpoint23 months ago, by Kim Alvefur
-
mod_http_oauth2: Close site header tags23 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix contrast of links on consent page24 months ago, by Kim Alvefur
-
mod_http_oauth2: token endpoint: handle missing credentials24 months ago, by Matthew Wild
-
mod_http_oauth2: Fail early when no authorization header present24 months ago, by Matthew Wild
-
mod_http_oauth2: Support HTTP Basic auth on token endpoint24 months ago, by Matthew Wild
-
mod_http_oauth2: Separate extracting credentials from requests and verifying24 months ago, by Matthew Wild
-
mod_http_oauth2: Reflect ALL attributes of the client registration24 months ago, by Matthew Wild
-
mod_rest: Point URLs to mod_http_oauth2 in demo mode24 months ago, by Kim Alvefur
-
mod_http_oauth2: Improve handling of redirect_uri matching and fallback24 months ago, by Matthew Wild
-
mod_http_oauth2: Correct field name for HTTP response status code24 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix incorrect function name (thanks Zash/luacheck)24 months ago, by Matthew Wild
-
mod_cloud_notify: Add note about Lua version requirements to README24 months ago, by Matthew Wild
-
mod_cloud_notify: Log warning when used on Lua 5.124 months ago, by Matthew Wild
-
mod_http_oauth2: Remove authorization codes after use24 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix authorization code logic24 months ago, by Kim Alvefur
-
mod_http_oauth2: Include html templates in package for plugin installer24 months ago, 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' redirects24 months ago, by Matthew Wild
-
mod_http_oauth2: Allow non-HTTPS on localhost URLs24 months ago, by Matthew Wild
-
mod_http_oauth2: Add authentication, consent and error pages24 months ago, by Matthew Wild
-
mod_http_oauth: Factor out issuer URL calculation to a helper function24 months ago, by Matthew Wild
-
mod_http_oauth2: Clarify comment referencing mod_http_errors (thanks MattJ)24 months ago, by Kim Alvefur
-
mod_http_oauth2: Specify host for which to retrieve list of roles24 months ago, by Kim Alvefur
-
mod_http_oauth2: Return list of active roles in discovery24 months ago, by Kim Alvefur
-
mod_http_oauth2: Return actually enabled response types in discovery24 months ago, by Kim Alvefur
-
mod_http_oauth2: Calculate client secret expiry in registration response24 months ago, by Kim Alvefur
-
mod_http_oauth2: Strip trailing '/' from issuer URL24 months ago, by Matthew Wild
-
mod_http_oauth2: Advertise endpoints that are enabled24 months ago, by Kim Alvefur
-
mod_http_oauth2: Separate client_secret verification key from JWT key24 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix response type config24 months ago, by Kim Alvefur
-
mod_http_oauth2/README: Document config options24 months ago, by Kim Alvefur
-
mod_http_oauth2: Remove error message24 months ago, by Kim Alvefur
-
mod_http_oauth2: Mention name of client when giving out OOB authorization code24 months ago, by Kim Alvefur
-
mod_http_oauth2: Comment on mutation by other module24 months ago, by Kim Alvefur
-
mod_http_oauth2: Implement stateless dynamic client registration24 months ago, by Kim Alvefur
-
mod_http_oauth2: Add support for 'iss' authz response parameter (RFC 9207)24 months ago, by Matthew Wild
-
mod_http_oauth2: Derive scope from correct user details24 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix to actually return OOB response24 months ago, by Kim Alvefur
-
mod_http_oauth2: Add OIDC discovery endpoint (thanks Zash)24 months ago, by Matthew Wild
-
mod_http_oauth2: Implement OOB special redirect URI in code flow24 months ago, by Kim Alvefur
-
mod_http_oauth2: Add settings for allowed grant and response types24 months ago, by Kim Alvefur
-
mod_http_oauth2: Implement the Implicit flow24 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix treatment of 'redirect_uri' parameter in code flow24 months ago, by Kim Alvefur
-
mod_s2s_whitelist/README: Show inclusion in modules_enabled in example24 months ago, by Kim Alvefur
-
mod_s2s_blacklist/README: Show inclusion in modules_enabled in example24 months ago, by Kim Alvefur
-
mod_http_oauth2: Issue tokens for the purpose of 'oauth2'24 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix removal of consumed authorization codes24 months ago, by Kim Alvefur
-
mod_sasl2_bind2: Support for SASL handlers forcing a specific resource24 months ago, by Matthew Wild
-
mod_rest: Remove confusing oauth2 tokens from examples24 months ago, 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
Scroll all the way down to load more.