diff --git a/index.html b/index.html index 27098ec..96aa7c5 100644 --- a/index.html +++ b/index.html @@ -71,6 +71,11 @@
Required 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"