log

age author description
Sat, 11 Nov 2023 23:55:44 +0100 Kim Alvefur mod_storage_s3: Enable connection pooling added in latest trunk
Sat, 11 Nov 2023 22:43:34 +0100 Kim Alvefur mod_storage_s3: Fix logging
Sat, 11 Nov 2023 22:32:18 +0100 Kim Alvefur mod_storage_s3: Sort imports
Sat, 11 Nov 2023 22:47:14 +0100 Kim Alvefur mod_storage_s3: Implement archive store deletion
Sat, 11 Nov 2023 22:26:39 +0100 Kim Alvefur mod_storage_s3: Skip archive items matching on date but not full datetime
Sat, 11 Nov 2023 17:01:29 +0100 Kim Alvefur mod_storage_s3: Move request signing into a net.http hook
Fri, 10 Nov 2023 00:26:17 +0100 Kim Alvefur mod_client_management: Report on longest lived token when grant does not expire
Tue, 07 Nov 2023 11:28:46 +0000 Matthew Wild mod_muc_members_json: Fix typo in example and set correct syntax highlighter
Tue, 07 Nov 2023 11:26:36 +0000 Matthew Wild mod_muc_members_json: Expand example config and docs for clarity
Sun, 05 Nov 2023 21:06:23 +0100 Kim Alvefur mod_storage_appendmap: Include timestamps when appending data
Sun, 05 Nov 2023 21:03:30 +0100 Kim Alvefur mod_storage_appendmap: Implement item/user iteration methods
Sun, 05 Nov 2023 19:22:46 +0100 Kim Alvefur mod_http_health: Copypaste IP access control code
Fri, 03 Nov 2023 23:26:57 +0100 Kim Alvefur mod_dnsupdate: Support advertising explicit non-existence of service
Thu, 02 Nov 2023 17:00:53 +0000 Matthew Wild mod_http_admin_api: Support for adding/removing group MUCs
Thu, 02 Nov 2023 17:00:14 +0000 Matthew Wild mod_groups_muc_bookmarks: Update bookmarks when a group MUC is added/removed
Thu, 02 Nov 2023 16:59:44 +0000 Matthew Wild mod_groups_internal: Update to support multiple MUCs per group
Mon, 30 Oct 2023 12:28:12 +0000 Matthew Wild mod_storage_ejabberdsql_readonly: Don't use MySQL-specific syntax
Sun, 29 Oct 2023 12:41:56 +0100 Kim Alvefur mod_client_management: Bail out retrieving tokens for user
Sun, 29 Oct 2023 11:30:49 +0100 Kim Alvefur mod_http_oauth2: Limit revocation to clients own tokens in strict mode
Sun, 29 Oct 2023 11:20:15 +0100 Kim Alvefur mod_http_oauth2: Restrict introspection to clients own tokens
Thu, 25 May 2023 09:31:21 +0200 Kim Alvefur mod_http_oauth2: Implement introspection endpoint
Wed, 25 Oct 2023 17:18:50 +0200 Kim Alvefur mod_http_status: Add IP allowlisting capabilities
Wed, 25 Oct 2023 15:36:20 +0200 Kim Alvefur mod_rest: Limit payload size (cf stanza size limits)
Sat, 14 Oct 2023 23:05:59 +0200 Kim Alvefur mod_storage_s3: Add brief README
Sat, 14 Oct 2023 22:50:29 +0200 Kim Alvefur mod_storage_s3: Treat 404 to GET as a signal for empty data
Sat, 14 Oct 2023 22:49:57 +0200 Kim Alvefur mod_storage_s3: Use '@' as placeholder for empty (host) store slots
Sat, 14 Oct 2023 22:49:12 +0200 Kim Alvefur mod_storage_s3: Handle archive query without parameters
Sat, 14 Oct 2023 21:44:14 +0200 Kim Alvefur mod_storage_s3: Implement Archive storage
Sat, 14 Oct 2023 21:41:01 +0200 Kim Alvefur mod_storage_s3: Implement iteration of keyvalue keys (users usually)
Sat, 14 Oct 2023 21:40:46 +0200 Kim Alvefur mod_storage_s3: Implement keyvalue deletion