]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - weechat/relay.conf
Update yum to dnf
[rbdr/dotfiles] / weechat / relay.conf
index 6147697b56672a3e270b6084266ee5f9c9e9bd4a..ef5619a91f4d31fcfddde4b793cda67b444bd21d 100644 (file)
@@ -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]