]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
add quassel config info for sasl
authorBlake Hawkins <redacted>
Tue, 16 May 2017 18:23:44 +0000 (19:23 +0100)
committerChristel Dahlskjaer <redacted>
Tue, 16 May 2017 18:32:09 +0000 (19:32 +0100)
content/kb/sasl/quassel.md [new file with mode: 0644]
content/kb/using/sasl.md

diff --git a/content/kb/sasl/quassel.md b/content/kb/sasl/quassel.md
new file mode 100644 (file)
index 0000000..2741be9
--- /dev/null
@@ -0,0 +1,11 @@
+Title: Configuring SASL for Quassel
+---
+Quassel has SASL support built-in.
+
+1. Configure your authentication details and preferred nicks with NickServ - [register your nickname](kb/using/registration)
+2. Navigate to Settings -> "Configure Quassel"
+3. In the IRC tree, select Networks
+4. Select Freenode as the network, then select the "Auto Identify" tab below
+5. Check "Use SASL Authentication" and input your Account and Password as used with NickServ in step 1
+
+If everything was configured correctly, you should be able disconnect + reconnect with FreeNode, and still be logged in without manually authenticating with NickServ.
index 809f96492694004e38db793d44dae876f260f046..34f5d0f1e8faafc66f52113ecfb5fa53f9357ad9 100644 (file)
@@ -18,11 +18,12 @@ We have instructions on how to configure SASL for some clients, below. If asked
 * [Konversation <i class="fa fa-external-link" aria-hidden="true"></i>](http://userbase.kde.org/Konversation/Configuring_SASL_authentication)
 * [KVIrc](kb/sasl/kvirc)
 * [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)
 * [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.
 
-Documentation on how to create certificates and add their fingerprints to NickServ for SASL EXTERNAL 
+Documentation on how to create certificates and add their fingerprints to NickServ for SASL EXTERNAL
 can be found in [the article on NickServ and certificates](kb/using/certfp).