Software /
code /
prosody
Comparison
CHANGES @ 13201:65fb0d7a2312
moduleapi: Add enum config option method
For when a setting has a few fixed values it can take
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 16 Jan 2021 20:40:14 +0100 |
parent | 13189:36b7bdafc993 |
child | 13203:aa6c2692a4be |
comparison
equal
deleted
inserted
replaced
13200:150e3bbec1bd | 13201:65fb0d7a2312 |
---|---|
35 ### Storage | 35 ### Storage |
36 | 36 |
37 - New 'keyval+' combined keyval/map store type | 37 - New 'keyval+' combined keyval/map store type |
38 - Performance improvements in internal archive stores | 38 - Performance improvements in internal archive stores |
39 - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI | 39 - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI |
40 | |
41 ### Module API | |
42 | |
43 - Config interface API can require that string values be picked from a provided set | |
40 | 44 |
41 ## Changes | 45 ## Changes |
42 | 46 |
43 - Support sub-second precision timestamps | 47 - Support sub-second precision timestamps |
44 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy | 48 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy |