log

age author description
Mon, 13 Nov 2023 12:37:21 +0100 Kim Alvefur mod_audit: Fix showing session details in module command
Mon, 13 Nov 2023 12:22:17 +0100 Kim Alvefur mod_audit: Also record human-readable name of country
Mon, 13 Nov 2023 12:14:31 +0100 Kim Alvefur mod_audit: Fix recording location info
Mon, 13 Nov 2023 12:05:17 +0100 Kim Alvefur mod_audit: Parse IP into util.ip object once and reuse
Mon, 13 Nov 2023 12:02:54 +0100 Kim Alvefur mod_audit: Pass IP address in string form
Mon, 13 Nov 2023 11:36:56 +0100 Kim Alvefur mod_audit: Fix use of util.ip
Sun, 12 Nov 2023 16:37:47 +0100 Kim Alvefur mod_firewall: Add FROM COUNTRY condition based on GeoIP DB
Sun, 12 Nov 2023 16:14:09 +0100 Kim Alvefur mod_firewall: Tweak page outline
Sun, 12 Nov 2023 02:37:53 +0100 Kim Alvefur mod_aws_profile: Fix use of timer API
Sun, 12 Nov 2023 02:35:34 +0100 Kim Alvefur mod_auth_oauth_external: Enable experimental http connection pooling
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