Mercurial > dotfiles
comparison weechat/relay.conf @ 237:3b36ae84bc2d
WeeChat configuration.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 11 Dec 2014 23:36:51 -0800 |
parents | |
children | f3ea51b9b4d1 |
comparison
equal
deleted
inserted
replaced
236:6facb9f24fe7 | 237:3b36ae84bc2d |
---|---|
1 # | |
2 # relay.conf -- weechat v0.4.2 | |
3 # | |
4 | |
5 [look] | |
6 auto_open_buffer = on | |
7 raw_messages = 256 | |
8 | |
9 [color] | |
10 client = cyan | |
11 status_active = lightblue | |
12 status_auth_failed = lightred | |
13 status_connecting = yellow | |
14 status_disconnected = lightred | |
15 status_waiting_auth = brown | |
16 text = default | |
17 text_bg = default | |
18 text_selected = white | |
19 | |
20 [network] | |
21 allowed_ips = "" | |
22 bind_address = "" | |
23 compression_level = 6 | |
24 ipv6 = on | |
25 max_clients = 5 | |
26 password = "" | |
27 ssl_cert_key = "%h/ssl/relay.pem" | |
28 websocket_allowed_origins = "" | |
29 | |
30 [irc] | |
31 backlog_max_minutes = 1440 | |
32 backlog_max_number = 256 | |
33 backlog_since_last_disconnect = on | |
34 backlog_tags = "irc_privmsg" | |
35 backlog_time_format = "[%H:%M] " | |
36 | |
37 [port] |