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