summary refs log tree commit diff
path: root/src/Olm.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Add missing megolm algorithm field that was causing the "unknown algorithm" error.
* Save the olm account after we create new one-time keysKonstantinos Sideris2018-06-181-0/+9
| | | | | | | | Otherwise after a restart the old account will be loaded and we won't be able to decrypt messages from devices using the new one-time keys. Also new one-time key upload requests will fail due to conflicts with the existing keys with the same keyid.
* 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
| | | | - Patch the olm repo with a CMakeLists.txt file
* Add support for sending encrypted messagesKonstantinos Sideris2018-06-131-0/+27
|
* Add support for displaying decrypted messagesKonstantinos Sideris2018-06-101-0/+139