logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

relay.conf (1043B)


  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. totp_secret = ""
  36. totp_window = 0
  37. websocket_allowed_origins = ""
  38. [irc]
  39. backlog_max_minutes = 1440
  40. backlog_max_number = 256
  41. backlog_since_last_disconnect = on
  42. backlog_since_last_message = off
  43. backlog_tags = "irc_privmsg"
  44. backlog_time_format = "[%H:%M] "
  45. [weechat]
  46. commands = ""
  47. [port]
  48. [path]