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/
15 auto_open_buffer = "on"
16 display_clients = "irc,weechat"
18 raw_messages_max_length = 4096
22 status_active = lightblue
23 status_auth_failed = lightred
24 status_authenticating = yellow
25 status_connecting = yellow
26 status_disconnected = lightred
32 allow_empty_password = off
36 clients_purge_delay = 0
43 password_hash_algo = "*"
44 password_hash_iterations = 100000
46 tls_cert_key = "%h/ssl/relay.pem"
47 tls_priorities = "NORMAL:-VERS-SSL3.0"
50 websocket_allowed_origins = ""
53 backlog_max_minutes = 1440
54 backlog_max_number = 256
55 backlog_since_last_disconnect = on
56 backlog_since_last_message = off
57 backlog_tags = "irc_privmsg"
58 backlog_time_format = "[%H:%M] "
61 remote_get_lines = 1000