summary refs log tree commit diff
path: root/src/encryption/DeviceVerificationFlow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make a few headers forward declarationsNicolas Werner2024-03-161-0/+1
|
* Include moc files for a tiny speedup on incremental buildsNicolas Werner2024-03-161-0/+2
|
* Fix verification with multiple devices in parallelNicolas Werner2024-01-151-5/+36
| | | | Fixes #1125
* Support "fixed" mac method in verificationNicolas Werner2024-01-141-61/+48
|
* Use constant for sas verification macNicolas Werner2024-01-141-18/+13
|
* Cleanup headers a bit moreNicolas Werner2023-10-311-0/+30
|
* Speed up compilation a bitNicolas Werner2023-10-311-5/+7
|
* Fix build against fmt10Nicolas Werner2023-06-281-1/+1
| | | | fixes #1499
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-18/+20
| | | | | | | | | | | | | | | * 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
* Switch to clang-format14Nicolas Werner2022-09-251-1/+1
|
* Verifications sneakily accumulating in the backgroundNicolas Werner2022-07-221-6/+28
|
* Remove a few more headersNicolas Werner2022-06-181-8/+8
|
* Get rid of 'using json = nlohmann::json'Nicolas Werner2022-06-171-3/+3
|
* Fix compilation without implicit nlohmann conversionsNicolas Werner2022-06-171-3/+5
|
* Fix comparison for glare algorithmNicolas Werner2022-06-121-4/+5
|
* Properly handle glare when verifyingNicolas Werner2022-06-121-4/+17
|
* Use right linterNicolas Werner2022-05-101-1/+1
|
* More image dialog fixesNicolas Werner2022-05-101-1/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-9/+9
|
* Fix a few shadowing warningsNicolas Werner2021-12-111-4/+4
| | | | fixes #824
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-221-2/+5
| | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
* Add self verification after loginNicolas Werner2021-10-301-33/+69
|
* lint using clang11Nicolas Werner2021-10-171-2/+2
|
* lintNicolas Werner2021-10-171-2/+2
|
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-0/+849