Fri, 10 Dec 2021 22:37:32 +0100 mod_mam: Allow plugging into archive decision
Kim Alvefur <zash@zash.se> [Fri, 10 Dec 2021 22:37:32 +0100] rev 12310
mod_mam: Allow plugging into archive decision Similar procedure as mod_csi_simple
Mon, 21 Feb 2022 08:54:39 +0100 core.certmanager: Ensure key exists for fullchain
Kim Alvefur <zash@zash.se> [Mon, 21 Feb 2022 08:54:39 +0100] rev 12309
core.certmanager: Ensure key exists for fullchain Since 5cd075ed4fd3 any file matching "fullchain" would be considered for use. Dehydrated stores fullchain certs in e.g, fullchain-1641171024.pem and a symlink fullchain.pem pointing at the latest one. However the current rule for finding a corresponding private key would try privkey-1641171024.pem in the same directory, which may not exist.
Sun, 20 Feb 2022 00:24:18 +0100 mod_admin_shell: Use a table to show help sections
Kim Alvefur <zash@zash.se> [Sun, 20 Feb 2022 00:24:18 +0100] rev 12308
mod_admin_shell: Use a table to show help sections Because tables make everything better and more readable!
Fri, 18 Feb 2022 23:20:24 +0100 CHANGES: Mention graceful shutdown
Kim Alvefur <zash@zash.se> [Fri, 18 Feb 2022 23:20:24 +0100] rev 12307
CHANGES: Mention graceful shutdown
Fri, 18 Feb 2022 23:13:01 +0100 mod_c2s: Ignore unused event payload [luacheck]
Kim Alvefur <zash@zash.se> [Fri, 18 Feb 2022 23:13:01 +0100] rev 12306
mod_c2s: Ignore unused event payload [luacheck]
Thu, 17 Feb 2022 03:49:47 +0100 mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown steps
Kim Alvefur <zash@zash.se> [Thu, 17 Feb 2022 03:49:47 +0100] rev 12305
mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown steps Ensures unavailable presence and other outgoing stanzas are sent. Waiting for c2s sessions to close first before proceeding to disable and close s2s ensures that unavailable presence can go out, even if it requires dialback to complete first.
Fri, 18 Feb 2022 14:25:22 +0100 mod_c2s: Close ports in a separate, earlier event from closing sessions
Kim Alvefur <zash@zash.se> [Fri, 18 Feb 2022 14:25:22 +0100] rev 12304
mod_c2s: Close ports in a separate, earlier event from closing sessions Lets other things step in and do things while c2s ports are closed, e.g. mod_smacks, or other modules with port handlers that forward to c2s.
Fri, 11 Feb 2022 21:41:04 +0100 mod_s2s: Disable creation of new outgoing connections during shutdown
Kim Alvefur <zash@zash.se> [Fri, 11 Feb 2022 21:41:04 +0100] rev 12303
mod_s2s: Disable creation of new outgoing connections during shutdown
Fri, 11 Feb 2022 21:36:53 +0100 mod_c2s,mod_s2s: Disable and close port listeners before closing sessions
Kim Alvefur <zash@zash.se> [Fri, 11 Feb 2022 21:36:53 +0100] rev 12302
mod_c2s,mod_s2s: Disable and close port listeners before closing sessions This ensures no new clients can start connecting during shutdown
Wed, 06 Oct 2021 14:50:47 +0200 mod_posix: Run signal handlers in the startup thread
Kim Alvefur <zash@zash.se> [Wed, 06 Oct 2021 14:50:47 +0200] rev 12301
mod_posix: Run signal handlers in the startup thread
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip