all repos — dotfiles @ ab5a2e1648e146eb57cf95023a5412812178fa32

my *nix dotfiles

weechat/.weechat/relay.conf (view raw)

 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"
38websocket_allowed_origins = ""
39
40[irc]
41backlog_max_minutes = 1440
42backlog_max_number = 256
43backlog_since_last_disconnect = on
44backlog_since_last_message = off
45backlog_tags = "irc_privmsg"
46backlog_time_format = "[%H:%M] "
47
48[port]