~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to doc/en/autogen/user/xfer_options.txt

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2014-09-28 17:41:10 UTC
  • mfrom: (29.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140928174110-bwlsn7gqmqfftnmb
Tags: 1.0.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
* [[option_xfer.color.status_aborted]] *xfer.color.status_aborted*
2
 
** description: `text color for "aborted" status`
3
 
** type: color
4
 
** values: 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 (default value: `lightred`)
5
 
 
6
 
* [[option_xfer.color.status_active]] *xfer.color.status_active*
7
 
** description: `text color for "active" status`
8
 
** type: color
9
 
** values: 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 (default value: `lightblue`)
10
 
 
11
 
* [[option_xfer.color.status_connecting]] *xfer.color.status_connecting*
12
 
** description: `text color for "connecting" status`
13
 
** type: color
14
 
** values: 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 (default value: `yellow`)
15
 
 
16
 
* [[option_xfer.color.status_done]] *xfer.color.status_done*
17
 
** description: `text color for "done" status`
18
 
** type: color
19
 
** values: 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 (default value: `lightgreen`)
20
 
 
21
 
* [[option_xfer.color.status_failed]] *xfer.color.status_failed*
22
 
** description: `text color for "failed" status`
23
 
** type: color
24
 
** values: 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 (default value: `lightred`)
25
 
 
26
 
* [[option_xfer.color.status_waiting]] *xfer.color.status_waiting*
27
 
** description: `text color for "waiting" status`
28
 
** type: color
29
 
** values: 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 (default value: `lightcyan`)
30
 
 
31
 
* [[option_xfer.color.text]] *xfer.color.text*
32
 
** description: `text color in xfer buffer`
33
 
** type: color
34
 
** values: 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 (default value: `default`)
35
 
 
36
 
* [[option_xfer.color.text_bg]] *xfer.color.text_bg*
37
 
** description: `background color in xfer buffer`
38
 
** type: color
39
 
** values: 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 (default value: `default`)
40
 
 
41
 
* [[option_xfer.color.text_selected]] *xfer.color.text_selected*
42
 
** description: `text color of selected line in xfer buffer`
43
 
** type: color
44
 
** values: 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 (default value: `white`)
45
 
 
46
 
* [[option_xfer.file.auto_accept_chats]] *xfer.file.auto_accept_chats*
47
 
** description: `automatically accept chat requests (use carefully!)`
48
 
** type: boolean
49
 
** values: on, off (default value: `off`)
50
 
 
51
 
* [[option_xfer.file.auto_accept_files]] *xfer.file.auto_accept_files*
52
 
** description: `automatically accept incoming files (use carefully!)`
53
 
** type: boolean
54
 
** values: on, off (default value: `off`)
55
 
 
56
 
* [[option_xfer.file.auto_accept_nicks]] *xfer.file.auto_accept_nicks*
57
 
** description: `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"`
58
 
** type: string
59
 
** values: any string (default value: `""`)
60
 
 
61
 
* [[option_xfer.file.auto_check_crc32]] *xfer.file.auto_check_crc32*
62
 
** description: `automatically check CRC32 file checksum if it is found in the filename (8 hexadecimal chars)`
63
 
** type: boolean
64
 
** values: on, off (default value: `off`)
65
 
 
66
 
* [[option_xfer.file.auto_rename]] *xfer.file.auto_rename*
67
 
** description: `rename incoming files if already exists (add ".1", ".2", ...)`
68
 
** type: boolean
69
 
** values: on, off (default value: `on`)
70
 
 
71
 
* [[option_xfer.file.auto_resume]] *xfer.file.auto_resume*
72
 
** description: `automatically resume file transfer if connection with remote host is lost`
73
 
** type: boolean
74
 
** values: on, off (default value: `on`)
75
 
 
76
 
* [[option_xfer.file.convert_spaces]] *xfer.file.convert_spaces*
77
 
** description: `convert spaces to underscores when sending files`
78
 
** type: boolean
79
 
** values: on, off (default value: `on`)
80
 
 
81
 
* [[option_xfer.file.download_path]] *xfer.file.download_path*
82
 
** description: `path for writing incoming files ("%h" will be replaced by WeeChat home, "~/.weechat" by default)`
83
 
** type: string
84
 
** values: any string (default value: `"%h/xfer"`)
85
 
 
86
 
* [[option_xfer.file.upload_path]] *xfer.file.upload_path*
87
 
** description: `path for reading files when sending (when no path is specified by user) ("%h" will be replaced by WeeChat home, "~/.weechat" by default)`
88
 
** type: string
89
 
** values: any string (default value: `"~"`)
90
 
 
91
 
* [[option_xfer.file.use_nick_in_filename]] *xfer.file.use_nick_in_filename*
92
 
** description: `use remote nick as prefix in local filename when receiving a file`
93
 
** type: boolean
94
 
** values: on, off (default value: `on`)
95
 
 
96
 
* [[option_xfer.look.auto_open_buffer]] *xfer.look.auto_open_buffer*
97
 
** description: `auto open xfer buffer when a new xfer is added to list`
98
 
** type: boolean
99
 
** values: on, off (default value: `on`)
100
 
 
101
 
* [[option_xfer.look.progress_bar_size]] *xfer.look.progress_bar_size*
102
 
** description: `size of progress bar, in chars (if 0, progress bar is disabled)`
103
 
** type: integer
104
 
** values: 0 .. 256 (default value: `20`)
105
 
 
106
 
* [[option_xfer.look.pv_tags]] *xfer.look.pv_tags*
107
 
** description: `comma separated list of tags used in private messages, for example: "notify_message", "notify_private" or "notify_highlight"`
108
 
** type: string
109
 
** values: any string (default value: `"notify_private"`)
110
 
 
111
 
* [[option_xfer.network.blocksize]] *xfer.network.blocksize*
112
 
** description: `block size for sending packets, in bytes`
113
 
** type: integer
114
 
** values: 1024 .. 102400 (default value: `65536`)
115
 
 
116
 
* [[option_xfer.network.fast_send]] *xfer.network.fast_send*
117
 
** description: `does not wait for ACK when sending file`
118
 
** type: boolean
119
 
** values: on, off (default value: `on`)
120
 
 
121
 
* [[option_xfer.network.own_ip]] *xfer.network.own_ip*
122
 
** description: `IP or DNS address used for sending files/chats (if empty, local interface IP is used)`
123
 
** type: string
124
 
** values: any string (default value: `""`)
125
 
 
126
 
* [[option_xfer.network.port_range]] *xfer.network.port_range*
127
 
** description: `restricts outgoing files/chats to use only ports in the given range (useful for NAT) (syntax: a single port, ie. 5000 or a port range, ie. 5000-5015, empty value means any port, it's recommended to use ports greater than 1024, because only root can use ports below 1024)`
128
 
** type: string
129
 
** values: any string (default value: `""`)
130
 
 
131
 
* [[option_xfer.network.speed_limit]] *xfer.network.speed_limit*
132
 
** description: `speed limit for sending files, in kilo-bytes by second (0 means no limit)`
133
 
** type: integer
134
 
** values: 0 .. 2147483647 (default value: `0`)
135
 
 
136
 
* [[option_xfer.network.timeout]] *xfer.network.timeout*
137
 
** description: `timeout for xfer request (in seconds)`
138
 
** type: integer
139
 
** values: 5 .. 2147483647 (default value: `300`)
140