Skip to content
Snippets Groups Projects
  • Rob Swindell's avatar
    e5eca8bc
    Add support for -v (verbose) option and modopts.ini · e5eca8bc
    Rob Swindell authored
    Don't display remote host name/addr unless -v option is specified or
    verbosity=1 is set in modopts.ini.
    
    Allow the displayed messages to be customized or disabled as the sysop wishes
    via modopts.ini keys:
    - help_msg
    - connecting_msg
    - failed_connect_msg
    (e.g. set to a blank string to disable)
    
    The following settings are also now configurable via modopts.ini:
    - quiet (correlates with -q option)
    - pause (correlates with -P option)
    - clear (correlates with -C option)
    - timeout (correlates with -T option)
    - verbosity (correlates with -v option)
    
    ... a sysop can control the default behavior of all invocations of telgate.js
    or rlogin.js via a single file now (modopts.ini).
    
    The rlogin.js module will first look ing for the [rlogin] section in
    modopts.ini and if it doesn't exist, then [telgate] section. telgate.js just
    looks for the [telgate] section.
    
    For the #synchronet irc crew: Nelgin and Keyop
    e5eca8bc
    History
    Add support for -v (verbose) option and modopts.ini
    Rob Swindell authored
    Don't display remote host name/addr unless -v option is specified or
    verbosity=1 is set in modopts.ini.
    
    Allow the displayed messages to be customized or disabled as the sysop wishes
    via modopts.ini keys:
    - help_msg
    - connecting_msg
    - failed_connect_msg
    (e.g. set to a blank string to disable)
    
    The following settings are also now configurable via modopts.ini:
    - quiet (correlates with -q option)
    - pause (correlates with -P option)
    - clear (correlates with -C option)
    - timeout (correlates with -T option)
    - verbosity (correlates with -v option)
    
    ... a sysop can control the default behavior of all invocations of telgate.js
    or rlogin.js via a single file now (modopts.ini).
    
    The rlogin.js module will first look ing for the [rlogin] section in
    modopts.ini and if it doesn't exist, then [telgate] section. telgate.js just
    looks for the [telgate] section.
    
    For the #synchronet irc crew: Nelgin and Keyop