Mon, 01 May 2023 22:24:13 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Mon, 01 May 2023 22:24:13 +0200] rev 13096
Merge 0.12->trunk
Mon, 01 May 2023 15:10:32 +0200 mod_csi_simple: Disable revert-to-inactive timer when going to active mode 0.12
Kim Alvefur <zash@zash.se> [Mon, 01 May 2023 15:10:32 +0200] rev 13095
mod_csi_simple: Disable revert-to-inactive timer when going to active mode This timer shouldn't kick in in the middle of active mode.
Mon, 01 May 2023 14:52:38 +0200 mod_csi_simple: Clear delayed active mode timer on disable 0.12
Kim Alvefur <zash@zash.se> [Mon, 01 May 2023 14:52:38 +0200] rev 13094
mod_csi_simple: Clear delayed active mode timer on disable It should not be there afterwards. Noticed that it seems to fire some time after resumption claiming that the queue size is nil, implying that it may hold a reference to an expired session somehow.
Sun, 30 Apr 2023 23:45:55 +0200 mod_admin_shell: Refactor 'cert' column
Kim Alvefur <zash@zash.se> [Sun, 30 Apr 2023 23:45:55 +0200] rev 13093
mod_admin_shell: Refactor 'cert' column Removes some dead code and hopefully simplifies a bit. There's a tree of possibilities with the two tri-state status properties, something like chain: * nil -- cert validation disabled? * invalid -- something wrong with the chain (including ee cert) * valid -- chain ok cert: * nil -- incomplete validation?? * invalid -- mismatched names or such * valid -- all good!
Sun, 23 Apr 2023 10:42:07 +0200 util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength'
Kim Alvefur <zash@zash.se> [Sun, 23 Apr 2023 10:42:07 +0200] rev 13092
util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength'
Sun, 23 Apr 2023 10:26:43 +0200 util.jsonschema: Implement 'minContains' and 'maxContains'
Kim Alvefur <zash@zash.se> [Sun, 23 Apr 2023 10:26:43 +0200] rev 13091
util.jsonschema: Implement 'minContains' and 'maxContains'
Sat, 22 Apr 2023 13:30:19 +0200 util.jsonschema: Add some comments wrt Lua-specifics
Kim Alvefur <zash@zash.se> [Sat, 22 Apr 2023 13:30:19 +0200] rev 13090
util.jsonschema: Add some comments wrt Lua-specifics
Sat, 22 Apr 2023 12:48:51 +0200 util.jsonschema: Implement 'luaPattern' - Lua variant of 'pattern'
Kim Alvefur <zash@zash.se> [Sat, 22 Apr 2023 12:48:51 +0200] rev 13089
util.jsonschema: Implement 'luaPattern' - Lua variant of 'pattern' Like 'pattern' but uses Lua patterns instead of Regular Expressions, since only a subset of regex are also valid Lua patterns.
Sat, 22 Apr 2023 12:14:29 +0200 util.jsonschema: Implement 'luaPatternProperties' as Lua variant of 'patternProperties'
Kim Alvefur <zash@zash.se> [Sat, 22 Apr 2023 12:14:29 +0200] rev 13088
util.jsonschema: Implement 'luaPatternProperties' as Lua variant of 'patternProperties' Previous version of this patch used 'patternProperties' but that would only work with simpler ECMA-262 regular expressions are also valid Lua patterns.
Sat, 22 Apr 2023 12:45:58 +0200 util.jsonschema: Tweak description of disabled test
Kim Alvefur <zash@zash.se> [Sat, 22 Apr 2023 12:45:58 +0200] rev 13087
util.jsonschema: Tweak description of disabled test This doesn't fail because of additionalProperties, looks more like some issue with recursive definitions and util.jsonpointer that I don't want feel like investigating now.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip