Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. May 25, 2023
  2. Feb 25, 2023
  3. Jan 31, 2023
  4. Sep 11, 2022
    • Forest's avatar
      Control logging via command line and environment variables · 80f7683a
      Forest authored
      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.
      80f7683a
  5. Jul 01, 2022
  6. Apr 03, 2022
  7. Mar 30, 2022
  8. Feb 05, 2022
  9. Jan 27, 2022
  10. Jan 01, 2022
  11. Dec 22, 2021
    • tastytea's avatar
      Add man page (#851) · 3e8734db
      tastytea authored
      This adds a man page which lists command line options, key bindings and
      commands. A new CMake option `MAN` is added, enabled by default on
      `UNIX` but not `APPLE`.
      
      The man pages are generated with either `a2x` (from asciidoc) or
      `asciidoctor`. If both are not found, a fatal error is signaled.
      Unverified
      3e8734db
Loading