Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Control logging via command line and environment variables | Forest | 2022-09-10 | 1 | -1/+21 |
| | | | | | | | | | | | | 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 a /command to redact all visible messages sent by a user | Nicolas Werner | 2022-07-01 | 1 | -0/+6 |
| | |||||
* | Close current room on Ctrl+W | Loren Burkholder | 2022-04-02 | 1 | -0/+3 |
| | |||||
* | Add reasons to everything | Nicolas Werner | 2022-03-30 | 1 | -6/+6 |
| | | | | fixes #1030 | ||||
* | Add /knock command | Nicolas Werner | 2022-03-30 | 1 | -0/+3 |
| | |||||
* | Add /reset-state command | Nicolas Werner | 2022-02-05 | 1 | -0/+4 |
| | |||||
* | Rename man page so GitHub renders it. | tastytea | 2022-01-27 | 1 | -0/+238 |