summary refs log tree commit diff
path: root/src/encryption/DeviceVerificationFlow.cpp (follow)
Commit message (Expand)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
* 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
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-18/+20
* Work around MSVC bug with structured bindings in lambdasNicolas Werner2022-10-021-2/+18
* 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
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-221-2/+5
* 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