Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2021-01-15 | Merge pull request #428 from ognarb/licensing | Kitsune Ral | |
Port existing copyright statement to reuse using licensedigger | |||
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 | |
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-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 | |