Mon, 16 May 2022 12:45:51 +0200 net.unbound: Disable use of hosts file by default (fixes #1737) 0.12
Kim Alvefur <zash@zash.se> [Mon, 16 May 2022 12:45:51 +0200] rev 12513
net.unbound: Disable use of hosts file by default (fixes #1737) This mirrors the behaviour with net.dns and avoids the initialization issue in #1737
Mon, 16 May 2022 11:42:31 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Mon, 16 May 2022 11:42:31 +0200] rev 12512
Merge 0.12->trunk
Mon, 16 May 2022 11:39:17 +0200 core.certmanager: Expand debug messages about cert lookups in index 0.12
Kim Alvefur <zash@zash.se> [Mon, 16 May 2022 11:39:17 +0200] rev 12511
core.certmanager: Expand debug messages about cert lookups in index Answers my recurring question of > Using cert "certs/example.com.crt" from index ... for what?
Sun, 15 May 2022 23:22:33 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Sun, 15 May 2022 23:22:33 +0200] rev 12510
Merge 0.12->trunk
Sun, 15 May 2022 23:16:14 +0200 mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded) 0.12
Kim Alvefur <zash@zash.se> [Sun, 15 May 2022 23:16:14 +0200] rev 12509
mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded) Due to the dummy statistics provider (see core.statsmanager line 250) having a metatable that allows infinite indexing where everything is always the same table, which end up in suf() in the concatenation line.
Sun, 15 May 2022 16:12:34 +0200 mod_smacks: Initialize queue before sending <enable>
Kim Alvefur <zash@zash.se> [Sun, 15 May 2022 16:12:34 +0200] rev 12508
mod_smacks: Initialize queue before sending <enable> Setting the .smacks field enables code paths that expects the queue to be present. The queue is initialized in wrap_session_out(). With opportunistic writes enabled this happens immediately on .sends2s(), so the sending <enable> must happen before OR after these two lines, not in the middle.
Sun, 15 May 2022 15:29:02 +0200 mod_cron: Remove difference between teal version
Kim Alvefur <zash@zash.se> [Sun, 15 May 2022 15:29:02 +0200] rev 12507
mod_cron: Remove difference between teal version This previously was considered an error because the module API Teal spec did not document a return value from module:add_timer()
Sun, 15 May 2022 15:27:35 +0200 teal/moduleapi: Describe timer wrapper
Kim Alvefur <zash@zash.se> [Sun, 15 May 2022 15:27:35 +0200] rev 12506
teal/moduleapi: Describe timer wrapper Since it's used in mod_cron
Mon, 09 May 2022 22:40:45 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Mon, 09 May 2022 22:40:45 +0200] rev 12505
Merge 0.12->trunk
Mon, 09 May 2022 22:39:05 +0200 util.jsonschema: Lua <5.3 compat here too 0.12
Kim Alvefur <zash@zash.se> [Mon, 09 May 2022 22:39:05 +0200] rev 12504
util.jsonschema: Lua <5.3 compat here too
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip