summary refs log tree commit diff
path: root/src/encryption/DeviceVerificationFlow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make a few headers forward declarationsNicolas Werner2024-03-161-5/+1
|
* Fix verification with multiple devices in parallelNicolas Werner2024-01-151-0/+1
| | | | Fixes #1125
* Cleanup headers a bit moreNicolas Werner2023-10-311-29/+3
|
* Speed up compilation a bitNicolas Werner2023-10-311-1/+0
|
* Fix verification error codesNicolas Werner2023-07-161-0/+3
|
* 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
|
* Mark classes as final where possibleNicolas Werner2022-10-101-1/+1
|
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-11/+15
| | | | | | | | | | | | | | | * 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>
* Verifications sneakily accumulating in the backgroundNicolas Werner2022-07-221-0/+2
|
* Remove a few more headersNicolas Werner2022-06-181-2/+1
|
* Fix comparison for glare algorithmNicolas Werner2022-06-121-1/+4
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-221-16/+16
| | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
* Prompt user when there are unverified devicesNicolas Werner2021-11-011-0/+2
|
* Add self verification after loginNicolas Werner2021-10-301-7/+8
|
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-0/+248