dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

relay.conf (1407B)


      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 commands like /set or /fset to change settings in WeeChat.
      8 #
      9 # For more info, see: https://weechat.org/doc/weechat/quickstart/
     10 #
     11 
     12 config_version = 2
     13 
     14 [look]
     15 auto_open_buffer = "irc,weechat"
     16 display_clients = "irc,weechat"
     17 raw_messages = 256
     18 raw_messages_max_length = 4096
     19 
     20 [color]
     21 client = cyan
     22 status_active = green
     23 status_auth_failed = lightmagenta
     24 status_authenticating = yellow
     25 status_connecting = white
     26 status_disconnected = lightred
     27 text = default
     28 text_bg = default
     29 text_selected = white
     30 
     31 [network]
     32 allow_empty_password = off
     33 allowed_ips = ""
     34 auth_timeout = 60
     35 bind_address = ""
     36 clients_purge_delay = 0
     37 commands = "*,!quit"
     38 compression = 20
     39 ipv6 = on
     40 max_clients = 5
     41 nonce_size = 16
     42 password = ""
     43 password_hash_algo = "*"
     44 password_hash_iterations = 100000
     45 time_window = 5
     46 tls_cert_key = "${weechat_config_dir}/tls/relay.pem"
     47 tls_priorities = "NORMAL"
     48 totp_secret = ""
     49 totp_window = 0
     50 websocket_allowed_origins = ""
     51 websocket_permessage_deflate = on
     52 
     53 [irc]
     54 backlog_max_minutes = 0
     55 backlog_max_number = 1024
     56 backlog_since_last_disconnect = on
     57 backlog_since_last_message = off
     58 backlog_tags = "irc_privmsg"
     59 backlog_time_format = "[%H:%M] "
     60 
     61 [api]
     62 remote_autoreconnect_delay_growing = 2
     63 remote_autoreconnect_delay_max = 600
     64 remote_get_lines = 1000
     65 
     66 [port]
     67 
     68 [path]
     69 
     70 [remote]