Skip to content
Snippets Groups Projects
  • Alberto Miranda's avatar
    2d41f87a
    Refactor configuration for scord and scord-ctl · 2d41f87a
    Alberto Miranda authored
    scord:
    - Configuration file now uses standard YAML format
    - Add `--output` CLI argument (SCORD_LOG_OUTPUT)
    
    scord-ctl:
    - Add `--output` CLI argument
    - Add `--listen` CLI argument (Fixes #126)
    - Remove configuration file
    
    Both:
    - Remove file_options dependency
    - Remove genopts dependency
    - Replace yaml-cpp with rapidyaml
    - Replace general settings with specific configurations (fixes #20)
    - General improvements and bugfixes in `logger`
    - Improved `net::server` configuration
    - Fix fork()-related bug in `signal_listener`
    - Remove environment variables
    Refactor configuration for scord and scord-ctl
    Alberto Miranda authored
    scord:
    - Configuration file now uses standard YAML format
    - Add `--output` CLI argument (SCORD_LOG_OUTPUT)
    
    scord-ctl:
    - Add `--output` CLI argument
    - Add `--listen` CLI argument (Fixes #126)
    - Remove configuration file
    
    Both:
    - Remove file_options dependency
    - Remove genopts dependency
    - Replace yaml-cpp with rapidyaml
    - Replace general settings with specific configurations (fixes #20)
    - General improvements and bugfixes in `logger`
    - Improved `net::server` configuration
    - Fix fork()-related bug in `signal_listener`
    - Remove environment variables