summary refs log tree commit diff
path: root/src/encryption/Olm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix too many fmt parametersNicolas Werner2022-07-301-1/+1
* Make code compile with hidden friendsNicolas Werner2022-07-291-1/+1
* Request full online keybackup when turning it onNicolas Werner2022-06-191-0/+67
* Get rid of 'using json = nlohmann::json'Nicolas Werner2022-06-171-11/+11
* Fix compilation without implicit nlohmann conversionsNicolas Werner2022-06-171-10/+11
* Remove sender key from megolm session indexNicolas Werner2022-04-081-24/+24
* Allow properly editing pending encrypted messagesNicolas Werner2022-02-271-13/+25
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-0/+1
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-3/+3
* Fix a few shadowing warningsNicolas Werner2021-12-111-2/+2
* Fix no replies being rendered for edits sent from Element in encrypted roomsNicolas Werner2021-11-111-5/+4
* Add self verification after loginNicolas Werner2021-10-301-26/+43
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-0/+1612