xfer.conf (981B)
1 # 2 # weechat -- xfer.conf 3 # 4 # WARNING: It is NOT recommended to edit this file by hand, 5 # especially if WeeChat is running. 6 # 7 # Use commands like /set or /fset to change settings in WeeChat. 8 # 9 # For more info, see: https://weechat.org/doc/weechat/quickstart/ 10 # 11 12 [look] 13 auto_open_buffer = on 14 progress_bar_size = 20 15 pv_tags = "notify_private" 16 17 [color] 18 status_aborted = lightred 19 status_active = lightblue 20 status_connecting = yellow 21 status_done = lightgreen 22 status_failed = lightred 23 status_waiting = lightcyan 24 text = default 25 text_bg = default 26 text_selected = white 27 28 [network] 29 blocksize = 65536 30 fast_send = on 31 own_ip = "" 32 port_range = "" 33 send_ack = on 34 speed_limit_recv = 0 35 speed_limit_send = 0 36 timeout = 300 37 38 [file] 39 auto_accept_chats = off 40 auto_accept_files = off 41 auto_accept_nicks = "" 42 auto_check_crc32 = off 43 auto_rename = on 44 auto_resume = on 45 convert_spaces = on 46 download_path = "${weechat_data_dir}/xfer" 47 download_temporary_suffix = ".part" 48 upload_path = "~" 49 use_nick_in_filename = on