Add "auth" parameter to tune connect form

This commit is contained in:
Drew DeVault
2021-06-10 11:40:59 -04:00
committed by Simon Ser
parent 6039e13411
commit eef2093c88
3 changed files with 31 additions and 6 deletions

View File

@@ -85,6 +85,11 @@ gamja default settings can be set using a `config.json` file at the root:
"url": "wss://irc.example.org",
// Channel(s) to auto-join (string or array of strings).
"autojoin": "#gamja",
// Controls how the password UI is presented to the user. Set to
// "mandatory" to require a password, "optional" to accept one but not
// require it, and "disabled" to never ask for a password. Defaults to
// "optional".
"auth": "optional",
// Interval in seconds to send PING commands (number). Set to 0 to
// disable. Enabling PINGs can have an impact on client power usage and
// should only be enabled if necessary.