summary refs log tree commit diff
path: root/src/encryption (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-018-0/+8
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-0/+1
* Reduce allocations using QStringLiteralNicolas Werner2021-12-292-11/+11
* Fix more warnings and remove dead codeNicolas Werner2021-12-283-5/+5
* Fix a few shadowing warningsNicolas Werner2021-12-113-11/+11
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-222-18/+21
* Fix no replies being rendered for edits sent from Element in encrypted roomsNicolas Werner2021-11-111-5/+4
* Improve fetching of device keys after loginNicolas Werner2021-11-081-3/+14
* Fix self verification status never updatingNicolas Werner2021-11-071-1/+2
* Don't try to load verification status before db is readyNicolas Werner2021-11-071-1/+0
* Move away from using an event loop to access secretsNicolas Werner2021-11-071-4/+9
* Fix translation nitsNicolas Werner2021-11-041-1/+1
* Prompt user when there are unverified devicesNicolas Werner2021-11-012-1/+21
* Add self verification after loginNicolas Werner2021-10-307-68/+182
* lint using clang11Nicolas Werner2021-10-171-2/+2
* lintNicolas Werner2021-10-172-3/+2
* move device verification management to its own fileNicolas Werner2021-10-172-0/+174
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-176-0/+3126