Wed, 19 Oct 2022 14:21:13 +0200 util.jsonpointer: Improve tests
Kim Alvefur <zash@zash.se> [Wed, 19 Oct 2022 14:21:13 +0200] rev 12781
util.jsonpointer: Improve tests Result of mutation testing Remaining mutants are mostly relating to the math.type() fallback. Another case being that array[#array+1] == array[#array+2] and thus doesn't matter.
Wed, 19 Oct 2022 14:07:48 +0200 util.datamapper: Remove leftover debug assert (Only Teal, not included in build)
Kim Alvefur <zash@zash.se> [Wed, 19 Oct 2022 14:07:48 +0200] rev 12780
util.datamapper: Remove leftover debug assert (Only Teal, not included in build)
Mon, 17 Oct 2022 15:20:06 +0200 mod_blocklist: Add option 'migrate_legacy_blocking' to disable migration from mod_privacy
Kim Alvefur <zash@zash.se> [Mon, 17 Oct 2022 15:20:06 +0200] rev 12779
mod_blocklist: Add option 'migrate_legacy_blocking' to disable migration from mod_privacy Tiny performance improvement for new users by skipping this check. Most servers should have gone trough the migration for all active users long ago. As a suitable first step of phasing out this code, we make it possible to disable it first. Later it can be disabled by default, before finally the code is deleted.
Mon, 17 Oct 2022 15:13:04 +0200 util.stanza: Add new methods to Teal interface specification
Kim Alvefur <zash@zash.se> [Mon, 17 Oct 2022 15:13:04 +0200] rev 12778
util.stanza: Add new methods to Teal interface specification at_top: 21217f7e82b9 get_child_with_attr: 39164ea2ab9e get_child_attr: e8934ce6ea0f add_error: 5f182bccf33f
Fri, 14 Oct 2022 11:21:16 +0100 mod_c2s: Include stream attributes in stream-features event
Matthew Wild <mwild1@gmail.com> [Fri, 14 Oct 2022 11:21:16 +0100] rev 12777
mod_c2s: Include stream attributes in stream-features event We need this to access 'from' in SASL2/FAST.
Thu, 13 Oct 2022 22:46:19 +0100 mod_tokenauth: Allow attaching an arbitrary data table to a token
Matthew Wild <mwild1@gmail.com> [Thu, 13 Oct 2022 22:46:19 +0100] rev 12776
mod_tokenauth: Allow attaching an arbitrary data table to a token
Thu, 13 Oct 2022 09:55:36 +0100 util.cache: Add some missing test cases
Matthew Wild <mwild1@gmail.com> [Thu, 13 Oct 2022 09:55:36 +0100] rev 12775
util.cache: Add some missing test cases Found via mutation testing.
Tue, 11 Oct 2022 15:41:05 +0100 util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas)
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2022 15:41:05 +0100] rev 12774
util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas)
Tue, 11 Oct 2022 13:35:09 +0100 util.jid: Simplify boolean logic in conditionals
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2022 13:35:09 +0100] rev 12773
util.jid: Simplify boolean logic in conditionals
Tue, 11 Oct 2022 13:33:19 +0100 util.jid: Remove redundant check from split() (micro-optimization?)
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2022 13:33:19 +0100] rev 12772
util.jid: Remove redundant check from split() (micro-optimization?)
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip