summary refs log tree commit diff
path: root/src/Olm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WIP] Room Verification Works!CH Chethan Reddy2020-08-181-6/+12
* Adding Room Key Verification StuffCH Chethan Reddy2020-07-301-9/+30
* Add some more slots and macCH Chethan Reddy2020-07-301-7/+4
* Handle Device Verification related to_device messagesChethan2k12020-07-301-1/+22
* Add C++ Model for DeviceListCH Chethan Reddy2020-07-301-2/+0
* Rewrite UserProfile in qmlCH Chethan Reddy2020-07-301-0/+16
* Fix m.relates_to being sent as 'null' when not set in encrypted messages.Nicolas Werner2020-06-201-1/+2
* Change the commit hash for mtxclientCH Chethan Reddy2020-05-151-5/+8
* minor fixesCH Chethan Reddy2020-05-151-33/+35
* Basic, broken reaction displayNicolas Werner2020-05-041-2/+2
* Add signal/slot for decryption changes in last patchJoseph Donofry2020-04-221-1/+1
* Remove loggin of encrypted message bodyNicolas Werner2020-01-231-2/+0
* Fix replies in encrypted roomsNicolas Werner2020-01-131-5/+13
* Reduce overhead of Cache.hNicolas Werner2019-12-151-14/+13
* Update to c++17Nicolas Werner2019-12-141-4/+3
* Enable debug logsKonstantinos Sideris2018-09-301-18/+18
* Update mtxclientKonstantinos Sideris2018-09-151-8/+7
* Merge matrix-structs into the client libKonstantinos Sideris2018-09-011-2/+4
* Add option to ignore key requests altogetherKonstantinos Sideris2018-07-221-0/+6
* Reject key requests for users that are not members of the roomKonstantinos Sideris2018-07-221-0/+8
* Move all files under src/Konstantinos Sideris2018-07-171-2/+2
* Remove the v2 namespace from the http clientKonstantinos Sideris2018-07-151-17/+16
* Fix Windows buildKonstantinos Sideris2018-07-141-5/+4
* Fix variable shadowing that caused the key response to be nullKonstantinos Sideris2018-07-081-2/+3
* Add context menu action to request encryption keysKonstantinos Sideris2018-07-071-2/+273
* Upgrade matrix-structs & mtxclientKonstantinos Sideris2018-06-281-11/+27
* Send one claim request per user that includes all devicesKonstantinos Sideris2018-06-251-0/+2
* Save the olm account after we create new one-time keysKonstantinos Sideris2018-06-181-0/+9
* Improve logging a bitKonstantinos Sideris2018-06-181-1/+5
* Handle OLM_MESSAGE type of messages properlyKonstantinos Sideris2018-06-151-42/+102
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-141-18/+20
* Add support for sending encrypted messagesKonstantinos Sideris2018-06-131-0/+27
* Add support for displaying decrypted messagesKonstantinos Sideris2018-06-101-0/+139