]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
easier instructions for sasl with weechat
authorShivaram Lingamneni <redacted>
Tue, 25 Jun 2019 19:12:18 +0000 (15:12 -0400)
committerEmerson Veenstra <redacted>
Tue, 25 Jun 2019 19:19:27 +0000 (15:19 -0400)
content/kb/sasl/weechat.md [new file with mode: 0644]
content/kb/using/sasl.md

diff --git a/content/kb/sasl/weechat.md b/content/kb/sasl/weechat.md
new file mode 100644 (file)
index 0000000..ef2ac4d
--- /dev/null
@@ -0,0 +1,22 @@
+Title: Configuring SASL for WeeChat
+---
+
+Here's a simple guide for password-based authentication, based on the [WeeChat quick-start guide <i class="fa fa-external-link" aria-hidden="true"></i>](https://weechat.org/files/doc/stable/weechat_quickstart.en.html).
+
+If you haven't already set up your connection to freenode, use this command:
+
+    /server add freenode chat.freenode.net/6697 -ssl
+
+If you have already set up a connection to freenode, or if that command fails with a message like `irc: server "freenode" already exists, can't add it!`, then use these commands to ensure that SSL/TLS is enabled for your connection:
+
+    /set irc.server.freenode.addresses "chat.freenode.net/6697"
+    /set irc.server.freenode.ssl on
+
+Now, configure SASL:
+
+    /set irc.server.freenode.sasl_mechanism PLAIN
+    /set irc.server.freenode.sasl_username <nickname>
+    /set irc.server.freenode.sasl_password <password>
+    /save
+
+For more complete instructions, including non-password-based mechanisms, see the [official Weechat documentation <i class="fa fa-external-link" aria-hidden="true"></i>](https://www.weechat.org/files/doc/stable/weechat_user.en.html#irc_sasl_authentication).
index b16a45f9db7adf9362d99f3b9b59e3ae243c7847..f65cab75b7a72f613bd0c1aa4b865af5fedc7f50 100644 (file)
@@ -22,7 +22,7 @@ We have instructions on how to configure SASL for some clients, below. If asked
 * [mIRC](kb/sasl/mirc)
 * [Quassel](kb/sasl/quassel)
 * [Textual](kb/sasl/textual)
-* [Weechat <i class="fa fa-external-link" aria-hidden="true"></i>](https://www.weechat.org/files/doc/stable/weechat_user.en.html#irc_sasl_authentication)
+* [WeeChat](kb/sasl/weechat)
 * [ZNC <i class="fa fa-external-link" aria-hidden="true"></i>](http://wiki.znc.in/Sasl#example)
 
 If you know of any additions or corrections to the lists above, or would like to contribute a script or (better) documentation, contact us on IRC.