Software /
code /
prosody-modules
Graph
-
mod_audit: Minor style nit21 months ago, by Matthew Wild
-
mod_audit: Allow caller to specify time of the event21 months ago, by Matthew Wild
-
mod_http_oauth2/README: Link to mod_rest21 months ago, by Kim Alvefur
-
mod_http_oauth2/README: Link to OAuth and OIDC sites21 months ago, by Kim Alvefur
-
mod_client_management: README: Update docs to detail shell and XMPP interfaces21 months ago, by Matthew Wild
-
mod_http_oauth2: README: Updated documentation to reflect module status21 months ago, by Matthew Wild
-
mod_client_management: Add list-clients + manage-clients permissions to users21 months ago, by Matthew Wild
-
mod_client_management: Add support for revoking client access via XMPP21 months ago, by Matthew Wild
-
mod_client_management: Improve representation of authentication methods21 months ago, by Matthew Wild
-
mod_client_management: Improve table output21 months ago, by Matthew Wild
-
mod_client_management: Fix user:clients() shell command to take a JID21 months ago, by Matthew Wild
-
mod_client_management: Use grant id from key21 months ago, by Matthew Wild
-
mod_client_management: Fail to revoke clients that have used passwords21 months ago, by Matthew Wild
-
mod_client_management: Add support for revocation of clients (when possible)21 months ago, by Matthew Wild
-
mod_client_management: Include client type in XML response listing21 months ago, by Matthew Wild
-
mod_sasl2_fast: Add API method to revoke FAST tokens for a given client21 months ago, by Matthew Wild
-
mod_cloud_notify_filters: Fix traceback when invalid JIDs are submitted21 months ago, by Matthew Wild
-
mod_client_management: Add XMPP and shell interfaces to fetch client list21 months ago, by Matthew Wild
-
.luacheckrc: Add module.once21 months ago, by Matthew Wild
-
mod_audit: Add a command to print the audit log on the command-line21 months ago, by Matthew Wild
-
mod_audit: Support for adding location (GeoIP) to audit events21 months ago, by Matthew Wild
-
mod_isolate_host: potentially pedantic optimization21 months ago, by Jonas Schäfer
-
mod_isolate_host: handle server-generated stanzas21 months ago, by Jonas Schäfer
-
mod_authz_delegate: make resistant against startup order issues21 months ago, by Jonas Schäfer
-
mod_client_management: New module for users to view/manage permitted clients21 months ago, by Matthew Wild
-
mod_http_admin_api: Add roles to user schema in openapi21 months ago, by Kim Alvefur
-
mod_http_admin_api: Fix types of numbers in openapi spec21 months ago, by Kim Alvefur
-
Merge accidental extra head21 months ago, by Kim Alvefur
-
mod_vcard_muc: take roles into account for access check21 months ago, by Jonas Schäfer
-
mod_authz_delegate: introduce module to "link" authorization of hosts21 months ago, by Jonas Schäfer
-
mod_authz_delegate: introduce module to "link" authorization of hosts21 months ago, by Jonas Schäfer
-
mod_sasl2_fast: Add an API that allows modules to check if a client has FAST21 months ago, by Matthew Wild
-
mod_sasl2_fast: Add flag to FAST sasl_handler for easier identification21 months ago, by Matthew Wild
-
mod_sasl2_fast: Fix harmless off-by-one error (invalidates existing tokens!)21 months ago, by Matthew Wild
-
mod_http_admin_api: Fix missing import21 months ago, by Kim Alvefur
-
mod_http_admin_api: Tweak token session to please module:may()21 months ago, by Kim Alvefur
-
mod_sasl2_fast: Invalidate tokens issued prior to last password change21 months ago, by Matthew Wild
-
mod_rest: Add an example bash script for using mod_rest21 months ago, by Kim Alvefur
-
mod_http_oauth2: Update to use new API of Prosody mod_tokenauth @ 601d9a375b8621 months ago, by Matthew Wild
-
mod_http_oauth2: Add support for refresh tokens21 months ago, by Matthew Wild
-
mod_http_oauth2: Declare additional client registration fields as strings21 months ago, by Kim Alvefur
-
mod_http_oauth2: Stricten check of urlencoded form data21 months ago, by Kim Alvefur
-
mod_http_oauth2: Pedantic optimization21 months ago, by Kim Alvefur
-
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 prefix22 months ago, by Matthew Wild
-
mod_audit: Include client id in audit log entries (if known)22 months ago, by Matthew Wild
-
mod_sasl2: Fire authentication-{success,failure} events like mod_saslauth22 months ago, by Matthew Wild
-
mod_http_oauth2: Record details of OAuth client a token is issued to22 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
Scroll all the way down to load more.