Software /
code /
prosody
Comparison
CHANGES @ 13203:aa6c2692a4be
core.moduleapi: Allow specifying an acceptable range for number options
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 05 Oct 2021 15:36:38 +0200 |
parent | 13201:65fb0d7a2312 |
child | 13204:c9ef35fab0b1 |
comparison
equal
deleted
inserted
replaced
13202:173038306750 | 13203:aa6c2692a4be |
---|---|
39 - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI | 39 - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI |
40 | 40 |
41 ### Module API | 41 ### Module API |
42 | 42 |
43 - Config interface API can require that string values be picked from a provided set | 43 - Config interface API can require that string values be picked from a provided set |
44 - Acceptable interval can be specified for number options | |
44 | 45 |
45 ## Changes | 46 ## Changes |
46 | 47 |
47 - Support sub-second precision timestamps | 48 - Support sub-second precision timestamps |
48 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy | 49 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy |