Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove loggin of encrypted message body | Nicolas Werner | 2020-01-23 | 1 | -2/+0 |
* | Fix replies in encrypted rooms | Nicolas Werner | 2020-01-13 | 1 | -5/+13 |
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -14/+13 |
* | Update to c++17 | Nicolas Werner | 2019-12-14 | 1 | -4/+3 |
* | Enable debug logs | Konstantinos Sideris | 2018-09-30 | 1 | -18/+18 |
* | Update mtxclient | Konstantinos Sideris | 2018-09-15 | 1 | -8/+7 |
* | Merge matrix-structs into the client lib | Konstantinos Sideris | 2018-09-01 | 1 | -2/+4 |
* | Add option to ignore key requests altogether | Konstantinos Sideris | 2018-07-22 | 1 | -0/+6 |
* | Reject key requests for users that are not members of the room | Konstantinos Sideris | 2018-07-22 | 1 | -0/+8 |
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -2/+2 |
* | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 1 | -17/+16 |
* | Fix Windows build | Konstantinos Sideris | 2018-07-14 | 1 | -5/+4 |
* | Fix variable shadowing that caused the key response to be null | Konstantinos Sideris | 2018-07-08 | 1 | -2/+3 |
* | Add context menu action to request encryption keys | Konstantinos Sideris | 2018-07-07 | 1 | -2/+273 |
* | Upgrade matrix-structs & mtxclient | Konstantinos Sideris | 2018-06-28 | 1 | -11/+27 |
* | Send one claim request per user that includes all devices | Konstantinos Sideris | 2018-06-25 | 1 | -0/+2 |
* | Save the olm account after we create new one-time keys | Konstantinos Sideris | 2018-06-18 | 1 | -0/+9 |
* | Improve logging a bit | Konstantinos Sideris | 2018-06-18 | 1 | -1/+5 |
* | Handle OLM_MESSAGE type of messages properly | Konstantinos Sideris | 2018-06-15 | 1 | -42/+102 |
* | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 1 | -18/+20 |
* | Add support for sending encrypted messages | Konstantinos Sideris | 2018-06-13 | 1 | -0/+27 |
* | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 1 | -0/+139 |