summary refs log tree commit diff
path: root/src/encryption/SelfVerificationStatus.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-1/+3
| | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Work around MSVC bug with structured bindings in lambdasNicolas Werner2022-10-021-2/+18
| | | | | Causes error messages like: error C3493: 'key_id' cannot be implicitly captured because no default capture mode has been specified
* Remove a few more headersNicolas Werner2022-06-181-1/+0
|
* Get rid of 'using json = nlohmann::json'Nicolas Werner2022-06-171-1/+1
|
* Simplify includes a bitNicolas Werner2022-06-161-0/+2
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-2/+2
|
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-1/+1
|
* Fix a few shadowing warningsNicolas Werner2021-12-111-5/+5
| | | | fixes #824
* 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
| | | | | | | | Fixes messages in room flickering and being stuck fixes #760 relates to #770 relates to #789
* Fix translation nitsNicolas Werner2021-11-041-1/+1
|
* Prompt user when there are unverified devicesNicolas Werner2021-11-011-1/+19
|
* Add self verification after loginNicolas Werner2021-10-301-1/+46
|
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-0/+249