Skip to content
Snippets Groups Projects
  1. Nov 14, 2020
    • Rob Swindell's avatar
      More control over output streams · 6eac2079
      Rob Swindell authored
      Added options -A[filename] and -S[filename] to allow more control over which output streams go where (for mlong and his troubles with running ircd via systemd).
      
      -A controls "all messages" either sending all to stdout or the specified filename. This override the automatic suppression of the console output stream when run without a controlling TTY.
      
      -S controls "status message" (includes non-error level log messages), either sending the status messages to stdout or the specified filename. This also overrides the automatic suppression of the console output stream when run without a controlling TTY.
      6eac2079
    • Rob Swindell's avatar
      Merge branch 'custxtrnsection' into 'master' · b6ab62f1
      Rob Swindell authored
      Add ability to format the main external section menu like you can with the programs menus
      
      See merge request sbbs/sbbs!31
      b6ab62f1
    • Rob Swindell's avatar
      Support blank strings in modopts.ini · a01fcf04
      Rob Swindell authored
      Use the new "blanks" option with File.iniGetAllObjects().
      This means that keys specified in the modopts.ini with no value
      will now be represented as blank strings ("") instead of undefined values,
      in JS modules.
      a01fcf04
  2. Nov 13, 2020
  3. Nov 12, 2020
  4. Nov 11, 2020
Loading