Log

description author age
mod_http_oauth2: Improve handling of redirect_uri matching and fallback Matthew Wild 2023-03-07
mod_http_oauth2: Correct field name for HTTP response status code Kim Alvefur 2023-03-07
mod_http_oauth2: Fix incorrect function name (thanks Zash/luacheck) Matthew Wild 2023-03-07
mod_cloud_notify: Add note about Lua version requirements to README Matthew Wild 2023-03-07
mod_cloud_notify: Log warning when used on Lua 5.1 Matthew Wild 2023-03-07
mod_http_oauth2: Remove authorization codes after use Kim Alvefur 2023-03-06
mod_http_oauth2: Fix authorization code logic Kim Alvefur 2023-03-06
mod_http_oauth2: Include html templates in package for plugin installer Kim Alvefur 2023-03-06
mod_conversejs: This one weird trick updates options on reload Kim Alvefur 2023-02-22
mod_http_oauth2: Switch to '303 See Other' redirects Matthew Wild 2023-03-06
mod_http_oauth2: Allow non-HTTPS on localhost URLs Matthew Wild 2023-03-06
mod_http_oauth2: Add authentication, consent and error pages Matthew Wild 2023-03-06
mod_http_oauth: Factor out issuer URL calculation to a helper function Matthew Wild 2023-03-06
mod_http_oauth2: Clarify comment referencing mod_http_errors (thanks MattJ) Kim Alvefur 2023-03-05
mod_http_oauth2: Specify host for which to retrieve list of roles Kim Alvefur 2023-03-04
mod_http_oauth2: Return list of active roles in discovery Kim Alvefur 2023-03-04
mod_http_oauth2: Return actually enabled response types in discovery Kim Alvefur 2023-03-04
mod_http_oauth2: Calculate client secret expiry in registration response Kim Alvefur 2023-03-04
mod_http_oauth2: Strip trailing '/' from issuer URL Matthew Wild 2023-03-04
mod_http_oauth2: Advertise endpoints that are enabled Kim Alvefur 2023-03-03
mod_http_oauth2: Separate client_secret verification key from JWT key Kim Alvefur 2023-03-03
mod_http_oauth2: Fix response type config Kim Alvefur 2023-03-03
mod_http_oauth2/README: Document config options Kim Alvefur 2023-03-03
mod_http_oauth2: Remove error message Kim Alvefur 2023-03-03
mod_http_oauth2: Mention name of client when giving out OOB authorization code Kim Alvefur 2023-03-03
mod_http_oauth2: Comment on mutation by other module Kim Alvefur 2023-03-03
mod_http_oauth2: Implement stateless dynamic client registration Kim Alvefur 2023-03-03
mod_http_oauth2: Add support for 'iss' authz response parameter (RFC 9207) Matthew Wild 2023-03-03
mod_http_oauth2: Derive scope from correct user details Kim Alvefur 2023-03-03
mod_http_oauth2: Fix to actually return OOB response Kim Alvefur 2023-03-03
mod_http_oauth2: Add OIDC discovery endpoint (thanks Zash) Matthew Wild 2023-03-03
mod_http_oauth2: Implement OOB special redirect URI in code flow Kim Alvefur 2023-03-02
mod_http_oauth2: Add settings for allowed grant and response types Kim Alvefur 2023-03-02
mod_http_oauth2: Implement the Implicit flow Kim Alvefur 2023-03-02
mod_http_oauth2: Fix treatment of 'redirect_uri' parameter in code flow Kim Alvefur 2023-03-02
mod_s2s_whitelist/README: Show inclusion in modules_enabled in example Kim Alvefur 2023-03-02
mod_s2s_blacklist/README: Show inclusion in modules_enabled in example Kim Alvefur 2023-03-02
mod_http_oauth2: Issue tokens for the purpose of 'oauth2' Kim Alvefur 2023-03-01
mod_http_oauth2: Fix removal of consumed authorization codes Kim Alvefur 2023-03-01
mod_sasl2_bind2: Support for SASL handlers forcing a specific resource Matthew Wild 2023-03-01
mod_rest: Remove confusing oauth2 tokens from examples Kim Alvefur 2023-02-28
mod_register_apps: Detect 0.12+ when called from prosodyctl Kim Alvefur 2023-02-23
mod_muc_rtbl: fix more incorrect more references to "event" Jonas Schäfer 2023-02-22
mod_muc_rtbl: ignore blocklist for affiliated users for messages Jonas Schäfer 2023-02-22
mod_muc_rtbl: fix traceback because of scoping error Jonas Schäfer 2023-02-22
mod_muc_rtbl: move use of "private" attributes to single function Jonas Schäfer 2023-02-21
mod_muc_rtbl: also filter messages Jonas Schäfer 2023-02-21
New module, mod_muc_reserve_nick_pattern Stephen Paul Weber 2023-02-20
Strip images from XHTML-IM as well Stephen Paul Weber 2023-02-20
mod_muc_moderation: Derive role from reserved nickname if occupant Kim Alvefur 2023-02-19
mod_muc_moderation: Refactor to prepare for new version of XEP-0425 Kim Alvefur 2023-02-19
mod_unsubscriber: Revoke roster subscriptions of unreachable hosts Kim Alvefur 2023-02-19
mod_jsxc: Correct description of resources setting (thanks ham5urg) Kim Alvefur 2023-02-16
mod_jsxc: Words about jQuery Kim Alvefur 2023-02-16
mod_jsxc: Add plugin installer metadata Kim Alvefur 2023-02-16
mod_jsxc: Document config options Kim Alvefur 2023-02-16
mod_bob: Fix traceback when iq has no payload (thanks meaz) Matthew Wild 2023-02-10
mod_muc_auto_member: New module to automatically make MUC participants members Matthew Wild 2023-01-30
mod_http_status: Report module statuses Kim Alvefur 2023-01-29
mod_firewall: Fix 'is_admin' internal dependency rule #1797 (thanks diane) Kim Alvefur 2023-01-27
mod_rest/README: Words about bearer tokens Kim Alvefur 2023-01-25
mod_inject_ecaps2: Mention and link to XEP-0390 in text Kim Alvefur 2023-01-16
mod_unified_push: Update docs to recommend loading on normal hosts Matthew Wild 2023-01-14
mod_unified_push: README: Update docs Matthew Wild 2023-01-14
mod_unified_push: Make unified_push_secret only required for jwt backend Matthew Wild 2023-01-14
mod_unified_push: Improved error handling and reporting Matthew Wild 2023-01-14
mod_unified_push: fix return values for paseto backend Matthew Wild 2023-01-14
mod_unified_push: Fix storage backend error behaviours and return values Matthew Wild 2023-01-14
mod_unified_push: Fix default ACL in component mode Matthew Wild 2023-01-14
mod_unified_push: Fixes for paseto backend initialization Matthew Wild 2023-01-14
mod_unified_push: Add support for multiple token backends, including stoage Matthew Wild 2023-01-14
mod_unified_push: Refactor in anticipation of other registration backends Matthew Wild 2023-01-13
mod_unified_push: Add ACL option to restrict access Matthew Wild 2023-01-13
mod_unified_push: Fix JWT method parameter order (fixes #1791) Matthew Wild 2023-01-13
mod_http_dir_listing: Update Compatibility section Kim Alvefur 2023-01-13
mod_http_dir_listing: Add metadata to fix plugin package build Kim Alvefur 2023-01-13
mod_invites_api: Fix traceback when no query params (thanks Menel) Matthew Wild 2023-01-11
mod_invites_api: Fix traceback on list command with no entries (thanks mirux) Matthew Wild 2023-01-11
Remove reverse dependencies on mod_invites (for plugin installer) Kim Alvefur 2023-01-10
mod_pubsub_summary: Mention HTML to Message Styling conversion Kim Alvefur 2023-01-10
mod_unified_push: Remove dependency on trunk util.jwt (0.12 compat) Matthew Wild 2023-01-10
mod_unified_push: README: Documentation updates (example, etc.) Matthew Wild 2023-01-10
mod_sasl2_fast: Add some comments Matthew Wild 2023-01-10
mod_unified_push: Various fixes, now working with Conversations Matthew Wild 2023-01-10
mod_pubsub_summary: Trim preceding and trailing whitespace from title Kim Alvefur 2023-01-10
mod_pubsub_text_interface: Try to clarify help message wrt node arguments Kim Alvefur 2023-01-08
mod_pubsub_text_interface: Improve error messages Kim Alvefur 2023-01-08
mod_onions: Fix URL and linkify it. Martin Dosch 2023-01-08
mod_pubsub_summary: Render geo:-URI from OASIS emergency broadcasts Kim Alvefur 2023-01-08
mod_ping_muc: Error out if loaded on Components Kim Alvefur 2023-01-07
mod_pubsub_summary: Hide link relation when value is "alternate" Kim Alvefur 2023-01-07
mod_unified_push: Experimenal Unified Push provider Matthew Wild 2023-01-05
mod_muc_moderation/README: Simplify Compatibility section Kim Alvefur 2023-01-03
mod_rest: Fix reference in OpenAPI Kim Alvefur 2022-12-31
mod_rest: Add XEP-0461 to OpenAPI Kim Alvefur 2022-12-31
mod_rest: Add missing message properties to OpenAPI documentation Kim Alvefur 2022-12-31
mod_rest: Add some GET-mapped iq-queries to OpenAPI documentation Kim Alvefur 2022-12-31
mod_rest/README: Fix XML well-formedness in example (thanks drsnuggles) Kim Alvefur 2022-12-31
mod_auth_dovecot: Fix plugin package (hopefully) (thanks nw) Kim Alvefur 2022-12-30
mod_s2s_auth_dane: Update Compatibility chart (doesn't work anymore) Kim Alvefur 2022-12-25
mod_rest: Remove manual reference expansion in schema Kim Alvefur 2022-12-20
Merge Kim Alvefur 2022-12-18
Backed out changeset 85882735fd33 Jonas Schäfer 2022-12-17
mod_http_muc_log: make default presence visibility configurable Jonas Schäfer 2022-12-17
mod_audit: remove event hook Jonas Schäfer 2022-04-28
mod_pubsub_mqtt: Switch to MQTT 3.1.1 Matthew Wild 2022-12-16
mod_pubsub_mqtt: Support atom_title payload type Matthew Wild 2022-12-16
mod_pubsub_mqtt: Fix some inappropriate log levels Matthew Wild 2022-12-16
mod_pubsub_mqtt: Add XEP-0060 <item> wrapper to payloads Matthew Wild 2022-12-16
mod_pubsub_feeds: Include feeds library in plugin package Kim Alvefur 2022-12-09
mod_http_muc_log: Fix syntax error in timestamp adjusting script Kim Alvefur 2022-12-04
mod_http_muc_log: Move language attribute onto body itself Kim Alvefur 2022-12-04
mod_http_muc_log: Tweak style towards the "modern" Kim Alvefur 2022-12-04
mod_http_muc_log: Fix error in js when displaying presence is disabled Kim Alvefur 2022-12-04
mod_http_muc_log: Include static resources (css & js) in plugin package Kim Alvefur 2022-12-04
mod_http_muc_log: Move CSS and JS out of template Kim Alvefur 2022-12-04
mod_s2soutinjection: Use session logger where it makes sense Kim Alvefur 2022-12-02
mod_s2soutinjection: Use module logging API Kim Alvefur 2022-12-02
mod_s2soutinjection: Remove undefined global (thanks Damian) Kim Alvefur 2022-12-02
mod_s2soutinjection: Remove unused variables [luacheck] Kim Alvefur 2022-12-02