Tue, 30 Jan 2024 14:26:14 +0000 mod_pubsub_mqtt: Fix syntax error
Matthew Wild <mwild1@gmail.com> [Tue, 30 Jan 2024 14:26:14 +0000] rev 5836
mod_pubsub_mqtt: Fix syntax error
Tue, 30 Jan 2024 14:11:35 +0000 mod_pubsub_mqtt: Add TLS port (default 8883) for MQTT connections
Matthew Wild <mwild1@gmail.com> [Tue, 30 Jan 2024 14:11:35 +0000] rev 5835
mod_pubsub_mqtt: Add TLS port (default 8883) for MQTT connections
Wed, 24 Jan 2024 17:55:26 +0100 mod_http_oauth2: Reuse JWT issuance time as substitute for auth time
Kim Alvefur <zash@zash.se> [Wed, 24 Jan 2024 17:55:26 +0100] rev 5834
mod_http_oauth2: Reuse JWT issuance time as substitute for auth time Makes the token shorter. Since iat and auth_time are generated at about the same time they would only differ by a few microseconds anyway.
Wed, 24 Jan 2024 13:14:36 +0000 mod_poke_strangers: Fix incorrect log method calls
Matthew Wild <mwild1@gmail.com> [Wed, 24 Jan 2024 13:14:36 +0000] rev 5833
mod_poke_strangers: Fix incorrect log method calls
Tue, 16 Jan 2024 11:47:22 +0100 mod_http_muc_log: Remove compat for very old MUC API
Kim Alvefur <zash@zash.se> [Tue, 16 Jan 2024 11:47:22 +0100] rev 5832
mod_http_muc_log: Remove compat for very old MUC API room:get_public() first appeared in 0.10.0
Sat, 13 Jan 2024 12:03:15 +0000 mod_http_admin_api: metrics: Filter out a value that is commonly nan at startup
Matthew Wild <mwild1@gmail.com> [Sat, 13 Jan 2024 12:03:15 +0000] rev 5831
mod_http_admin_api: metrics: Filter out a value that is commonly nan at startup The upload bytes count is typically nan at startup, which cannot legally be encoded in JSON. I haven't assessed whether any other metrics might emit nan under other circumstances, but this fixes the most visible issue right now.
Fri, 12 Jan 2024 18:21:08 +0000 mod_groups_muc_bookmarks: Don't add deleted MUCs to user bookmarks
Matthew Wild <mwild1@gmail.com> [Fri, 12 Jan 2024 18:21:08 +0000] rev 5830
mod_groups_muc_bookmarks: Don't add deleted MUCs to user bookmarks
Fri, 12 Jan 2024 18:20:40 +0000 mod_groups_internal: Add flag to indicate when a linked MUC has been deleted
Matthew Wild <mwild1@gmail.com> [Fri, 12 Jan 2024 18:20:40 +0000] rev 5829
mod_groups_internal: Add flag to indicate when a linked MUC has been deleted In theory this shouldn't happen, but it could (and apparently does).
Fri, 12 Jan 2024 18:19:56 +0000 mod_groups_internal: Also remove MUCs that still exist, but have been destroyed
Matthew Wild <mwild1@gmail.com> [Fri, 12 Jan 2024 18:19:56 +0000] rev 5828
mod_groups_internal: Also remove MUCs that still exist, but have been destroyed Tombstones could previously fool us into thinking the MUC was still there.
Fri, 12 Jan 2024 15:40:23 +0000 mod_groups_muc_bookmarks: Sync bookmarks when user is added/removed to/from multi-MUC group
Matthew Wild <mwild1@gmail.com> [Fri, 12 Jan 2024 15:40:23 +0000] rev 5827
mod_groups_muc_bookmarks: Sync bookmarks when user is added/removed to/from multi-MUC group This was overlooked when multi-MUC support was first implemented.
(0) -3000 -1000 -300 -100 -10 +10 tip