aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2025-01-23 16:38:56 +0100
committerKim Alvefur <zash@zash.se>2025-01-23 16:38:56 +0100
commit654edd37bbf7608fa1f1889cda4604cdba76f20f (patch)
tree9855d4d534fb9ec19172724758d50145f0603561 /CHANGES
parent2d4ea8ac9b1797698bd3d722ee2beed2638be52a (diff)
downloadprosody-654edd37bbf7608fa1f1889cda4604cdba76f20f.tar.gz
prosody-654edd37bbf7608fa1f1889cda4604cdba76f20f.zip
util.sql: SQLCipher support
This enables use of encrypted databases if LuaDBI or LuaSQLite3 has been linked against SQLCipher. Using `LD_PRELOAD` may work as well. Requires SQLCipher >= 4.0.0 due to the use of UPSERT
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c7c7e9c9..3e1772e1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -46,6 +46,7 @@ TRUNK
- New 'keyval+' combined keyval/map store type
- Performance improvements in internal archive stores
- Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI
+- SQLCipher support
### Module API