Software /
code /
prosody
Comparison
CHANGES @ 12846:1638991caed2
mod_storage_sql: Support SQLite3 without LuaDBI
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 19 Jan 2023 16:56:12 +0100 |
parent | 12775:1dd468c63a3d |
child | 12865:e6324117f124 |
comparison
equal
deleted
inserted
replaced
12845:f306336b7e99 | 12846:1638991caed2 |
---|---|
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 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy |
37 - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI | |
37 | 38 |
38 ## Removed | 39 ## Removed |
39 | 40 |
40 - Lua 5.1 support | 41 - Lua 5.1 support |
41 - XEP-0090 support removed from mod_time | 42 - XEP-0090 support removed from mod_time |