Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WIP] Room Verification Works! | CH Chethan Reddy | 2020-08-18 | 1 | -6/+12 |
* | Adding Room Key Verification Stuff | CH Chethan Reddy | 2020-07-30 | 1 | -9/+30 |
* | Add some more slots and mac | CH Chethan Reddy | 2020-07-30 | 1 | -7/+4 |
* | Handle Device Verification related to_device messages | Chethan2k1 | 2020-07-30 | 1 | -1/+22 |
* | Add C++ Model for DeviceList | CH Chethan Reddy | 2020-07-30 | 1 | -2/+0 |
* | Rewrite UserProfile in qml | CH Chethan Reddy | 2020-07-30 | 1 | -0/+16 |
* | Fix m.relates_to being sent as 'null' when not set in encrypted messages. | Nicolas Werner | 2020-06-20 | 1 | -1/+2 |
* | Change the commit hash for mtxclient | CH Chethan Reddy | 2020-05-15 | 1 | -5/+8 |
* | minor fixes | CH Chethan Reddy | 2020-05-15 | 1 | -33/+35 |
* | Basic, broken reaction display | Nicolas Werner | 2020-05-04 | 1 | -2/+2 |
* | Add signal/slot for decryption changes in last patch | Joseph Donofry | 2020-04-22 | 1 | -1/+1 |
* | 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 |