]> git.rmz.io Git - dotfiles.git/blob - weechat/relay.conf
weechat: set color_reaction_suffix to darkblue
[dotfiles.git] / weechat / relay.conf
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/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 auth_timeout = 60
31 bind_address = ""
32 clients_purge_delay = 0
33 compression_level = 6
34 ipv6 = on
35 max_clients = 5
36 nonce_size = 16
37 password = ""
38 password_hash_algo = "*"
39 password_hash_iterations = 100000
40 ssl_cert_key = "%h/ssl/relay.pem"
41 ssl_priorities = "NORMAL:-VERS-SSL3.0"
42 totp_secret = ""
43 totp_window = 0
44 websocket_allowed_origins = ""
45
46 [irc]
47 backlog_max_minutes = 1440
48 backlog_max_number = 256
49 backlog_since_last_disconnect = on
50 backlog_since_last_message = off
51 backlog_tags = "irc_privmsg"
52 backlog_time_format = "[%H:%M] "
53
54 [weechat]
55 commands = ""
56
57 [port]
58
59 [path]