1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
//
// This file is auto-generated by script docgen.py.
// DO NOT EDIT BY HAND!
//
* [[option_xfer.color.status_aborted]] *xfer.color.status_aborted*
** descrizione: `colore del testo per lo status "annullato"`
** 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 italic, "_" for underline (valore predefinito: `lightred`)
* [[option_xfer.color.status_active]] *xfer.color.status_active*
** descrizione: `colore del testo per lo status "attivo"`
** 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 italic, "_" for underline (valore predefinito: `lightblue`)
* [[option_xfer.color.status_connecting]] *xfer.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 italic, "_" for underline (valore predefinito: `yellow`)
* [[option_xfer.color.status_done]] *xfer.color.status_done*
** descrizione: `colore del testo per lo status "completato"`
** 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 italic, "_" for underline (valore predefinito: `lightgreen`)
* [[option_xfer.color.status_failed]] *xfer.color.status_failed*
** descrizione: `colore del testo per lo status "fallito"`
** 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 italic, "_" for underline (valore predefinito: `lightred`)
* [[option_xfer.color.status_waiting]] *xfer.color.status_waiting*
** descrizione: `colore del testo per lo status "in attesa"`
** 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 italic, "_" for underline (valore predefinito: `lightcyan`)
* [[option_xfer.color.text]] *xfer.color.text*
** descrizione: `colore del testo nel buffer xfer`
** 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 italic, "_" for underline (valore predefinito: `default`)
* [[option_xfer.color.text_bg]] *xfer.color.text_bg*
** descrizione: `colore di sfondo del buffer xfer`
** 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 italic, "_" for underline (valore predefinito: `default`)
* [[option_xfer.color.text_selected]] *xfer.color.text_selected*
** descrizione: `colore della riga selezionata nel buffer xfer`
** 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 italic, "_" for underline (valore predefinito: `white`)
* [[option_xfer.file.auto_accept_chats]] *xfer.file.auto_accept_chats*
** descrizione: `accetta automaticamente le richieste di chat (usare con cautela!)`
** tipo: bool
** valori: on, off (valore predefinito: `off`)
* [[option_xfer.file.auto_accept_files]] *xfer.file.auto_accept_files*
** descrizione: `accetta automaticamente i file in arrivo (usare con cautela!)`
** tipo: bool
** valori: on, off (valore predefinito: `off`)
* [[option_xfer.file.auto_accept_nicks]] *xfer.file.auto_accept_nicks*
** descrizione: `comma-separated list of nicks for which the incoming files and chats are automatically accepted; format is "server.nick" (for a specific server) or "nick" (for all servers); example: "freenode.FlashCode,andrew"`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
* [[option_xfer.file.auto_check_crc32]] *xfer.file.auto_check_crc32*
** descrizione: `automatically check CRC32 file checksum if it is found in the filename (8 hexadecimal chars)`
** tipo: bool
** valori: on, off (valore predefinito: `off`)
* [[option_xfer.file.auto_rename]] *xfer.file.auto_rename*
** descrizione: `rinomina i file in ingresso se esistenti (aggiunge ".1", ".2", ...)`
** tipo: bool
** valori: on, off (valore predefinito: `on`)
* [[option_xfer.file.auto_resume]] *xfer.file.auto_resume*
** descrizione: `riprende automaticamente il trasferimento dei file se la connessione all'host viene perduta`
** tipo: bool
** valori: on, off (valore predefinito: `on`)
* [[option_xfer.file.convert_spaces]] *xfer.file.convert_spaces*
** descrizione: `convert spaces to underscores when sending and receiving files`
** tipo: bool
** valori: on, off (valore predefinito: `on`)
* [[option_xfer.file.download_path]] *xfer.file.download_path*
** descrizione: `path for writing incoming files: "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default) (note: content is evaluated, see /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"%h/xfer"`)
* [[option_xfer.file.upload_path]] *xfer.file.upload_path*
** descrizione: `path for reading files when sending (when no path is specified by user): "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default) (note: content is evaluated, see /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"~"`)
* [[option_xfer.file.use_nick_in_filename]] *xfer.file.use_nick_in_filename*
** descrizione: `usa il nick remoto come prefisso nel nome del file locale alla ricezione`
** tipo: bool
** valori: on, off (valore predefinito: `on`)
* [[option_xfer.look.auto_open_buffer]] *xfer.look.auto_open_buffer*
** descrizione: `apre automaticamente il buffer xfer quando un nuovo xfer viene aggiunto alla lista`
** tipo: bool
** valori: on, off (valore predefinito: `on`)
* [[option_xfer.look.progress_bar_size]] *xfer.look.progress_bar_size*
** descrizione: `dimensione barra di avanzamento, in caratteri (se 0, è disabilitata)`
** tipo: intero
** valori: 0 .. 256 (valore predefinito: `20`)
* [[option_xfer.look.pv_tags]] *xfer.look.pv_tags*
** descrizione: `elenco separato da virgole di tag usati nei messaggi privati, ad esempio: "notify_message", "notify_private" o "notify_highlight"`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"notify_private"`)
* [[option_xfer.network.blocksize]] *xfer.network.blocksize*
** descrizione: `dimensione blocco per l'invio dei pacchetti, in byte`
** tipo: intero
** valori: 1024 .. 102400 (valore predefinito: `65536`)
* [[option_xfer.network.fast_send]] *xfer.network.fast_send*
** descrizione: `non attendere ACK all'invio del file`
** tipo: bool
** valori: on, off (valore predefinito: `on`)
* [[option_xfer.network.own_ip]] *xfer.network.own_ip*
** descrizione: `Indirizzo IP o DNS per l'invio di file/chat (se vuoto, verrà usata l'interfaccia IP locale)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
* [[option_xfer.network.port_range]] *xfer.network.port_range*
** descrizione: `forza i file in uscita/chat ad usare solo le porte in un dato intervallo (utile per il NAT) (sintassi: una singola porta, es. 5000 o un intervallo di porte, es. 5000-5015. Un valore nullo significa qualsiasi porta, consigliato usare porte maggiori di 1024, perché l'uso di porte inferiori è possibile solo per root)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
* [[option_xfer.network.speed_limit]] *xfer.network.speed_limit*
** descrizione: `limite di velocità per l'invio dei file, in kb per secondo (0 vuol dire senza limite)`
** tipo: intero
** valori: 0 .. 2147483647 (valore predefinito: `0`)
* [[option_xfer.network.timeout]] *xfer.network.timeout*
** descrizione: `timeout per la richiesta xfer (in secondi)`
** tipo: intero
** valori: 5 .. 2147483647 (valore predefinito: `300`)
|