2014-12-19 00:19:32 +01:00
|
|
|
#
|
2015-05-20 01:19:21 +02:00
|
|
|
# weechat -- xfer.conf
|
2014-12-19 00:19:32 +01:00
|
|
|
#
|
2017-01-19 17:02:59 +01:00
|
|
|
# WARNING: It is NOT recommended to edit this file by hand,
|
|
|
|
# especially if WeeChat is running.
|
|
|
|
#
|
|
|
|
# Use /set or similar command to change settings in WeeChat.
|
|
|
|
#
|
|
|
|
# For more info, see: https://weechat.org/doc/quickstart
|
|
|
|
#
|
2014-12-19 00:19:32 +01:00
|
|
|
|
|
|
|
[look]
|
|
|
|
auto_open_buffer = on
|
|
|
|
progress_bar_size = 20
|
|
|
|
pv_tags = "notify_private"
|
|
|
|
|
|
|
|
[color]
|
|
|
|
status_aborted = lightred
|
|
|
|
status_active = lightblue
|
|
|
|
status_connecting = yellow
|
|
|
|
status_done = lightgreen
|
|
|
|
status_failed = lightred
|
|
|
|
status_waiting = lightcyan
|
|
|
|
text = default
|
|
|
|
text_bg = default
|
|
|
|
text_selected = white
|
|
|
|
|
|
|
|
[network]
|
|
|
|
blocksize = 65536
|
|
|
|
fast_send = on
|
|
|
|
own_ip = ""
|
|
|
|
port_range = ""
|
|
|
|
speed_limit = 0
|
|
|
|
timeout = 300
|
|
|
|
|
|
|
|
[file]
|
|
|
|
auto_accept_chats = off
|
|
|
|
auto_accept_files = off
|
|
|
|
auto_accept_nicks = ""
|
|
|
|
auto_check_crc32 = off
|
|
|
|
auto_rename = on
|
|
|
|
auto_resume = on
|
|
|
|
convert_spaces = on
|
2016-10-19 13:38:38 +02:00
|
|
|
download_path = "/data/torrents"
|
2014-12-19 00:19:32 +01:00
|
|
|
upload_path = "~"
|
|
|
|
use_nick_in_filename = on
|