Fri, 07 Apr 2023 21:10:14 +0200 mod_http_debug: Module that echos back HTTP request info for debugging
Kim Alvefur <zash@zash.se> [Fri, 07 Apr 2023 21:10:14 +0200] rev 5337
mod_http_debug: Module that echos back HTTP request info for debugging Written in 2021 for debugging some reverse proxy issue on https://chat.prosody.im/
Fri, 07 Apr 2023 20:26:33 +0200 mod_rest: Allow passing configuring a timeout for <iq> responses
Kim Alvefur <zash@zash.se> [Fri, 07 Apr 2023 20:26:33 +0200] rev 5336
mod_rest: Allow passing configuring a timeout for <iq> responses The default 2 minutes is not how long you want to wait, sometimes.
Fri, 07 Apr 2023 15:21:54 +0100 mod_audit: Add expiration of entries, and handling of full archive stores
Matthew Wild <mwild1@gmail.com> [Fri, 07 Apr 2023 15:21:54 +0100] rev 5335
mod_audit: Add expiration of entries, and handling of full archive stores
Fri, 07 Apr 2023 15:27:03 +0200 mod_rest/rest.sh: Update 'client_uri' to module page
Kim Alvefur <zash@zash.se> [Fri, 07 Apr 2023 15:27:03 +0200] rev 5334
mod_rest/rest.sh: Update 'client_uri' to module page This started as a convenience wrapper for httpie + mod_rest that eventually grew OAuth support.
Fri, 07 Apr 2023 15:26:41 +0200 mod_rest/rest.sh: List dependencies in comment
Kim Alvefur <zash@zash.se> [Fri, 07 Apr 2023 15:26:41 +0200] rev 5333
mod_rest/rest.sh: List dependencies in comment
Fri, 07 Apr 2023 15:21:33 +0200 mod_http_oauth2/README: Add rest.sh to known implementations
Kim Alvefur <zash@zash.se> [Fri, 07 Apr 2023 15:21:33 +0200] rev 5332
mod_http_oauth2/README: Add rest.sh to known implementations
Fri, 07 Apr 2023 13:46:29 +0100 mod_audit: Add 'note' column
Matthew Wild <mwild1@gmail.com> [Fri, 07 Apr 2023 13:46:29 +0100] rev 5331
mod_audit: Add 'note' column
Fri, 07 Apr 2023 13:44:18 +0100 mod_audit: Improve filtering options and add documentation to README
Matthew Wild <mwild1@gmail.com> [Fri, 07 Apr 2023 13:44:18 +0100] rev 5330
mod_audit: Improve filtering options and add documentation to README
Fri, 07 Apr 2023 13:25:34 +0100 mod_audit: Add some control over output columns via command-line flags
Matthew Wild <mwild1@gmail.com> [Fri, 07 Apr 2023 13:25:34 +0100] rev 5329
mod_audit: Add some control over output columns via command-line flags
Fri, 07 Apr 2023 13:10:43 +0100 mod_audit_status: Include shutdown reason in log entry
Matthew Wild <mwild1@gmail.com> [Fri, 07 Apr 2023 13:10:43 +0100] rev 5328
mod_audit_status: Include shutdown reason in log entry
Fri, 07 Apr 2023 13:10:20 +0100 mod_audit: Let util.human.io pick a suitable default width
Matthew Wild <mwild1@gmail.com> [Fri, 07 Apr 2023 13:10:20 +0100] rev 5327
mod_audit: Let util.human.io pick a suitable default width It supports better width detection now.
Fri, 07 Apr 2023 13:09:51 +0100 mod_audit: Use proportional columns in table output
Matthew Wild <mwild1@gmail.com> [Fri, 07 Apr 2023 13:09:51 +0100] rev 5326
mod_audit: Use proportional columns in table output
Fri, 07 Apr 2023 13:09:31 +0100 mod_audit: Fix iteration of custom payloads to use ipairs
Matthew Wild <mwild1@gmail.com> [Fri, 07 Apr 2023 13:09:31 +0100] rev 5325
mod_audit: Fix iteration of custom payloads to use ipairs
Fri, 07 Apr 2023 12:09:21 +0100 mod_audit_status: New module to log server status to audit log
Matthew Wild <mwild1@gmail.com> [Fri, 07 Apr 2023 12:09:21 +0100] rev 5324
mod_audit_status: New module to log server status to audit log
Fri, 07 Apr 2023 12:03:29 +0100 mod_audit: Display most recent entries first, rather than showing oldest
Matthew Wild <mwild1@gmail.com> [Fri, 07 Apr 2023 12:03:29 +0100] rev 5323
mod_audit: Display most recent entries first, rather than showing oldest This matches the output of 'lastb'.
Fri, 07 Apr 2023 12:00:31 +0100 mod_audit: Minor style nit
Matthew Wild <mwild1@gmail.com> [Fri, 07 Apr 2023 12:00:31 +0100] rev 5322
mod_audit: Minor style nit
Fri, 07 Apr 2023 12:00:06 +0100 mod_audit: Allow caller to specify time of the event
Matthew Wild <mwild1@gmail.com> [Fri, 07 Apr 2023 12:00:06 +0100] rev 5321
mod_audit: Allow caller to specify time of the event
Fri, 07 Apr 2023 11:38:46 +0200 mod_http_oauth2/README: Link to mod_rest
Kim Alvefur <zash@zash.se> [Fri, 07 Apr 2023 11:38:46 +0200] rev 5320
mod_http_oauth2/README: Link to mod_rest
Fri, 07 Apr 2023 11:37:58 +0200 mod_http_oauth2/README: Link to OAuth and OIDC sites
Kim Alvefur <zash@zash.se> [Fri, 07 Apr 2023 11:37:58 +0200] rev 5319
mod_http_oauth2/README: Link to OAuth and OIDC sites
Thu, 06 Apr 2023 19:31:29 +0100 mod_client_management: README: Update docs to detail shell and XMPP interfaces
Matthew Wild <mwild1@gmail.com> [Thu, 06 Apr 2023 19:31:29 +0100] rev 5318
mod_client_management: README: Update docs to detail shell and XMPP interfaces
Thu, 06 Apr 2023 17:24:16 +0100 mod_http_oauth2: README: Updated documentation to reflect module status
Matthew Wild <mwild1@gmail.com> [Thu, 06 Apr 2023 17:24:16 +0100] rev 5317
mod_http_oauth2: README: Updated documentation to reflect module status
Thu, 06 Apr 2023 16:10:27 +0100 mod_client_management: Add list-clients + manage-clients permissions to users
Matthew Wild <mwild1@gmail.com> [Thu, 06 Apr 2023 16:10:27 +0100] rev 5316
mod_client_management: Add list-clients + manage-clients permissions to users
Thu, 06 Apr 2023 16:09:56 +0100 mod_client_management: Add support for revoking client access via XMPP
Matthew Wild <mwild1@gmail.com> [Thu, 06 Apr 2023 16:09:56 +0100] rev 5315
mod_client_management: Add support for revoking client access via XMPP
Thu, 06 Apr 2023 15:24:49 +0100 mod_client_management: Improve representation of authentication methods
Matthew Wild <mwild1@gmail.com> [Thu, 06 Apr 2023 15:24:49 +0100] rev 5314
mod_client_management: Improve representation of authentication methods
Thu, 06 Apr 2023 15:22:10 +0100 mod_client_management: Improve table output
Matthew Wild <mwild1@gmail.com> [Thu, 06 Apr 2023 15:22:10 +0100] rev 5313
mod_client_management: Improve table output Requires 1f89a2a9f532 and 1023c3faffac from Prosody.
Thu, 06 Apr 2023 15:21:09 +0100 mod_client_management: Fix user:clients() shell command to take a JID
Matthew Wild <mwild1@gmail.com> [Thu, 06 Apr 2023 15:21:09 +0100] rev 5312
mod_client_management: Fix user:clients() shell command to take a JID
Thu, 06 Apr 2023 15:20:25 +0100 mod_client_management: Use grant id from key
Matthew Wild <mwild1@gmail.com> [Thu, 06 Apr 2023 15:20:25 +0100] rev 5311
mod_client_management: Use grant id from key This is a minor tweak - it's faster and preserves compatibility with older data formats (that we don't necessarily want to be compatible with, but some of us have messy data stores and it pays to be a little more robust).
Wed, 05 Apr 2023 19:45:13 +0100 mod_client_management: Fail to revoke clients that have used passwords
Matthew Wild <mwild1@gmail.com> [Wed, 05 Apr 2023 19:45:13 +0100] rev 5310
mod_client_management: Fail to revoke clients that have used passwords Return an error so the caller can take appropriate action, e.g. encouraging the user to change their password.
Wed, 05 Apr 2023 19:42:16 +0100 mod_client_management: Add support for revocation of clients (when possible)
Matthew Wild <mwild1@gmail.com> [Wed, 05 Apr 2023 19:42:16 +0100] rev 5309
mod_client_management: Add support for revocation of clients (when possible) We decided to keep the unified listing of "clients", which includes both SASL2 clients and OAuth grants, etc. To a user, or someone wanting to manage what can access their account, they are largely equivalent. To accomplish this technically, we add a prefix to the id to state what type it really is.
Wed, 05 Apr 2023 19:39:53 +0100 mod_client_management: Include client type in XML response listing
Matthew Wild <mwild1@gmail.com> [Wed, 05 Apr 2023 19:39:53 +0100] rev 5308
mod_client_management: Include client type in XML response listing
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip