Thu, 04 May 2023 17:30:40 +0200 doap: Update reference for publishing of XEP-0478: Stream Limits Advertisement
Kim Alvefur <zash@zash.se> [Thu, 04 May 2023 17:30:40 +0200] rev 13098
doap: Update reference for publishing of XEP-0478: Stream Limits Advertisement
Wed, 03 May 2023 18:02:11 +0200 mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk)
Kim Alvefur <zash@zash.se> [Wed, 03 May 2023 18:02:11 +0200] rev 13097
mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk) The (still not published) XEP-xxxx: Stream Limits Advertisement uses the element <max-bytes/> to advertise the maximum octet size of top level stream elements. "size" was probably a leftover of an even earlier version of the (Proto)XEP.
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.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip