relay.conf 977 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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 = lightblue
  17. status_auth_failed = lightred
  18. status_connecting = yellow
  19. status_disconnected = lightred
  20. status_waiting_auth = brown
  21. text = default
  22. text_bg = default
  23. text_selected = white
  24. [network]
  25. allow_empty_password = off
  26. allowed_ips = ""
  27. bind_address = ""
  28. clients_purge_delay = 0
  29. compression_level = 6
  30. ipv6 = on
  31. max_clients = 5
  32. password = ""
  33. ssl_cert_key = "%h/ssl/relay.pem"
  34. ssl_priorities = "NORMAL:-VERS-SSL3.0"
  35. websocket_allowed_origins = ""
  36. [irc]
  37. backlog_max_minutes = 1440
  38. backlog_max_number = 256
  39. backlog_since_last_disconnect = on
  40. backlog_since_last_message = off
  41. backlog_tags = "irc_privmsg"
  42. backlog_time_format = "[%H:%M] "
  43. [port]