66 lines
4.6 KiB
Plaintext
66 lines
4.6 KiB
Plaintext
* *relay.color.status_active*
|
|
** descrizione: `colore del testo per lo status "connesso"`
|
|
** tipo: colore
|
|
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (valore predefinito: `lightblue`)
|
|
|
|
* *relay.color.status_auth_failed*
|
|
** descrizione: `colore del testo per lo status "autenticazione fallita"`
|
|
** tipo: colore
|
|
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (valore predefinito: `lightred`)
|
|
|
|
* *relay.color.status_connecting*
|
|
** descrizione: `colore del testo per lo status "connessione in corso"`
|
|
** tipo: colore
|
|
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (valore predefinito: `yellow`)
|
|
|
|
* *relay.color.status_disconnected*
|
|
** descrizione: `colore del testo per lo status "disconnesso"`
|
|
** tipo: colore
|
|
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (valore predefinito: `lightred`)
|
|
|
|
* *relay.color.status_waiting_auth*
|
|
** descrizione: `colore del testo per lo status "in attesa dell'autenticazione"`
|
|
** tipo: colore
|
|
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (valore predefinito: `brown`)
|
|
|
|
* *relay.color.text*
|
|
** descrizione: `colore del testo`
|
|
** tipo: colore
|
|
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (valore predefinito: `default`)
|
|
|
|
* *relay.color.text_bg*
|
|
** descrizione: `colore di sfondo`
|
|
** tipo: colore
|
|
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (valore predefinito: `default`)
|
|
|
|
* *relay.color.text_selected*
|
|
** descrizione: `colore della riga del client selezionato`
|
|
** tipo: colore
|
|
** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (valore predefinito: `white`)
|
|
|
|
* *relay.look.auto_open_buffer*
|
|
** descrizione: `apre automaticamente il buffer relay alla connessione di un nuovo client`
|
|
** tipo: bool
|
|
** valori: on, off (valore predefinito: `on`)
|
|
|
|
* *relay.look.raw_messages*
|
|
** descrizione: `numero di messaggi raw da salvare in memoria quando il buffer dei dati raw viene chiuso (i messaggi verranno visualizzati all'apertura del buffer dei dati raw)`
|
|
** tipo: intero
|
|
** valori: 0 .. 65535 (valore predefinito: `256`)
|
|
|
|
* *relay.network.bind_address*
|
|
** descrizione: `indirizzo associato (se vuoto, la connessione è possibile su tutte le interfacce, usare "127.0.0.1" per consentire le connessioni solo dalla macchina locale)`
|
|
** tipo: stringa
|
|
** valori: qualsiasi stringa (valore predefinito: `""`)
|
|
|
|
* *relay.network.max_clients*
|
|
** descrizione: `numero massimo di client connessi ad una porta`
|
|
** tipo: intero
|
|
** valori: 1 .. 1024 (valore predefinito: `5`)
|
|
|
|
* *relay.network.password*
|
|
** descrizione: `password richiesta dai client per accedere a questo relay (un valore nullo corrisponde a nessuna password richiesta)`
|
|
** tipo: stringa
|
|
** valori: qualsiasi stringa (valore predefinito: `""`)
|
|
|