Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a few headers forward declarations | Nicolas Werner | 2024-03-16 | 1 | -5/+1 |
| | |||||
* | Fix verification with multiple devices in parallel | Nicolas Werner | 2024-01-15 | 1 | -0/+1 |
| | | | | Fixes #1125 | ||||
* | Cleanup headers a bit more | Nicolas Werner | 2023-10-31 | 1 | -29/+3 |
| | |||||
* | Speed up compilation a bit | Nicolas Werner | 2023-10-31 | 1 | -1/+0 |
| | |||||
* | Fix verification error codes | Nicolas Werner | 2023-07-16 | 1 | -0/+3 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -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 Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Mark classes as final where possible | Nicolas Werner | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -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 background | Nicolas Werner | 2022-07-22 | 1 | -0/+2 |
| | |||||
* | Remove a few more headers | Nicolas Werner | 2022-06-18 | 1 | -2/+1 |
| | |||||
* | Fix comparison for glare algorithm | Nicolas Werner | 2022-06-12 | 1 | -1/+4 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Make clang-format <13 and clang-format >=13 behave the same | Nicolas Werner | 2021-11-22 | 1 | -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 devices | Nicolas Werner | 2021-11-01 | 1 | -0/+2 |
| | |||||
* | Add self verification after login | Nicolas Werner | 2021-10-30 | 1 | -7/+8 |
| | |||||
* | Move voip and encryption stuff into their own directories | Nicolas Werner | 2021-10-17 | 1 | -0/+248 |