aboutsummaryrefslogtreecommitdiff
path: root/weechat/relay.conf
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2019-03-14 23:10:40 +0100
committerBen Beltran <ben@nsovocal.com>2019-03-14 23:10:40 +0100
commit483da16cc098deaa4bf75d2d70b833b852c12091 (patch)
tree92919841eb417f2ffee36f7157cd6c6b809d2315 /weechat/relay.conf
parentd24dc26fdab9e62f120ea232302b754a2dc6d3e8 (diff)
Update weechat config
Diffstat (limited to 'weechat/relay.conf')
-rw-r--r--weechat/relay.conf26
1 files changed, 25 insertions, 1 deletions
diff --git a/weechat/relay.conf b/weechat/relay.conf
index 6147697..ef5619a 100644
--- a/weechat/relay.conf
+++ b/weechat/relay.conf
@@ -1,5 +1,12 @@
#
-# relay.conf -- weechat v0.3.8
+# weechat -- relay.conf
+#
+# WARNING: It is NOT recommended to edit this file by hand,
+# especially if WeeChat is running.
+#
+# Use /set or similar command to change settings in WeeChat.
+#
+# For more info, see: https://weechat.org/doc/quickstart
#
[look]
@@ -7,6 +14,7 @@ auto_open_buffer = on
raw_messages = 256
[color]
+client = cyan
status_active = lightblue
status_auth_failed = lightred
status_connecting = yellow
@@ -17,10 +25,26 @@ text_bg = default
text_selected = white
[network]
+allow_empty_password = off
allowed_ips = ""
bind_address = ""
+clients_purge_delay = 0
compression_level = 6
+ipv6 = on
max_clients = 5
password = ""
+ssl_cert_key = "%h/ssl/relay.pem"
+ssl_priorities = "NORMAL:-VERS-SSL3.0"
+totp_secret = ""
+totp_window = 0
+websocket_allowed_origins = ""
+
+[irc]
+backlog_max_minutes = 1440
+backlog_max_number = 256
+backlog_since_last_disconnect = on
+backlog_since_last_message = off
+backlog_tags = "irc_privmsg"
+backlog_time_format = "[%H:%M] "
[port]