dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE

relay.conf (1010B)


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