summary refs log tree commit diff
path: root/src/Olm.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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