Software /
code /
prosody-modules
Graph
-
mod_pubsub_feeds: Fix packaging of support library for installer21 months ago, by Kim Alvefur
-
mod_muc_rtbl: Handle node purge21 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix traceback on missing 'scope' parameter21 months ago, by Kim Alvefur
-
mod_http_oauth2: Focus username field automatically21 months ago, by Kim Alvefur
-
mod_http_oauth2: Allow user to decide which requested scopes to grant21 months ago, by Kim Alvefur
-
mod_http_oauth2: Use <fieldset> in templates because it looks nice21 months ago, by Kim Alvefur
-
mod_rest: Update prosody_oauth.py example to non-legacy OAuth221 months ago, by Kim Alvefur
-
mod_http_oauth2: Remove another reference to obsolete function21 months ago, by Kim Alvefur
-
mod_http_oauth2: Relax payload content type checking in revocation21 months ago, by Kim Alvefur
-
mod_http_oauth2: Remove now unused code21 months ago, by Kim Alvefur
-
mod_http_oauth2: Allow revoking a token without OAuth client credentials21 months ago, by Kim Alvefur
-
mod_http_oauth2: Correctly verify OAuth client credentials on revocation21 months ago, by Kim Alvefur
-
mod_http_oauth2: Group metadata section into OAuth and OpenID21 months ago, by Kim Alvefur
-
mod_http_oauth2: Rename oauth client credential related functions21 months ago, by Kim Alvefur
-
mod_sasl2: Pull user-agent info into sasl_handler for later reference21 months ago, by Matthew Wild
-
mod_adhoc_oauth2_client: Update to call into mod_http_oauth221 months ago, by Kim Alvefur
-
mod_http_oauth2: Refactor to allow reuse of OAuth client creation21 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix userinfo status code off-by-one21 months ago, by Kim Alvefur
-
mod_http_oauth2: Implement and return ID Token in authorization code flow21 months ago, by Kim Alvefur
-
mod_http_oauth2: Reject non-local hosts in more code paths21 months ago, by Kim Alvefur
-
mod_http_oauth2: Add support for the "openid" scope21 months ago, by Kim Alvefur
-
mod_http_oauth2: Prepare to handle multiple e.g. non-role scopes21 months ago, by Kim Alvefur
-
mod_adhoc_oauth2_client: Make note in README about current broken state21 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix attempt to index a boolean value21 months ago, by Kim Alvefur
-
mod_audit: Allow disabling IP logging, or limiting it to a prefix21 months ago, by Matthew Wild
-
mod_audit: Include client id in audit log entries (if known)21 months ago, by Matthew Wild
-
mod_sasl2: Fire authentication-{success,failure} events like mod_saslauth21 months ago, by Matthew Wild
-
mod_http_oauth2: Record details of OAuth client a token is issued to21 months ago, by Kim Alvefur
-
mod_http_oauth2: Invoke mod_http_errors to render error on invalid redirect22 months ago, by Kim Alvefur
-
mod_http_oauth2: Validate all URIs against client_uri in client registration22 months ago, by Kim Alvefur
-
mod_http_oauth2: Organize HTTP routes with comments22 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix validation of informative URIs22 months ago, by Kim Alvefur
-
mod_http_oauth2: Use more compact IDs22 months ago, by Kim Alvefur
-
mod_http_oauth2: Validate that informative URLs match the redirect URIs22 months ago, by Kim Alvefur
-
mod_http_oauth2: Reject insecure redirect URIs22 months ago, by Kim Alvefur
-
mod_http_oauth2: Validate that redirect URIs are absolute22 months ago, by Kim Alvefur
-
mod_http_oauth2: Validate basic URI syntax of redirect URIs22 months ago, by Kim Alvefur
-
mod_spam_report_forwarder: Forward spam/abuse reports to one or more JIDs22 months ago, by Matthew Wild
-
mod_http_oauth2: Require URL to client informational page in registration22 months ago, by Kim Alvefur
-
mod_http_oauth2: Reorder client metadata validation schema22 months ago, by Kim Alvefur
-
mod_firewall: Add 'REPORT TO' to report (XEP-0377) a stanza to a specified JID22 months ago, by Matthew Wild
-
mod_firewall: README: Clarify docs about some of the stanza processing actions22 months ago, by Matthew Wild
-
mod_firewall: Warn about invalid pubsubitemid list specification22 months ago, by Matthew Wild
-
mod_firewall: Fix parsing of pubsubitemid list specification22 months ago, by Matthew Wild
-
mod_http_oauth2: Fix to disable disabled response handlers correctly22 months ago, by Kim Alvefur
-
mod_http_oauth2: Log flows enabled and disabled22 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix appending of query parts in error redirects22 months ago, by Kim Alvefur
-
mod_http_oauth2: Implement the OpenID userinfo endpoint22 months ago, by Kim Alvefur
-
mod_http_oauth2: Close site header tags22 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix contrast of links on consent page22 months ago, by Kim Alvefur
-
mod_http_oauth2: token endpoint: handle missing credentials22 months ago, by Matthew Wild
-
mod_http_oauth2: Fail early when no authorization header present22 months ago, by Matthew Wild
-
mod_http_oauth2: Support HTTP Basic auth on token endpoint22 months ago, by Matthew Wild
-
mod_http_oauth2: Separate extracting credentials from requests and verifying22 months ago, by Matthew Wild
-
mod_http_oauth2: Reflect ALL attributes of the client registration22 months ago, by Matthew Wild
-
mod_rest: Point URLs to mod_http_oauth2 in demo mode22 months ago, by Kim Alvefur
-
mod_http_oauth2: Improve handling of redirect_uri matching and fallback22 months ago, by Matthew Wild
-
mod_http_oauth2: Correct field name for HTTP response status code22 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix incorrect function name (thanks Zash/luacheck)22 months ago, by Matthew Wild
-
mod_cloud_notify: Add note about Lua version requirements to README22 months ago, by Matthew Wild
-
mod_cloud_notify: Log warning when used on Lua 5.122 months ago, by Matthew Wild
-
mod_http_oauth2: Remove authorization codes after use22 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix authorization code logic22 months ago, by Kim Alvefur
-
mod_http_oauth2: Include html templates in package for plugin installer22 months ago, by Kim Alvefur
-
mod_conversejs: This one weird trick updates options on reload22 months ago, by Kim Alvefur
-
mod_http_oauth2: Switch to '303 See Other' redirects22 months ago, by Matthew Wild
-
mod_http_oauth2: Allow non-HTTPS on localhost URLs22 months ago, by Matthew Wild
-
mod_http_oauth2: Add authentication, consent and error pages22 months ago, by Matthew Wild
-
mod_http_oauth: Factor out issuer URL calculation to a helper function22 months ago, by Matthew Wild
-
mod_http_oauth2: Clarify comment referencing mod_http_errors (thanks MattJ)22 months ago, by Kim Alvefur
-
mod_http_oauth2: Specify host for which to retrieve list of roles22 months ago, by Kim Alvefur
-
mod_http_oauth2: Return list of active roles in discovery22 months ago, by Kim Alvefur
-
mod_http_oauth2: Return actually enabled response types in discovery22 months ago, by Kim Alvefur
-
mod_http_oauth2: Calculate client secret expiry in registration response22 months ago, by Kim Alvefur
-
mod_http_oauth2: Strip trailing '/' from issuer URL22 months ago, by Matthew Wild
-
mod_http_oauth2: Advertise endpoints that are enabled22 months ago, by Kim Alvefur
-
mod_http_oauth2: Separate client_secret verification key from JWT key22 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix response type config22 months ago, by Kim Alvefur
-
mod_http_oauth2/README: Document config options22 months ago, by Kim Alvefur
-
mod_http_oauth2: Remove error message22 months ago, by Kim Alvefur
-
mod_http_oauth2: Mention name of client when giving out OOB authorization code22 months ago, by Kim Alvefur
-
mod_http_oauth2: Comment on mutation by other module22 months ago, by Kim Alvefur
-
mod_http_oauth2: Implement stateless dynamic client registration22 months ago, by Kim Alvefur
-
mod_http_oauth2: Add support for 'iss' authz response parameter (RFC 9207)22 months ago, by Matthew Wild
-
mod_http_oauth2: Derive scope from correct user details22 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix to actually return OOB response22 months ago, by Kim Alvefur
-
mod_http_oauth2: Add OIDC discovery endpoint (thanks Zash)22 months ago, by Matthew Wild
-
mod_http_oauth2: Implement OOB special redirect URI in code flow22 months ago, by Kim Alvefur
-
mod_http_oauth2: Add settings for allowed grant and response types22 months ago, by Kim Alvefur
-
mod_http_oauth2: Implement the Implicit flow22 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix treatment of 'redirect_uri' parameter in code flow22 months ago, by Kim Alvefur
-
mod_s2s_whitelist/README: Show inclusion in modules_enabled in example22 months ago, by Kim Alvefur
-
mod_s2s_blacklist/README: Show inclusion in modules_enabled in example22 months ago, by Kim Alvefur
-
mod_http_oauth2: Issue tokens for the purpose of 'oauth2'22 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix removal of consumed authorization codes22 months ago, by Kim Alvefur
-
mod_sasl2_bind2: Support for SASL handlers forcing a specific resource22 months ago, by Matthew Wild
-
mod_rest: Remove confusing oauth2 tokens from examples22 months ago, by Kim Alvefur
-
mod_register_apps: Detect 0.12+ when called from prosodyctl22 months ago, by Kim Alvefur
-
mod_muc_rtbl: fix more incorrect more references to "event"22 months ago, by Jonas Schäfer
-
mod_muc_rtbl: ignore blocklist for affiliated users for messages22 months ago, by Jonas Schäfer
-
mod_muc_rtbl: fix traceback because of scoping error22 months ago, by Jonas Schäfer
-
mod_muc_rtbl: move use of "private" attributes to single function22 months ago, by Jonas Schäfer
-
mod_muc_rtbl: also filter messages22 months ago, by Jonas Schäfer
-
New module, mod_muc_reserve_nick_pattern22 months ago, by Stephen Paul Weber
-
Strip images from XHTML-IM as well22 months ago, by Stephen Paul Weber
-
mod_muc_moderation: Derive role from reserved nickname if occupant22 months ago, by Kim Alvefur
-
mod_muc_moderation: Refactor to prepare for new version of XEP-042522 months ago, by Kim Alvefur
-
mod_unsubscriber: Revoke roster subscriptions of unreachable hosts22 months ago, by Kim Alvefur
-
mod_jsxc: Correct description of resources setting (thanks ham5urg)22 months ago, by Kim Alvefur
-
mod_jsxc: Words about jQuery22 months ago, by Kim Alvefur
-
mod_jsxc: Add plugin installer metadata22 months ago, by Kim Alvefur
-
mod_jsxc: Document config options22 months ago, by Kim Alvefur
-
mod_bob: Fix traceback when iq has no payload (thanks meaz)23 months ago, by Matthew Wild
-
mod_muc_auto_member: New module to automatically make MUC participants members23 months ago, by Matthew Wild
-
mod_http_status: Report module statuses23 months ago, by Kim Alvefur
-
mod_firewall: Fix 'is_admin' internal dependency rule #1797 (thanks diane)23 months ago, by Kim Alvefur
-
mod_rest/README: Words about bearer tokens23 months ago, by Kim Alvefur
-
mod_inject_ecaps2: Mention and link to XEP-0390 in text23 months ago, by Kim Alvefur
-
mod_unified_push: Update docs to recommend loading on normal hosts23 months ago, by Matthew Wild
-
mod_unified_push: README: Update docs23 months ago, by Matthew Wild
Scroll all the way down to load more.