aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-10-17 15:20:06 +0200
committerKim Alvefur <zash@zash.se>2022-10-17 15:20:06 +0200
commit2269035c0dd4831975fa40ffeb0848a1ada478b5 (patch)
tree05d89abf7cfc3250fd51f8534ed64aa0c470eca7 /CHANGES
parentaa8f7d1533ae86e6832a5a1ec506d58dee213d36 (diff)
downloadprosody-2269035c0dd4831975fa40ffeb0848a1ada478b5.tar.gz
prosody-2269035c0dd4831975fa40ffeb0848a1ada478b5.zip
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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ea4ef9e0..12f67082 100644
--- a/CHANGES
+++ b/CHANGES
@@ -33,6 +33,7 @@ TRUNK
## Changes
- Support sub-second precision timestamps
+- mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy
## Removed