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. | |||
2020-12-26 | Add a few more files | Carl Schwan | |
2019-08-12 | e2ee.h: Make constants inline instead of static | Kitsune Ral | |
This changes from internal linkage for every translation unit including e2ee.h to external linkage across translation units but without the need to create a .cpp file just to define and init the constants. | |||
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 | e2ee.h: add a missing #include | Kitsune Ral | |
Revealed after reordering #includes with clang-format. | |||
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 | |