Wed, 03 Nov 2021 12:23:29 +0100 core.certmanager: Add TLS 1.3 cipher suites to Mozilla TLS presets
Kim Alvefur <zash@zash.se> [Wed, 03 Nov 2021 12:23:29 +0100] rev 12101
core.certmanager: Add TLS 1.3 cipher suites to Mozilla TLS presets
Sun, 22 Dec 2019 02:25:37 +0100 core.certmanager: Presets based on Mozilla SSL Configuration Generator
Kim Alvefur <zash@zash.se> [Sun, 22 Dec 2019 02:25:37 +0100] rev 12100
core.certmanager: Presets based on Mozilla SSL Configuration Generator ssl_preset = "modern"
Wed, 22 Dec 2021 14:40:42 +0000 moduleapi: Support stripping of multi-word from module names
Matthew Wild <mwild1@gmail.com> [Wed, 22 Dec 2021 14:40:42 +0000] rev 12099
moduleapi: Support stripping of multi-word from module names The goal is to allow module:provides("foo-bar") with a mod_foo_bar_ prefix being stripped. It will break any existing modules that use a prefix and have hyphens instead of underscores. No such modules are known.
Tue, 21 Dec 2021 21:23:01 +0100 adminstream: fire disconnected event on lower layer disconnect
Jonas Schäfer <jonas@wielicki.name> [Tue, 21 Dec 2021 21:23:01 +0100] rev 12098
adminstream: fire disconnected event on lower layer disconnect This may in theory cause multiple disconnect events for the adminstream client, if the only code using that wasn't calling os.exit right away. Hence, this should be a good enough partial fix for #1671. It is not a full fix, because the shell will only notice the disconnect after one has hit enter in the input; until then, it is stuck in a read() call to stdin and completely oblivious to the disconnect.
Tue, 21 Dec 2021 21:38:44 +0100 CHANGES: Add various things
Kim Alvefur <zash@zash.se> [Tue, 21 Dec 2021 21:38:44 +0100] rev 12097
CHANGES: Add various things
Tue, 21 Dec 2021 20:43:44 +0100 CHANGES: Reorganize by added/changed/removed to improve readability
Kim Alvefur <zash@zash.se> [Tue, 21 Dec 2021 20:43:44 +0100] rev 12096
CHANGES: Reorganize by added/changed/removed to improve readability
Mon, 20 Dec 2021 23:12:08 +0100 Merge 0.11->trunk
Kim Alvefur <zash@zash.se> [Mon, 20 Dec 2021 23:12:08 +0100] rev 12095
Merge 0.11->trunk
Mon, 20 Dec 2021 16:24:52 +0100 Tag 0.11.11 0.11
Kim Alvefur <zash@zash.se> [Mon, 20 Dec 2021 16:24:52 +0100] rev 12094
Tag 0.11.11
Thu, 04 Nov 2021 01:00:06 +0100 mod_pep: Wipe pubsub service on user deletion 0.11 0.11.11
Kim Alvefur <zash@zash.se> [Thu, 04 Nov 2021 01:00:06 +0100] rev 12093
mod_pep: Wipe pubsub service on user deletion Data is already wiped from storage, but this ensures everything is properly unsubscribed, possibly with notifications etc. Clears recipient cache as well, since it is no longer relevant.
Thu, 04 Nov 2021 00:55:59 +0100 mod_pep: Prevent creation of services for non-existent users 0.11
Kim Alvefur <zash@zash.se> [Thu, 04 Nov 2021 00:55:59 +0100] rev 12092
mod_pep: Prevent creation of services for non-existent users Using a dedicated service should give identical behavior, except for a possible timing difference in the user existence lookup.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip