Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-01 | Add a function for decrypting E2EE files/images | Tobias Fella | |
2021-12-01 | Remove unrelated changes | Tobias Fella | |
2021-12-01 | Things | Tobias Fella | |
2021-12-01 | Cleanup and Refactor EncryptionManager | Tobias Fella | |
2021-12-01 | E2EE: initial port to internal olm wrapper | Alexey Andreyev | |
Remove qtolm git module. Update CMakeLists.txt. Rename olm to crypto subdir to prevent disambiguation. Rename internal files accordingly. Comment out not ported E2EE API usage. | |||
2021-01-16 | Updated copyright statements upon Git audit | Kitsune Ral | |
After going through all the files and the history of commits on them it was clear that some copyright statements are obsolete (the code has been overwritten since) and some are missing. This commit tries best to remedy that, along with adding SPDX tags where they were still not used. Also, a minimal SPDX convention is documented for further contributions. Closes #426. | |||
2020-12-26 | Add a few more files | Carl Schwan | |
2020-03-12 | E2EE: Make building E2EE optional. Contributes to #369 | Alexey Andreev | |
Signed-off-by: Alexey Andreev <aa13q@ya.ru> | |||
2020-02-25 | E2EE: fix olm session decrypt, move to EncryptionManager | Alexey Andreyev | |
Signed-off-by: Alexey Andreev <aa13q@ya.ru> | |||
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-09 | Merge branch 'master' into use-clang-format | Kitsune Ral | |
2019-07-08 | E2EE: add new account generation logic | Alexey Andreyev | |
2019-07-04 | Add EncryptionManager class. Add AccountSettings::encryptionAccountPickle logic. | Alexey Andreyev | |