log

age author description
18 months ago Kim Alvefur mod_muc_moderation: Mention that it works with mod_storage_xmlarchive (thanks Menel)
18 months ago Kim Alvefur mod_http_oauth2: Apply refresh token ttl to refresh token instead of grant
18 months ago Kim Alvefur mod_client_management: Show grant expiry in shell command
18 months ago Kim Alvefur mod_http_oauth2: Tweak wording in README to point out that this is an AS
18 months ago Kim Alvefur mod_http_oauth2: Allow 'login_hint' as a substitute for OIDC 'select_account' prompt
19 months ago Kim Alvefur mod_http_oauth2: Remove broken in-CSS templating
19 months ago Kim Alvefur mod_bidi: Really extra finally fix auto-linking to mod_s2s_bidi
19 months ago Kim Alvefur mod_bidi: Fix README again
19 months ago Kim Alvefur mod_bidi: Fix autolink syntax
19 months ago Kim Alvefur mod_bidi: Add warning about use with 0.12
19 months ago Kim Alvefur mod_rest/rest.sh: Silence shellcheck SC1091
19 months ago Kim Alvefur mod_rest/rest.sh: Update to use httpie-oauth2 plugin
19 months ago Kim Alvefur mod_http_oauth2: Specify language in templates
19 months ago Kim Alvefur mod_http_oauth2: Remove duplicated word in README introduced in 734788d8bfc3
19 months ago Kim Alvefur mod_http_oauth2: Allow omitting application type for native apps
19 months ago Kim Alvefur mod_client_management: Show timestamp of first client appearance
20 months ago Kim Alvefur mod_http_oauth2: Improve templates
20 months ago Kim Alvefur mod_http_oauth2: Add autocomplete hint to username field
20 months ago Kim Alvefur mod_http_oauth2: Make storage of various code more consistent
20 months ago Kim Alvefur mod_http_oauth2: Bail on invalid or expired device flow state token
20 months ago Kim Alvefur mod_http_oauth2: Tweak method of centering the UI
20 months ago Kim Alvefur mod_http_oauth2: Optionally enforce authentication on revocation endpoint
20 months ago Kim Alvefur mod_http_oauth2: Present errors in HTML <dialog>
20 months ago Kim Alvefur mod_http_oauth2: Move site name into <header>
20 months ago Kim Alvefur mod_http_oauth2: Conform to XHTML in templates
20 months ago Kim Alvefur mod_s2sout_override: Add support for one-level wildcards (e.g. *.example.net)
20 months ago Kim Alvefur mod_s2sout_override: Add support for a catch-all target
20 months ago Kim Alvefur mod_invites_page: Produce URL without config from prosodyctl in trunk
20 months ago Kim Alvefur mod_http_oauth2: Don't use new time period API just yet
20 months ago Kim Alvefur mod_http_oauth2: Clean cache less frequently
20 months ago Kim Alvefur mod_http_oauth2: Shorten default token validity periods
20 months ago Kim Alvefur mod_http_oauth2: Implement refresh token rotation
20 months ago Kim Alvefur mod_http_oauth2: Hint at future deprecation of resource owner password grant
20 months ago Kim Alvefur mod_http_oauth2: Allow a shorter form of the device grant in config
20 months ago Kim Alvefur mod_http_oauth2: Mention Device flow in list of flows in README
20 months ago Kim Alvefur mod_muc_moderation: Stamp XEP-0421 occupant-id for the acting moderator
20 months ago Kim Alvefur mod_muc_moderation: Copy XEP-0421 occupant-id from retracted message
20 months ago Kim Alvefur mod_muc_block_pm: Advertise that Moderators are allowed to send PMs
20 months ago Kim Alvefur mod_muc_block_pm: Allow private messages to yourself
20 months ago Kim Alvefur mod_http_oauth2: Show errors on device flow user code entry page
20 months ago Kim Alvefur mod_http_oauth2: Namespace the various codes to minimize confusion
20 months ago Kim Alvefur mod_default_bookmarks: Include 'autojoin' in examples
20 months ago Kim Alvefur mod_http_oauth2: Improve a description in schema
20 months ago Kim Alvefur editorconfig: Document established conventions
20 months ago Kim Alvefur mod_muc_limits: Drop unsupported Prosody versions from Compatibility table
20 months ago Kim Alvefur mod_muc_limits: Set syntax of config snippets to enable syntax highlighting
20 months ago Kim Alvefur mod_muc_limits: Reduce cost of multi-line messages, make configurable
20 months ago Kim Alvefur mod_client_management: Make ID column dynamically sized
20 months ago Kim Alvefur mod_client_management: Fix traceback if no last seen timestamp available
20 months ago Kim Alvefur mod_http_oauth2: Add titles and descriptions to registration schema
20 months ago Kim Alvefur mod_client_management: Fix missing equality check
20 months ago Kim Alvefur mod_client_management: Allow revoking a specific client version
20 months ago Kim Alvefur mod_client_management: Add way to revoke (one) client by software
20 months ago Kim Alvefur mod_client_management: Add shell command to revoke client access
20 months ago Kim Alvefur mod_client_management: Include software version in table (when known)
20 months ago Kim Alvefur mod_client_management: Include the client id in table in shell command
20 months ago Kim Alvefur mod_muc_block_pm: Update to 0.12+ API, use roles instead of affiliations
20 months ago Kim Alvefur mod_http_muc_log: Fix redirect bug
20 months ago Kim Alvefur mod_http_oauth2: Implement RFC 8628 Device Authorization Grant
21 months ago Kim Alvefur mod_http_oauth2: Mention support for RFC 9207
21 months ago Matthew Wild mod_muc_members_json: Set imported hats to active by default
21 months ago Matthew Wild mod_muc_members_json: New module to import MUC membership from a JSON URL
21 months ago Kim Alvefur mod_rest: Use logger of HTTP request in trunk
21 months ago Kim Alvefur mod_measure_lua: Add brief README