Mercurial > prosody-modules
graph
-
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 issues2023-03-31, 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