]> git.r.bdr.sh - rbdr/dotfiles/blame_incremental - weechat/relay.conf
Update yum to dnf
[rbdr/dotfiles] / weechat / relay.conf
... / ...
CommitLineData
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]
13auto_open_buffer = on
14raw_messages = 256
15
16[color]
17client = cyan
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]
28allow_empty_password = off
29allowed_ips = ""
30bind_address = ""
31clients_purge_delay = 0
32compression_level = 6
33ipv6 = on
34max_clients = 5
35password = ""
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] "
49
50[port]