weechat/doc/en/autogen/user/relay_options.txt

66 lines
2.1 KiB
Plaintext

* *relay.color.status_active*
** description: `text color for "connected" status`
** type: color
** values: a color name (default value: `lightblue`)
* *relay.color.status_auth_failed*
** description: `text color for "authentication failed" status`
** type: color
** values: a color name (default value: `lightred`)
* *relay.color.status_connecting*
** description: `text color for "connecting" status`
** type: color
** values: a color name (default value: `yellow`)
* *relay.color.status_disconnected*
** description: `text color for "disconnected" status`
** type: color
** values: a color name (default value: `lightred`)
* *relay.color.status_waiting_auth*
** description: `text color for "waiting authentication" status`
** type: color
** values: a color name (default value: `brown`)
* *relay.color.text*
** description: `text color`
** type: color
** values: a color name (default value: `default`)
* *relay.color.text_bg*
** description: `background color`
** type: color
** values: a color name (default value: `default`)
* *relay.color.text_selected*
** description: `text color of selected client line`
** type: color
** values: a color name (default value: `white`)
* *relay.look.auto_open_buffer*
** description: `auto open relay buffer when a new client is connecting`
** type: boolean
** values: on, off (default value: `on`)
* *relay.look.raw_messages*
** description: `number of raw messages to save in memory when raw data buffer is closed (messages will be displayed when opening raw data buffer)`
** type: integer
** values: 0 .. 65535 (default value: `256`)
* *relay.network.bind_address*
** description: `address for bind (if empty, connection is possible on all interfaces, use "127.0.0.1" to allow connections from local machine only)`
** type: string
** values: any string (default value: `""`)
* *relay.network.max_clients*
** description: `maximum number of clients connecting to a port`
** type: integer
** values: 1 .. 1024 (default value: `5`)
* *relay.network.password*
** description: `password required by clients to access this relay (empty value means no password required)`
** type: string
** values: any string (default value: `""`)