log

age author description
23 months ago Kim Alvefur mod_client_management: Fix type confusion
23 months ago Kim Alvefur mod_client_management: Fix error when last password change is unknown (or never)
23 months ago Kim Alvefur mod_rest/rest.sh: Register as native application
23 months ago Kim Alvefur mod_http_oauth2: Validate redirect URI depending on application type
23 months ago Kim Alvefur mod_http_oauth2: Fill in some client metadata defaults
23 months ago Kim Alvefur mod_http_oauth2: Allow only l10n variants of name in client metadata
23 months ago Kim Alvefur mod_http_oauth2: Normalize whitespace in client metadata schema
23 months ago Matthew Wild mod_log_ringbuffer: Fix description and examples of level configuration
23 months ago Matthew Wild mod_log_ringbuffer: Fix example config
23 months ago Kim Alvefur mod_oidc_userinfo_vcard4: Fix phone number claim
23 months ago Kim Alvefur mod_oidc_userinfo_vcard4: Unpack <vcard> from PubSub <item>
23 months ago Kim Alvefur mod_http_oauth2: Use new Lua pattern schema properties
23 months ago Kim Alvefur mod_http_oauth2: Include additional OpenID scopes in metadata
23 months ago Kim Alvefur mod_http_oauth2: Validate (unused at this point) localized URIs
23 months ago Kim Alvefur mod_http_oauth2: Declare https as required of URIs in schema
23 months ago Kim Alvefur mod_http_oauth2: Enforce https requirement on TOS URI
23 months ago Kim Alvefur mod_http_oauth2: Use new mod_cron API for periodic cleanup
23 months ago Kim Alvefur mod_audit_status: Fix error on first start
23 months ago Matthew Wild mod_muc_rtbl: Use correct occupant object
23 months ago Kim Alvefur mod_audit: Move underscore to avoid luacheck warning
23 months ago Kim Alvefur mod_oidc_userinfo_vcard4: Provide profile details in mod_http_oauth2
23 months ago Kim Alvefur mod_auth_oauth_external: Add configuration example
23 months ago Kim Alvefur mod_auth_oauth_external: Linkify password grant
23 months ago Kim Alvefur mod_auth_oauth_external: Some notes in README
2023-03-16 Kim Alvefur mod_auth_oauth_external: Allow setting identity instead of discovery URL
2023-03-16 Kim Alvefur mod_auth_oauth_external: Support PLAIN via resource owner password grant
2023-03-16 Kim Alvefur mod_auth_oauth_external: Authenticate against an OAuth 2 provider
23 months ago Kim Alvefur mod_client_management: Fix import of util.error (not errors)
23 months ago Kim Alvefur mod_rest: Implement use of refresh tokens in rest.sh example
23 months ago Kim Alvefur mod_http_oauth2: Fix error due to reference loop when using refresh token
23 months ago Kim Alvefur mod_http_oauth2: Fix table index error when using refresh token
23 months ago Maxime “pep” Buquet mod_muc_http_defaults: Use the new set_subject API. Thanks John Livingston
24 months ago Kim Alvefur mod_service_outage_status: XEP-0455: Service Outage Status
24 months ago Kim Alvefur mod_http_oauth2: Support OpenID UserInfo claims
24 months ago Kim Alvefur mod_http_oauth2: Add some debug logging for UserInfo endpoint
24 months ago Kim Alvefur mod_http_oauth2: Correct error code when missing credentials for userinfo
24 months ago Kim Alvefur mod_rest: Get correct type from config
24 months ago Kim Alvefur mod_http_debug: Module that echos back HTTP request info for debugging
24 months ago Kim Alvefur mod_rest: Allow passing configuring a timeout for <iq> responses
24 months ago Matthew Wild mod_audit: Add expiration of entries, and handling of full archive stores
24 months ago Kim Alvefur mod_rest/rest.sh: Update 'client_uri' to module page
24 months ago Kim Alvefur mod_rest/rest.sh: List dependencies in comment
24 months ago Kim Alvefur mod_http_oauth2/README: Add rest.sh to known implementations
24 months ago Matthew Wild mod_audit: Add 'note' column
24 months ago Matthew Wild mod_audit: Improve filtering options and add documentation to README
24 months ago Matthew Wild mod_audit: Add some control over output columns via command-line flags
24 months ago Matthew Wild mod_audit_status: Include shutdown reason in log entry
24 months ago Matthew Wild mod_audit: Let util.human.io pick a suitable default width
24 months ago Matthew Wild mod_audit: Use proportional columns in table output
24 months ago Matthew Wild mod_audit: Fix iteration of custom payloads to use ipairs
24 months ago Matthew Wild mod_audit_status: New module to log server status to audit log
24 months ago Matthew Wild mod_audit: Display most recent entries first, rather than showing oldest
24 months ago Matthew Wild mod_audit: Minor style nit
24 months ago Matthew Wild mod_audit: Allow caller to specify time of the event
24 months ago Kim Alvefur mod_http_oauth2/README: Link to mod_rest
24 months ago Kim Alvefur mod_http_oauth2/README: Link to OAuth and OIDC sites
24 months ago Matthew Wild mod_client_management: README: Update docs to detail shell and XMPP interfaces
24 months ago Matthew Wild mod_http_oauth2: README: Updated documentation to reflect module status
24 months ago Matthew Wild mod_client_management: Add list-clients + manage-clients permissions to users
24 months ago Matthew Wild mod_client_management: Add support for revoking client access via XMPP
24 months ago Matthew Wild mod_client_management: Improve representation of authentication methods
24 months ago Matthew Wild mod_client_management: Improve table output
24 months ago Matthew Wild mod_client_management: Fix user:clients() shell command to take a JID
24 months ago Matthew Wild mod_client_management: Use grant id from key
24 months ago Matthew Wild mod_client_management: Fail to revoke clients that have used passwords
24 months ago Matthew Wild mod_client_management: Add support for revocation of clients (when possible)
24 months ago Matthew Wild mod_client_management: Include client type in XML response listing
24 months ago Matthew Wild mod_sasl2_fast: Add API method to revoke FAST tokens for a given client
24 months ago Matthew Wild mod_cloud_notify_filters: Fix traceback when invalid JIDs are submitted
24 months ago Matthew Wild mod_client_management: Add XMPP and shell interfaces to fetch client list
24 months ago Matthew Wild .luacheckrc: Add module.once
24 months ago Matthew Wild mod_audit: Add a command to print the audit log on the command-line
24 months ago Matthew Wild mod_audit: Support for adding location (GeoIP) to audit events
24 months ago Jonas Schäfer mod_isolate_host: potentially pedantic optimization
24 months ago Jonas Schäfer mod_isolate_host: handle server-generated stanzas
2023-03-31 Jonas Schäfer mod_authz_delegate: make resistant against startup order issues
2023-03-30 Matthew Wild mod_client_management: New module for users to view/manage permitted clients
2023-03-30 Kim Alvefur mod_http_admin_api: Add roles to user schema in openapi
2023-03-30 Kim Alvefur mod_http_admin_api: Fix types of numbers in openapi spec
2023-03-29 Kim Alvefur Merge accidental extra head
2023-03-29 Jonas Schäfer mod_vcard_muc: take roles into account for access check
2023-03-29 Jonas Schäfer mod_authz_delegate: introduce module to "link" authorization of hosts
2023-03-29 Jonas Schäfer mod_authz_delegate: introduce module to "link" authorization of hosts
2023-03-29 Matthew Wild mod_sasl2_fast: Add an API that allows modules to check if a client has FAST
2023-03-29 Matthew Wild mod_sasl2_fast: Add flag to FAST sasl_handler for easier identification
2023-03-29 Matthew Wild mod_sasl2_fast: Fix harmless off-by-one error (invalidates existing tokens!)
2023-03-28 Kim Alvefur mod_http_admin_api: Fix missing import
2023-03-28 Kim Alvefur mod_http_admin_api: Tweak token session to please module:may()
2023-03-28 Matthew Wild mod_sasl2_fast: Invalidate tokens issued prior to last password change
2023-03-27 Kim Alvefur mod_rest: Add an example bash script for using mod_rest
2023-03-27 Matthew Wild mod_http_oauth2: Update to use new API of Prosody mod_tokenauth @ 601d9a375b86
2023-03-24 Matthew Wild mod_http_oauth2: Add support for refresh tokens
2023-03-26 Kim Alvefur mod_http_oauth2: Declare additional client registration fields as strings
2023-03-26 Kim Alvefur mod_http_oauth2: Stricten check of urlencoded form data
2023-03-26 Kim Alvefur mod_http_oauth2: Pedantic optimization
2023-03-25 Kim Alvefur mod_pubsub_feeds: Fix packaging of support library for installer
2023-03-17 Kim Alvefur mod_muc_rtbl: Handle node purge
2023-03-23 Kim Alvefur mod_http_oauth2: Fix traceback on missing 'scope' parameter
2023-03-23 Kim Alvefur mod_http_oauth2: Focus username field automatically
2023-03-23 Kim Alvefur mod_http_oauth2: Allow user to decide which requested scopes to grant
2023-03-23 Kim Alvefur mod_http_oauth2: Use <fieldset> in templates because it looks nice
2023-03-23 Kim Alvefur mod_rest: Update prosody_oauth.py example to non-legacy OAuth2
2023-03-21 Kim Alvefur mod_http_oauth2: Remove another reference to obsolete function
2023-03-21 Kim Alvefur mod_http_oauth2: Relax payload content type checking in revocation
2023-03-21 Kim Alvefur mod_http_oauth2: Remove now unused code
2023-03-21 Kim Alvefur mod_http_oauth2: Allow revoking a token without OAuth client credentials
2023-03-21 Kim Alvefur mod_http_oauth2: Correctly verify OAuth client credentials on revocation
2023-03-21 Kim Alvefur mod_http_oauth2: Group metadata section into OAuth and OpenID
2023-03-21 Kim Alvefur mod_http_oauth2: Rename oauth client credential related functions
2023-03-21 Matthew Wild mod_sasl2: Pull user-agent info into sasl_handler for later reference
2023-03-19 Kim Alvefur mod_adhoc_oauth2_client: Update to call into mod_http_oauth2
2023-03-19 Kim Alvefur mod_http_oauth2: Refactor to allow reuse of OAuth client creation
2023-03-16 Kim Alvefur mod_http_oauth2: Fix userinfo status code off-by-one
2023-03-16 Kim Alvefur mod_http_oauth2: Implement and return ID Token in authorization code flow
2023-03-16 Kim Alvefur mod_http_oauth2: Reject non-local hosts in more code paths
2023-03-16 Kim Alvefur mod_http_oauth2: Add support for the "openid" scope
2023-03-16 Kim Alvefur mod_http_oauth2: Prepare to handle multiple e.g. non-role scopes
2023-03-16 Kim Alvefur mod_adhoc_oauth2_client: Make note in README about current broken state
2023-03-15 Kim Alvefur mod_http_oauth2: Fix attempt to index a boolean value
2023-03-14 Matthew Wild mod_audit: Allow disabling IP logging, or limiting it to a prefix
2023-03-14 Matthew Wild mod_audit: Include client id in audit log entries (if known)
2023-03-14 Matthew Wild mod_sasl2: Fire authentication-{success,failure} events like mod_saslauth
2023-03-14 Kim Alvefur mod_http_oauth2: Record details of OAuth client a token is issued to
2023-03-12 Kim Alvefur mod_http_oauth2: Invoke mod_http_errors to render error on invalid redirect
2023-03-12 Kim Alvefur mod_http_oauth2: Validate all URIs against client_uri in client registration
2023-03-12 Kim Alvefur mod_http_oauth2: Organize HTTP routes with comments
2023-03-11 Kim Alvefur mod_http_oauth2: Fix validation of informative URIs
2023-03-11 Kim Alvefur mod_http_oauth2: Use more compact IDs
2023-03-11 Kim Alvefur mod_http_oauth2: Validate that informative URLs match the redirect URIs
2023-03-11 Kim Alvefur mod_http_oauth2: Reject insecure redirect URIs
2023-03-11 Kim Alvefur mod_http_oauth2: Validate that redirect URIs are absolute
2023-03-11 Kim Alvefur mod_http_oauth2: Validate basic URI syntax of redirect URIs
2023-03-11 Matthew Wild mod_spam_report_forwarder: Forward spam/abuse reports to one or more JIDs
2023-03-11 Kim Alvefur mod_http_oauth2: Require URL to client informational page in registration
2023-03-11 Kim Alvefur mod_http_oauth2: Reorder client metadata validation schema
2023-03-11 Matthew Wild mod_firewall: Add 'REPORT TO' to report (XEP-0377) a stanza to a specified JID
2023-03-11 Matthew Wild mod_firewall: README: Clarify docs about some of the stanza processing actions
2023-03-11 Matthew Wild mod_firewall: Warn about invalid pubsubitemid list specification
2023-03-11 Matthew Wild mod_firewall: Fix parsing of pubsubitemid list specification
2023-03-10 Kim Alvefur mod_http_oauth2: Fix to disable disabled response handlers correctly
2023-03-10 Kim Alvefur mod_http_oauth2: Log flows enabled and disabled
2023-03-10 Kim Alvefur mod_http_oauth2: Fix appending of query parts in error redirects
2023-03-09 Kim Alvefur mod_http_oauth2: Implement the OpenID userinfo endpoint
2023-03-09 Kim Alvefur mod_http_oauth2: Close site header tags
2023-03-07 Kim Alvefur mod_http_oauth2: Fix contrast of links on consent page
2023-03-07 Matthew Wild mod_http_oauth2: token endpoint: handle missing credentials
2023-03-07 Matthew Wild mod_http_oauth2: Fail early when no authorization header present
2023-03-07 Matthew Wild mod_http_oauth2: Support HTTP Basic auth on token endpoint
2023-03-07 Matthew Wild mod_http_oauth2: Separate extracting credentials from requests and verifying
2023-03-07 Matthew Wild mod_http_oauth2: Reflect ALL attributes of the client registration
2023-03-07 Kim Alvefur mod_rest: Point URLs to mod_http_oauth2 in demo mode
2023-03-07 Matthew Wild mod_http_oauth2: Improve handling of redirect_uri matching and fallback
2023-03-07 Kim Alvefur mod_http_oauth2: Correct field name for HTTP response status code
2023-03-07 Matthew Wild mod_http_oauth2: Fix incorrect function name (thanks Zash/luacheck)
2023-03-07 Matthew Wild mod_cloud_notify: Add note about Lua version requirements to README
2023-03-07 Matthew Wild mod_cloud_notify: Log warning when used on Lua 5.1
2023-03-06 Kim Alvefur mod_http_oauth2: Remove authorization codes after use
2023-03-06 Kim Alvefur mod_http_oauth2: Fix authorization code logic
2023-03-06 Kim Alvefur mod_http_oauth2: Include html templates in package for plugin installer
2023-02-22 Kim Alvefur mod_conversejs: This one weird trick updates options on reload
2023-03-06 Matthew Wild mod_http_oauth2: Switch to '303 See Other' redirects
2023-03-06 Matthew Wild mod_http_oauth2: Allow non-HTTPS on localhost URLs
2023-03-06 Matthew Wild mod_http_oauth2: Add authentication, consent and error pages
2023-03-06 Matthew Wild mod_http_oauth: Factor out issuer URL calculation to a helper function
2023-03-05 Kim Alvefur mod_http_oauth2: Clarify comment referencing mod_http_errors (thanks MattJ)
2023-03-04 Kim Alvefur mod_http_oauth2: Specify host for which to retrieve list of roles
2023-03-04 Kim Alvefur mod_http_oauth2: Return list of active roles in discovery
2023-03-04 Kim Alvefur mod_http_oauth2: Return actually enabled response types in discovery
2023-03-04 Kim Alvefur mod_http_oauth2: Calculate client secret expiry in registration response
2023-03-04 Matthew Wild mod_http_oauth2: Strip trailing '/' from issuer URL
2023-03-03 Kim Alvefur mod_http_oauth2: Advertise endpoints that are enabled
2023-03-03 Kim Alvefur mod_http_oauth2: Separate client_secret verification key from JWT key
2023-03-03 Kim Alvefur mod_http_oauth2: Fix response type config
2023-03-03 Kim Alvefur mod_http_oauth2/README: Document config options
2023-03-03 Kim Alvefur mod_http_oauth2: Remove error message
2023-03-03 Kim Alvefur mod_http_oauth2: Mention name of client when giving out OOB authorization code
2023-03-03 Kim Alvefur mod_http_oauth2: Comment on mutation by other module
2023-03-03 Kim Alvefur mod_http_oauth2: Implement stateless dynamic client registration
2023-03-03 Matthew Wild mod_http_oauth2: Add support for 'iss' authz response parameter (RFC 9207)
2023-03-03 Kim Alvefur mod_http_oauth2: Derive scope from correct user details
2023-03-03 Kim Alvefur mod_http_oauth2: Fix to actually return OOB response
2023-03-03 Matthew Wild mod_http_oauth2: Add OIDC discovery endpoint (thanks Zash)
2023-03-02 Kim Alvefur mod_http_oauth2: Implement OOB special redirect URI in code flow
2023-03-02 Kim Alvefur mod_http_oauth2: Add settings for allowed grant and response types
2023-03-02 Kim Alvefur mod_http_oauth2: Implement the Implicit flow
2023-03-02 Kim Alvefur mod_http_oauth2: Fix treatment of 'redirect_uri' parameter in code flow
2023-03-02 Kim Alvefur mod_s2s_whitelist/README: Show inclusion in modules_enabled in example
2023-03-02 Kim Alvefur mod_s2s_blacklist/README: Show inclusion in modules_enabled in example
2023-03-01 Kim Alvefur mod_http_oauth2: Issue tokens for the purpose of 'oauth2'
2023-03-01 Kim Alvefur mod_http_oauth2: Fix removal of consumed authorization codes
2023-03-01 Matthew Wild mod_sasl2_bind2: Support for SASL handlers forcing a specific resource
2023-02-28 Kim Alvefur mod_rest: Remove confusing oauth2 tokens from examples
2023-02-23 Kim Alvefur mod_register_apps: Detect 0.12+ when called from prosodyctl
2023-02-22 Jonas Schäfer mod_muc_rtbl: fix more incorrect more references to "event"
2023-02-22 Jonas Schäfer mod_muc_rtbl: ignore blocklist for affiliated users for messages
2023-02-22 Jonas Schäfer mod_muc_rtbl: fix traceback because of scoping error
2023-02-21 Jonas Schäfer mod_muc_rtbl: move use of "private" attributes to single function
2023-02-21 Jonas Schäfer mod_muc_rtbl: also filter messages
2023-02-20 Stephen Paul Weber New module, mod_muc_reserve_nick_pattern
2023-02-20 Stephen Paul Weber Strip images from XHTML-IM as well
2023-02-19 Kim Alvefur mod_muc_moderation: Derive role from reserved nickname if occupant
2023-02-19 Kim Alvefur mod_muc_moderation: Refactor to prepare for new version of XEP-0425
2023-02-19 Kim Alvefur mod_unsubscriber: Revoke roster subscriptions of unreachable hosts
2023-02-16 Kim Alvefur mod_jsxc: Correct description of resources setting (thanks ham5urg)
2023-02-16 Kim Alvefur mod_jsxc: Words about jQuery
2023-02-16 Kim Alvefur mod_jsxc: Add plugin installer metadata
2023-02-16 Kim Alvefur mod_jsxc: Document config options
2023-02-10 Matthew Wild mod_bob: Fix traceback when iq has no payload (thanks meaz)
2023-01-30 Matthew Wild mod_muc_auto_member: New module to automatically make MUC participants members
2023-01-29 Kim Alvefur mod_http_status: Report module statuses
2023-01-27 Kim Alvefur mod_firewall: Fix 'is_admin' internal dependency rule #1797 (thanks diane)
2023-01-25 Kim Alvefur mod_rest/README: Words about bearer tokens
2023-01-16 Kim Alvefur mod_inject_ecaps2: Mention and link to XEP-0390 in text
2023-01-14 Matthew Wild mod_unified_push: Update docs to recommend loading on normal hosts
2023-01-14 Matthew Wild mod_unified_push: README: Update docs
2023-01-14 Matthew Wild mod_unified_push: Make unified_push_secret only required for jwt backend
2023-01-14 Matthew Wild mod_unified_push: Improved error handling and reporting
2023-01-14 Matthew Wild mod_unified_push: fix return values for paseto backend
2023-01-14 Matthew Wild mod_unified_push: Fix storage backend error behaviours and return values
2023-01-14 Matthew Wild mod_unified_push: Fix default ACL in component mode
2023-01-14 Matthew Wild mod_unified_push: Fixes for paseto backend initialization
2023-01-14 Matthew Wild mod_unified_push: Add support for multiple token backends, including stoage
2023-01-13 Matthew Wild mod_unified_push: Refactor in anticipation of other registration backends
2023-01-13 Matthew Wild mod_unified_push: Add ACL option to restrict access
2023-01-13 Matthew Wild mod_unified_push: Fix JWT method parameter order (fixes #1791)
2023-01-13 Kim Alvefur mod_http_dir_listing: Update Compatibility section
2023-01-13 Kim Alvefur mod_http_dir_listing: Add metadata to fix plugin package build
2023-01-11 Matthew Wild mod_invites_api: Fix traceback when no query params (thanks Menel)
2023-01-11 Matthew Wild mod_invites_api: Fix traceback on list command with no entries (thanks mirux)
2023-01-10 Kim Alvefur Remove reverse dependencies on mod_invites (for plugin installer)
2023-01-10 Kim Alvefur mod_pubsub_summary: Mention HTML to Message Styling conversion
2023-01-10 Matthew Wild mod_unified_push: Remove dependency on trunk util.jwt (0.12 compat)
2023-01-10 Matthew Wild mod_unified_push: README: Documentation updates (example, etc.)
2023-01-10 Matthew Wild mod_sasl2_fast: Add some comments
2023-01-10 Matthew Wild mod_unified_push: Various fixes, now working with Conversations
2023-01-10 Kim Alvefur mod_pubsub_summary: Trim preceding and trailing whitespace from title
2023-01-08 Kim Alvefur mod_pubsub_text_interface: Try to clarify help message wrt node arguments
2023-01-08 Kim Alvefur mod_pubsub_text_interface: Improve error messages
2023-01-08 Martin Dosch mod_onions: Fix URL and linkify it.
2023-01-08 Kim Alvefur mod_pubsub_summary: Render geo:-URI from OASIS emergency broadcasts