log net/unbound.lua @ 14224:36aac3343563

age author description
Thu, 11 Jun 2026 22:30:27 +0200 Kim Alvefur net.unbound: Respect use_dnssec=false in case of default TA in lua-event
Thu, 11 Jun 2026 22:19:08 +0200 Kim Alvefur net.unbound: Inherit trust anchors from luaunbound defaults
Sun, 07 Jun 2026 20:32:55 +0200 Kim Alvefur net.unbound: Enable DNSSEC by default with option for turning off
Sun, 07 Jun 2026 18:23:24 +0200 Kim Alvefur net.unbound: Briefly explain default override settings
Sat, 30 May 2026 19:22:51 +0200 Kim Alvefur Merge 13.0->trunk
Sat, 30 May 2026 19:21:08 +0200 Kim Alvefur net.unbound: Simplify by removing cancel() 13.0
Sat, 30 May 2026 19:18:21 +0200 Kim Alvefur net.unbound: Let in-flight queries complete after re-initialization 13.0
Sat, 30 May 2026 00:32:06 +0200 Kim Alvefur net.unbound: Reset and apply new config on reload 13.0
Tue, 07 Oct 2025 23:50:12 +0200 Kim Alvefur net.unbound: Count number of DNS response records
Fri, 07 Feb 2025 09:22:52 +0100 Kim Alvefur net.adns: Collect DNS lookup timing metrics
Sun, 14 Apr 2024 14:06:57 +0200 Kim Alvefur net.unbound: Show canonical name in textual format (e.g. in shell)
Fri, 17 Mar 2023 16:23:12 +0100 Kim Alvefur net: Prefix module imports with prosody namespace
Sun, 19 Jun 2022 19:49:32 +0200 Kim Alvefur net.unbound: Merge luaunbound and prosody defaults in absence of user config (fixes #1763) (thanks rgd) 0.12
Mon, 16 May 2022 14:51:01 +0200 Kim Alvefur net.unbound: Adjust log level of error to error to error 0.12
Mon, 16 May 2022 12:45:51 +0200 Kim Alvefur net.unbound: Disable use of hosts file by default (fixes #1737) 0.12
Thu, 02 Dec 2021 01:14:55 +0100 Kim Alvefur util.id: Adjust entropy levels, with rationales
Thu, 21 Jan 2021 23:33:59 +0100 Kim Alvefur net.unbound: Fix to initialize under prosodyctl
Tue, 05 Jan 2021 21:40:06 +0100 Kim Alvefur net.unbound: Delay loading until server has started or first query
Tue, 05 Jan 2021 21:36:04 +0100 Kim Alvefur net.unbound: Move libunbound initialization into a function
Tue, 05 Jan 2021 20:04:07 +0100 Kim Alvefur net.unbound: Allow tracing individual queries with a logger per query
Tue, 05 Jan 2021 20:02:46 +0100 Kim Alvefur net.unbound: Don't pass error as logger formatting string
Tue, 05 Jan 2021 19:53:40 +0100 Kim Alvefur net.unbound: Log net.server interactions
Thu, 25 Jun 2020 18:20:51 +0200 Kim Alvefur net.unbound: Remove compat for missing promises (pre-0.11)
Thu, 25 Jun 2020 17:56:48 +0200 Kim Alvefur net.unbound: Strip support for legacy net.server APIs
Sat, 09 Mar 2019 21:19:24 +0100 Kim Alvefur net.unbound: Async DNS resolver library based on libunbound via luaunbound