Sat, 02 Dec 2023 21:45:38 +0100 util.jsonschema: Return basic structured validation response
Kim Alvefur <zash@zash.se> [Sat, 02 Dec 2023 21:45:38 +0100] rev 13389
util.jsonschema: Return basic structured validation response
Sun, 03 Dec 2023 15:46:33 +0100 mod_c2s: Make c2s_timeout timer reachable to allow access from other modules
Kim Alvefur <zash@zash.se> [Sun, 03 Dec 2023 15:46:33 +0100] rev 13388
mod_c2s: Make c2s_timeout timer reachable to allow access from other modules E.g. the timeout could be extended under certain conditions.
Sun, 03 Dec 2023 15:44:15 +0100 tools: Add a tool for comparing DOAP to the latest XEP versions
Kim Alvefur <zash@zash.se> [Sun, 03 Dec 2023 15:44:15 +0100] rev 13387
tools: Add a tool for comparing DOAP to the latest XEP versions Needs wget, awk, sed and xml2
Sat, 02 Dec 2023 20:20:05 +0100 mod_s2s: Close connection on smacks timeout
Kim Alvefur <zash@zash.se> [Sat, 02 Dec 2023 20:20:05 +0100] rev 13386
mod_s2s: Close connection on smacks timeout This merges the mod_s2s_smacks_timeout behavior from prosody-modules This event is fired by mod_smacks when the connection has not responded to an ack-request for a period of time defaulting to 30 seconds, indicating that the connection has become stuck or non-responsive. Closing it prevents routing further messages via this connection and frees resources. A stuck connection may otherwise remain until for a time determined by the OS TCP subsystem, which can be quite long.
Fri, 01 Dec 2023 23:43:18 +0100 mod_saslauth: Fire event at start of authentication attempt
Kim Alvefur <zash@zash.se> [Fri, 01 Dec 2023 23:43:18 +0100] rev 13385
mod_saslauth: Fire event at start of authentication attempt As extension point for rate limiting and similar checks, so they can hook a single event instead of <{sasl1}auth> or stream features, which might not be fired in case of SASL2 or e.g. HTTP based login.
Fri, 01 Dec 2023 22:00:18 +0100 net.http.server: Fix whitespace-ignoring syntax
Kim Alvefur <zash@zash.se> [Fri, 01 Dec 2023 22:00:18 +0100] rev 13384
net.http.server: Fix whitespace-ignoring syntax
Fri, 01 Dec 2023 17:11:19 +0100 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Fri, 01 Dec 2023 17:11:19 +0100] rev 13383
Merge 0.12->trunk
Wed, 23 Aug 2023 12:18:34 +0200 net.http.parser: Reject overlarge header section earlier 0.12
Kim Alvefur <zash@zash.se> [Wed, 23 Aug 2023 12:18:34 +0200] rev 13382
net.http.parser: Reject overlarge header section earlier This case would eventually be rejected by the buffer size limit.
Thu, 30 Nov 2023 18:45:05 +0100 lua-format: Let simple things be one line
Kim Alvefur <zash@zash.se> [Thu, 30 Nov 2023 18:45:05 +0100] rev 13381
lua-format: Let simple things be one line This doesn't really handle nesting all that nicely tho.
Wed, 18 Jan 2023 18:35:24 +0100 lua-format: Further tweaks
Kim Alvefur <zash@zash.se> [Wed, 18 Jan 2023 18:35:24 +0100] rev 13380
lua-format: Further tweaks Keeping things a single line makes very deeply nested things "pyramids" a single line, which makes them hard to read.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 tip