Tue, 21 Nov 2023 18:12:49 +0000 util.async: Improve debug logging in a few places
Matthew Wild <mwild1@gmail.com> [Tue, 21 Nov 2023 18:12:49 +0000] rev 13335
util.async: Improve debug logging in a few places Knowing the state of the coroutine as well as the runner state can be helpful.
Tue, 21 Nov 2023 18:11:40 +0000 util.async: Export a table of currently-waiting runners
Matthew Wild <mwild1@gmail.com> [Tue, 21 Nov 2023 18:11:40 +0000] rev 13334
util.async: Export a table of currently-waiting runners This can be used for debugging and introspection.
Tue, 21 Nov 2023 17:43:46 +0100 util.poll: Return early if given zero timeout and no pending events
Kim Alvefur <zash@zash.se> [Tue, 21 Nov 2023 17:43:46 +0100] rev 13333
util.poll: Return early if given zero timeout and no pending events Should have been part of f33887f925e1 to ensure it won't skip processing timers at all when very busy.
Mon, 13 Nov 2023 10:40:24 +0100 moduleapi: Update Teal spec
Kim Alvefur <zash@zash.se> [Mon, 13 Nov 2023 10:40:24 +0100] rev 13332
moduleapi: Update Teal spec Updates for 65fb0d7a2312::59c3d775c7fa
Mon, 13 Nov 2023 09:58:56 +0100 util.prosodyctl.check: Disable https cert check if http_external_url set
Kim Alvefur <zash@zash.se> [Mon, 13 Nov 2023 09:58:56 +0100] rev 13331
util.prosodyctl.check: Disable https cert check if http_external_url set This would indicate that a reverse proxy is used, which gets to be responsible for that since it probably holds the actual cert.
Mon, 13 Nov 2023 09:50:06 +0100 util.prosodyctl.check: Check cert for HTTPS if http module enabled
Kim Alvefur <zash@zash.se> [Mon, 13 Nov 2023 09:50:06 +0100] rev 13330
util.prosodyctl.check: Check cert for HTTPS if http module enabled
Mon, 13 Nov 2023 09:44:40 +0100 util.prosodyctl.check: Update conditions for s2s cert checks
Kim Alvefur <zash@zash.se> [Mon, 13 Nov 2023 09:44:40 +0100] rev 13329
util.prosodyctl.check: Update conditions for s2s cert checks The 'anonymous_login' setting is deprecated and prosodyctl check config will tell you to change it to 'authentication = "internal_hashed"', so we shouldn't need to care about here anymore.
Mon, 13 Nov 2023 09:43:54 +0100 util.prosodyctl.check: Simplify conditions for c2s and s2s cert checks
Kim Alvefur <zash@zash.se> [Mon, 13 Nov 2023 09:43:54 +0100] rev 13328
util.prosodyctl.check: Simplify conditions for c2s and s2s cert checks This code is hard to follow and in need of some refactoring.
Sun, 12 Nov 2023 13:02:38 +0100 tools/build-env: Tools for building and testing in a container
Kim Alvefur <zash@zash.se> [Sun, 12 Nov 2023 13:02:38 +0100] rev 13327
tools/build-env: Tools for building and testing in a container ./tools/build-env/build.sh Creates a container image based on Debian or Ubuntu ./tools/build-env/here.sh Starts a container and mounts in the current working directory, from where one can ./configure; make; make test etc
Sun, 12 Nov 2023 00:35:22 +0100 mod_s2s_auth_dane_in: Bail out on explicit service denial
Kim Alvefur <zash@zash.se> [Sun, 12 Nov 2023 00:35:22 +0100] rev 13326
mod_s2s_auth_dane_in: Bail out on explicit service denial
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 tip