xfer.conf 875 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 /set or similar command to change settings in WeeChat.
  8. #
  9. # For more info, see: https://weechat.org/doc/quickstart
  10. #
  11. [look]
  12. auto_open_buffer = on
  13. progress_bar_size = 20
  14. pv_tags = "notify_private"
  15. [color]
  16. status_aborted = lightred
  17. status_active = lightblue
  18. status_connecting = yellow
  19. status_done = lightgreen
  20. status_failed = lightred
  21. status_waiting = lightcyan
  22. text = default
  23. text_bg = default
  24. text_selected = white
  25. [network]
  26. blocksize = 65536
  27. fast_send = on
  28. own_ip = ""
  29. port_range = ""
  30. speed_limit = 0
  31. timeout = 300
  32. [file]
  33. auto_accept_chats = off
  34. auto_accept_files = off
  35. auto_accept_nicks = ""
  36. auto_check_crc32 = off
  37. auto_rename = on
  38. auto_resume = on
  39. convert_spaces = on
  40. download_path = "%h/xfer"
  41. upload_path = "~"
  42. use_nick_in_filename = on