Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
help:connecting:sasl [2016/03/30 22:44] – created rubinhelp:connecting:sasl [2025/06/30 18:23] (current) rubin
Line 1: Line 1:
 ====== SASL login ====== ====== SASL login ======
  
-SASL stands for [[https://tools.ietf.org/html/rfc4422|Simple Authentication and Security Layer]], and it is a standard (not just for IRC!) way of securely authenticating your identity to a server. +AfterNET servers support SASL login, and is the recommended way of connecting to IRC. SASL logs you in BEFORE you show up on IRC, thus preserving your IP address hiding, and bypassing any IP based security restrictions we have in place. SASL replaces our old [[:help:connecting:login-on-connect|LOC]] based authentication mechanism.
- +
-AfterNET servers support SASL login, and is the recommended way of connecting.+
  
 There are different types of SASL available, here are the settings you should use to connect to AfterNET: There are different types of SASL available, here are the settings you should use to connect to AfterNET:
Line 13: Line 11:
 Once configured, connecting this way has the benefit of bypassing extra connection-time security checks, and ensures your identity is configured before you join any channels. Once configured, connecting this way has the benefit of bypassing extra connection-time security checks, and ensures your identity is configured before you join any channels.
  
 +===== Client Specific Help =====
 +  * [[:help:connecting:sasl:hexchat]]
 +  * [[:help:connecting:sasl:mirc]]
 +  * [[:help:connecting:sasl:znc]]
 +  * [[:help:connecting:sasl:irssi]]
 +
 +===== Technical =====
 +SASL stands for [[https://tools.ietf.org/html/rfc4422|Simple Authentication and Security Layer]], and it is a standard (not just for IRC!) way of securely authenticating your identity to a server.