]> git.rmz.io Git - dotfiles.git/blob - weechat/relay.conf
nvim: add FPP copyright snippet
[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/weechat/quickstart/
10 #
11
12 config_version = 2
13
14 [look]
15 auto_open_buffer = on
16 raw_messages = 256
17
18 [color]
19 client = cyan
20 status_active = lightblue
21 status_auth_failed = lightred
22 status_connecting = yellow
23 status_disconnected = lightred
24 status_waiting_auth = brown
25 text = default
26 text_bg = default
27 text_selected = white
28
29 [network]
30 allow_empty_password = off
31 allowed_ips = ""
32 auth_timeout = 60
33 bind_address = ""
34 clients_purge_delay = 0
35 compression = 20
36 ipv6 = on
37 max_clients = 5
38 nonce_size = 16
39 password = ""
40 password_hash_algo = "*"
41 password_hash_iterations = 100000
42 tls_cert_key = "%h/ssl/relay.pem"
43 tls_priorities = "NORMAL:-VERS-SSL3.0"
44 totp_secret = ""
45 totp_window = 0
46 websocket_allowed_origins = ""
47
48 [irc]
49 backlog_max_minutes = 1440
50 backlog_max_number = 256
51 backlog_since_last_disconnect = on
52 backlog_since_last_message = off
53 backlog_tags = "irc_privmsg"
54 backlog_time_format = "[%H:%M] "
55
56 [weechat]
57 commands = ""
58
59 [port]
60
61 [path]