Software /
code /
prosody
Comparison
CHANGES @ 12978:088d278c75b5
CHANGES: The Great Rename-ning completed! #1223
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 17 Mar 2023 19:38:39 +0100 |
parent | 12958:640476114eb6 |
child | 13126:d043834f15d2 |
comparison
equal
deleted
inserted
replaced
12977:74b9e05af71e | 12978:088d278c75b5 |
---|---|
39 ## Changes | 39 ## Changes |
40 | 40 |
41 - Support sub-second precision timestamps | 41 - Support sub-second precision timestamps |
42 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy | 42 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy |
43 - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI | 43 - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI |
44 - Moved all modules into the Lua namespace `prosody.` | |
44 | 45 |
45 ## Removed | 46 ## Removed |
46 | 47 |
47 - Lua 5.1 support | 48 - Lua 5.1 support |
48 - XEP-0090 support removed from mod_time | 49 - XEP-0090 support removed from mod_time |