Comparison

CHANGES @ 12775:1dd468c63a3d

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.
author Kim Alvefur <zash@zash.se>
date Mon, 17 Oct 2022 15:20:06 +0200
parent 12734:447aef5e942c
child 12846:1638991caed2
comparison
equal deleted inserted replaced
12774:fc4adc32a537 12775:1dd468c63a3d
31 - New role and permissions framework and API 31 - New role and permissions framework and API
32 32
33 ## Changes 33 ## Changes
34 34
35 - Support sub-second precision timestamps 35 - Support sub-second precision timestamps
36 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy
36 37
37 ## Removed 38 ## Removed
38 39
39 - Lua 5.1 support 40 - Lua 5.1 support
40 - XEP-0090 support removed from mod_time 41 - XEP-0090 support removed from mod_time