Add API to change database passphrase

New API is:
- dc_context_is_encrypted()
- dc_context_change_passphrase()
This commit is contained in:
link2xt
2022-01-29 18:38:42 +00:00
parent e73107006e
commit 91aa8cf259
5 changed files with 136 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## Unreleased
### API Changes
- added APIs to check if database is encrypted and to change the passphrase:
`dc_context_is_encrypted()` and `dc_context_change_passphrase()` #3029.
### Changes
- don't watch Sent folder by default #3025
- use webxdc app name in chatlist/quotes/replies etc. #3027