From fcd93cee5f7ddc11710d5af26b251aae6f59dafb Mon Sep 17 00:00:00 2001 From: Jeremy Mahieu Date: Sat, 18 Apr 2020 11:44:26 +0200 Subject: [PATCH] Correct sommand to change hash algorithem --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 27098ec..96aa7c5 100644 --- a/index.html +++ b/index.html @@ -71,6 +71,11 @@
Weechat version error Weechat connected but did not respond to a handshake. This could mean weechat < version 2.9. Verify your weechat version and check "Allow Plaintext Authentication" if it's < 2.9.
+
+ Hash algorithem error Weechat and glowing bear did not agree on a hashing algorithem, please do /set relay.network.password_hash_algo "pbkdf2+sha512" in weechat. +
+ + hashAlgorithemDisagree
@@ -198,7 +203,7 @@ chown -R username:username ~usernameRequired for Weechat < 2.9

Since weechat version 2.9 the authentication was made more secure and resistant to brute forcing. Glowing bear uses the most secure authentication method by default. However to supports older version of weechat this options allows glowing bear to still send your password in plaintext (wrapped in https if enabled). Only enable this if you are using Weechat < 2.9

By default weechat 2.9 support all authentication methods, if you are only using glowing bear you can do the following command to improve security:

-
/relay.network.auth_password "pbkdf2+sha512"
+
/set relay.network.password_hash_algo "pbkdf2+sha512"