2 # weechat -- relay.conf
4 # WARNING: It is NOT recommended to edit this file by hand,
5 # especially if WeeChat is running.
7 # Use commands like /set or /fset to change settings in WeeChat.
9 # For more info, see: https://weechat.org/doc/weechat/quickstart/
20 status_active = lightblue
21 status_auth_failed = lightred
22 status_connecting = yellow
23 status_disconnected = lightred
24 status_waiting_auth = brown
30 allow_empty_password = off
34 clients_purge_delay = 0
40 password_hash_algo = "*"
41 password_hash_iterations = 100000
42 tls_cert_key = "%h/ssl/relay.pem"
43 tls_priorities = "NORMAL:-VERS-SSL3.0"
46 websocket_allowed_origins = ""
49 backlog_max_minutes = 1440
50 backlog_max_number = 256
51 backlog_since_last_disconnect = on
52 backlog_since_last_message = off
53 backlog_tags = "irc_privmsg"
54 backlog_time_format = "[%H:%M] "