Sun, 20 Jun 2021 17:51:44 +0200 util.prosodyctl.check: Ensure that libunbound does not check hosts file
Kim Alvefur <zash@zash.se> [Sun, 20 Jun 2021 17:51:44 +0200] rev 11621
util.prosodyctl.check: Ensure that libunbound does not check hosts file This fixes wrongly reported DNS problems on some distros where the hosts file contains an entry for the local machine, pointing at a loopback address such as 127.0.1.1 or similar.
Sun, 20 Jun 2021 17:34:50 +0200 util.prosodyctl.check: Deprecate legacy_ssl related options
Kim Alvefur <zash@zash.se> [Sun, 20 Jun 2021 17:34:50 +0200] rev 11620
util.prosodyctl.check: Deprecate legacy_ssl related options
Sun, 20 Jun 2021 17:11:19 +0200 util.prosodyctl.check: Add support for checking Direct TLS SRV records
Kim Alvefur <zash@zash.se> [Sun, 20 Jun 2021 17:11:19 +0200] rev 11619
util.prosodyctl.check: Add support for checking Direct TLS SRV records
Sun, 20 Jun 2021 16:51:08 +0200 mod_c2s: Add a Direct TLS listener
Kim Alvefur <zash@zash.se> [Sun, 20 Jun 2021 16:51:08 +0200] rev 11618
mod_c2s: Add a Direct TLS listener This only differs from 'legacy_ssl' in name, at least on the server side. For clients this is the one that uses SRV records.
Sun, 20 Jun 2021 17:14:17 +0200 util.prosodyctl.check: Fix for net.dns vs unbound API difference
Kim Alvefur <zash@zash.se> [Sun, 20 Jun 2021 17:14:17 +0200] rev 11617
util.prosodyctl.check: Fix for net.dns vs unbound API difference net.dns returns nil for NXDOMAIN, while net.unbound returns a table with zero items and various status fields.
Sun, 20 Jun 2021 17:11:59 +0200 util.prosodyctl.check: Add knowledge of the global-only 'use_ipv4' setting
Kim Alvefur <zash@zash.se> [Sun, 20 Jun 2021 17:11:59 +0200] rev 11616
util.prosodyctl.check: Add knowledge of the global-only 'use_ipv4' setting
Sun, 20 Jun 2021 16:30:24 +0200 mod_http_file_share: Update comment about x-frame-options
Kim Alvefur <zash@zash.se> [Sun, 20 Jun 2021 16:30:24 +0200] rev 11615
mod_http_file_share: Update comment about x-frame-options X-Frame-Options was replaced by the Content-Security-Policy 'frame-ancestors' directive, but Internet Explorer does not support that part of CSP. Since it's just one line it doesn't hurt to keep until some future spring cleaning event :)
Sat, 19 Jun 2021 13:25:48 +0200 CHANGES: Add OpenMetrics changes to Statistics
Kim Alvefur <zash@zash.se> [Sat, 19 Jun 2021 13:25:48 +0200] rev 11614
CHANGES: Add OpenMetrics changes to Statistics
Wed, 16 Jun 2021 23:53:00 +0200 mod_s2s: Bail if connection is destroyed after attempting to open stream
Kim Alvefur <zash@zash.se> [Wed, 16 Jun 2021 23:53:00 +0200] rev 11613
mod_s2s: Bail if connection is destroyed after attempting to open stream Fixes "attempt to compare number with nil" because `session.version` has been cleared by s2smanager.destroy_session. This can happen with the server_epoll setting opportunistic_writes enabled, which means that it can notice that the connection failed at this point, after which it triggers the whole chain of events that leads to session destruction and "cleaning" most of the session fields.
Wed, 16 Jun 2021 00:00:17 +0200 mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers
Kim Alvefur <zash@zash.se> [Wed, 16 Jun 2021 00:00:17 +0200] rev 11612
mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip