]>
Commit | Line | Data |
---|---|---|
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] | |
13 | auto_open_buffer = on | |
14 | raw_messages = 256 | |
15 | ||
16 | [color] | |
483da16c | 17 | client = cyan |
aca63701 BB |
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] | |
483da16c | 28 | allow_empty_password = off |
aca63701 BB |
29 | allowed_ips = "" |
30 | bind_address = "" | |
483da16c | 31 | clients_purge_delay = 0 |
aca63701 | 32 | compression_level = 6 |
483da16c | 33 | ipv6 = on |
aca63701 BB |
34 | max_clients = 5 |
35 | password = "" | |
483da16c BB |
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] " | |
aca63701 BB |
49 | |
50 | [port] |