summary refs log tree commit diff
path: root/src/encryption/SelfVerificationStatus.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include moc files for a tiny speedup on incremental buildsNicolas Werner2024-03-161-0/+2
|
* Work around clazy claiming we connect a lambdaNicolas Werner2023-12-131-1/+2
|
* Downgrade self verification status logging to debugNicolas Werner2023-11-011-1/+1
| | | | fixes #1560
* Cleanup headers a bit moreNicolas Werner2023-10-311-1/+1
|
* Speed up compilation a bitNicolas Werner2023-10-311-2/+4
|
* Fix verification error codesNicolas Werner2023-07-161-0/+2
|
* Move to automatic type registrationNicolas Werner2023-06-191-0/+5
|
* 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-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