2 # weechat -- relay.conf
 
   4 # WARNING: It is NOT recommended to edit this file by hand,
 
   5 # especially if WeeChat is running.
 
   7 # Use commands like /set or /fset to change settings in WeeChat.
 
   9 # For more info, see: https://weechat.org/doc/weechat/quickstart/
 
  15 auto_open_buffer = "on"
 
  16 display_clients = "irc,weechat"
 
  18 raw_messages_max_length = 4096
 
  22 status_active = lightblue
 
  23 status_auth_failed = lightred
 
  24 status_authenticating = yellow
 
  25 status_connecting = yellow
 
  26 status_disconnected = lightred
 
  32 allow_empty_password = off
 
  36 clients_purge_delay = 0
 
  43 password_hash_algo = "*"
 
  44 password_hash_iterations = 100000
 
  46 tls_cert_key = "%h/ssl/relay.pem"
 
  47 tls_priorities = "NORMAL:-VERS-SSL3.0"
 
  50 websocket_allowed_origins = ""
 
  51 websocket_permessage_deflate = on
 
  54 backlog_max_minutes = 1440
 
  55 backlog_max_number = 256
 
  56 backlog_since_last_disconnect = on
 
  57 backlog_since_last_message = off
 
  58 backlog_tags = "irc_privmsg"
 
  59 backlog_time_format = "[%H:%M] "
 
  62 remote_autoreconnect_delay_growing = 2
 
  63 remote_autoreconnect_delay_max = 600
 
  64 remote_get_lines = 1000
 
  65 remote_input_cmd_local = "   ${color:green}<local cmd>"
 
  66 remote_input_cmd_remote = "   ${color:red}<remote cmd>"