index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
encryptionmanager.cpp
Age
Commit message (
Expand
)
Author
2021-12-10
Use individual databases for each connection
Tobias Fella
2021-12-07
Remove default constructor
Tobias Fella
2021-12-07
Rename "crypto" -> "e2ee"
Tobias Fella
2021-12-07
Port E2EE to database instead of JSON files
Tobias Fella
2021-12-01
Apply suggestions from code review
Tobias Fella
2021-12-01
More improvements
Tobias Fella
2021-12-01
Apply more suggestions
Tobias Fella
2021-12-01
Apply suggestions from code review
Tobias Fella
2021-12-01
Use UnorderedMap instead of std::map
Tobias Fella
2021-12-01
Move non-cache data to a non-cache location
Tobias Fella
2021-12-01
Various improvements and fixes
Tobias Fella
2021-12-01
Store pickling key in qtkeychain and pickle encrypted
Tobias Fella
2021-12-01
Various fixes
Tobias Fella
2021-12-01
Implement (meg)olm key caching, megolm decrypting, EncryptedEvent
Tobias Fella
2021-12-01
Add a function for decrypting E2EE files/images
Tobias Fella
2021-12-01
Cleanup and Refactor EncryptionManager
Tobias Fella
2021-12-01
fix typo
Carl Schwan
2021-12-01
Apply a few more comments
Carl Schwan
2021-12-01
Apply suggestions from code review
Carl Schwan
2021-12-01
More tests
Carl Schwan
2021-12-01
More porting to new API
Carl Schwan
2021-12-01
E2EE: initial port to internal olm wrapper
Alexey Andreyev
2021-12-01
Remove duplicated file
Carl Schwan
2021-01-16
Updated copyright statements upon Git audit
Kitsune Ral
2021-01-15
Merge pull request #428 from ognarb/licensing
Kitsune Ral
2021-01-14
Fix a typo in the previous typo fix
Kitsune Ral
2021-01-14
EncryptionManager: fix a typo
Kitsune Ral
2020-12-26
Add a few more files
Carl Schwan
2020-06-19
Fix FTBFS and warnings with E2EE switched on
Kitsune Ral
2020-06-07
Small updates to match the new generated definitions
Kitsune Ral
2020-03-12
E2EE: Make building E2EE optional. Contributes to #369
Alexey Andreev
2020-02-25
E2EE: fix olm session decrypt, move to EncryptionManager
Alexey Andreyev
2019-08-09
Namespace: QMatrixClient -> Quotient (with back comp alias)
Kitsune Ral
2019-08-02
Apply the new brace wrapping to source files
Kitsune Ral
2019-08-02
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-27
E2EE: introduce EncryptedEvent
Alexey Andreyev
2019-07-14
E2EE: provide a shared header with encryption standard key names
Alexey Andreyev
2019-07-09
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-08
E2EE: fix EncryptionManager algorithm names
Alexey Andreyev
2019-07-08
E2EE: fix uploadIdentityKeys signatures generation
Alexey Andreyev
2019-07-08
E2EE: add new account generation logic
Alexey Andreyev
2019-07-04
Upload one-time keys. Issue #88
Alexey Andreyev
2019-07-04
Upload device public keys. Issue #87
Alexey Andreyev
2019-07-04
Add EncryptionManager class. Add AccountSettings::encryptionAccountPickle logic.
Alexey Andreyev