Mercurial > dotfiles
comparison weechat/relay.conf @ 260:f3ea51b9b4d1
Upgrade to new Weechat.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 21 Jan 2015 16:50:58 -0800 |
parents | 3b36ae84bc2d |
children | 27447ad19df6 |
comparison
equal
deleted
inserted
replaced
259:726728f13152 | 260:f3ea51b9b4d1 |
---|---|
1 # | 1 # |
2 # relay.conf -- weechat v0.4.2 | 2 # relay.conf -- weechat v1.1 |
3 # | 3 # |
4 | 4 |
5 [look] | 5 [look] |
6 auto_open_buffer = on | 6 auto_open_buffer = on |
7 raw_messages = 256 | 7 raw_messages = 256 |
18 text_selected = white | 18 text_selected = white |
19 | 19 |
20 [network] | 20 [network] |
21 allowed_ips = "" | 21 allowed_ips = "" |
22 bind_address = "" | 22 bind_address = "" |
23 clients_purge_delay = 0 | |
23 compression_level = 6 | 24 compression_level = 6 |
24 ipv6 = on | 25 ipv6 = on |
25 max_clients = 5 | 26 max_clients = 5 |
26 password = "" | 27 password = "" |
27 ssl_cert_key = "%h/ssl/relay.pem" | 28 ssl_cert_key = "%h/ssl/relay.pem" |
29 ssl_priorities = "NORMAL:-VERS-SSL3.0" | |
28 websocket_allowed_origins = "" | 30 websocket_allowed_origins = "" |
29 | 31 |
30 [irc] | 32 [irc] |
31 backlog_max_minutes = 1440 | 33 backlog_max_minutes = 1440 |
32 backlog_max_number = 256 | 34 backlog_max_number = 256 |