Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.1 KiB

4 years ago
  1. #
  2. # weechat -- relay.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. raw_messages = 256
  14. [color]
  15. client = cyan
  16. status_active = green
  17. status_auth_failed = lightmagenta
  18. status_connecting = white
  19. status_disconnected = lightred
  20. status_waiting_auth = yellow
  21. text = default
  22. text_bg = default
  23. text_selected = white
  24. [network]
  25. allow_empty_password = off
  26. allowed_ips = ""
  27. auth_timeout = 60
  28. bind_address = ""
  29. clients_purge_delay = 0
  30. compression_level = 6
  31. ipv6 = on
  32. max_clients = 5
  33. nonce_size = 16
  34. password = ""
  35. password_hash_algo = "*"
  36. password_hash_iterations = 100000
  37. ssl_cert_key = "%h/ssl/relay.pem"
  38. ssl_priorities = "NORMAL:-VERS-SSL3.0"
  39. totp_secret = ""
  40. totp_window = 0
  41. websocket_allowed_origins = ""
  42. [irc]
  43. backlog_max_minutes = 0
  44. backlog_max_number = 1024
  45. backlog_since_last_disconnect = on
  46. backlog_since_last_message = off
  47. backlog_tags = "irc_privmsg"
  48. backlog_time_format = "[%H:%M] "
  49. [weechat]
  50. commands = ""
  51. [port]
  52. [path]