Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up compilation a bit | Nicolas Werner | 2023-10-31 | 1 | -1/+0 |
| | |||||
* | 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/ | ||||
* | Remove a few more unused symbols | Nicolas Werner | 2023-02-19 | 1 | -8/+8 |
| | |||||
* | Work around multiple destructor calls after consteval construction in full ↵ | Nicolas Werner | 2023-01-21 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | expression I have no idea, if this is our fault or not, but Jason traced it back to the consteval on the {fmt} format string constructor. Specifically when a consteval constructor call happens in the statement, the destructor call is moved to the end of the block. Inside the switch statement that means, the destructor is called multiple times, which corrupts the use count and crashes Nheko because of a double free. I am assuming this is a bug in clang, but this will need to be investigated more. fixes #1292 | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Control logging via command line and environment variables | Forest | 2022-09-10 | 1 | -10/+24 |
| | | | | | | | | | | | | Nheko is very chatty in its log output, generating log noise (which complicates diagnostics) and needless disk writes (which affect power consumption and SSD life). This patch introduces command line options and environment variables to control log levels and output type. The old --debug command line option still works, at least for now. It is overridden by the new command line options when they are used. Partially addresses #665. | ||||
* | Add mtxclient to logging | Nicolas Werner | 2022-05-08 | 1 | -1/+5 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -59/+58 |
| | |||||
* | Port to explicit connect syntax | Nicolas Werner | 2021-07-27 | 1 | -9/+1 |
| | | | | Also fix a lot of warnings. | ||||
* | Remove some more allocations | Nicolas Werner | 2021-03-14 | 1 | -5/+6 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Silence signal syntax deprecated | Nicolas Werner | 2020-11-15 | 1 | -1/+4 |
| | |||||
* | Fix Binding restoreMode warning spamming logs | Nicolas Werner | 2020-04-21 | 1 | -4/+2 |
| | | | | fixes #170 | ||||
* | Add --debug switch | Nicolas Werner | 2020-04-15 | 1 | -1/+3 |
| | |||||
* | Add comment on why we surpress some of those log messages | Nicolas Werner | 2020-04-08 | 1 | -6/+12 |
| | |||||
* | Fix UserProfile resizing | Nicolas Werner | 2020-04-01 | 1 | -1/+2 |
| | |||||
* | Use palette for qml code for theming | Nicolas Werner | 2020-03-29 | 1 | -1/+1 |
| | | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably. | ||||
* | Surpress qt binding warning message until we can depend on qt5.14 | Nicolas Werner | 2020-01-23 | 1 | -0/+8 |
| | |||||
* | Actually fix updating roomlist on new messages | Nicolas Werner | 2019-11-23 | 1 | -1/+0 |
| | |||||
* | Redirect qt logger | Nicolas Werner | 2019-11-23 | 1 | -0/+39 |
| | |||||
* | Try to reduce memory usage by reusing avatar pixmaps | Nicolas Werner | 2019-08-26 | 1 | -0/+2 |
| | |||||
* | Enable debug logs | Konstantinos Sideris | 2018-09-30 | 1 | -0/+7 |
| | |||||
* | Enable colors in console logger | Konstantinos Sideris | 2018-09-04 | 1 | -2/+2 |
| | |||||
* | Use archives instead of repos to fetch dependencies | Konstantinos Sideris | 2018-08-08 | 1 | -1/+2 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 1 | -7/+7 |
| | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
* | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 1 | -3/+12 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -0/+50 |