DWIRC:Security & SASL Auth: Difference between revisions
Created page with "{{DWIRC_Guides}} = ๐ Security & SASL Authentication = Protecting your account and privacy is a top priority on the DarkWorld IRC Network. This guide explains how to use SASL authentication and SSL encryption to keep your identity secure. ---- == ๐ What is SASL? == SASL (Simple Authentication and Security Layer) allows your client to automatically log in to NickServ when connecting. No need to manually type `/msg NickServ IDENTIFY`. ---- == ๐งฉ SASL Setup..." ย |
No edit summary |
||
| Line 5: | Line 5: | ||
This guide explains how to use SASL authentication and SSL encryption to keep your identity secure. | This guide explains how to use SASL authentication and SSL encryption to keep your identity secure. | ||
== ๐ What is SASL? == | == ๐ What is SASL? == | ||
SASL (Simple Authentication and Security Layer) allows your client to automatically log in to NickServ when connecting.ย ย | SASL (Simple Authentication and Security Layer) allows your client to automatically log in to NickServ when connecting.ย ย | ||
No need to manually type | No need to manually type <code>/msg NickServ IDENTIFY</code>. | ||
== ๐งฉ SASL Setup == | == ๐งฉ SASL Setup == | ||
=== HexChat === | === HexChat === | ||
# Go to '''Network List''' โ '''DarkWorld''' โ '''Edit'''.ย ย | |||
# Enable '''Use SSL for all servers'''.ย ย | |||
# Check '''Use SASL''' and enter your NickServ username and password. | |||
=== Weechat === | === Weechat === | ||
/set irc.server.DarkWorld.sasl_mechanism PLAIN | # <code>/set irc.server.DarkWorld.sasl_mechanism PLAIN</code> | ||
/set irc.server.DarkWorld.sasl_username YourNick | # <code>/set irc.server.DarkWorld.sasl_username YourNick</code> | ||
/set irc.server.DarkWorld.sasl_password YourPassword | # <code>/set irc.server.DarkWorld.sasl_password YourPassword</code> | ||
/connect DarkWorld | # <code>/connect DarkWorld</code> | ||
ย | |||
=== Irssi === | === Irssi === | ||
/network add DarkWorld | # <code>/network add DarkWorld</code> | ||
/server add -auto -ssl -network DarkWorld irc.darkworld.network 6697 | # <code>/server add -auto -ssl -network DarkWorld irc.darkworld.network 6697</code> | ||
/sasl set DarkWorld YourNick password PLAIN | # <code>/sasl set DarkWorld YourNick password PLAIN</code> | ||
/save | # <code>/save</code> | ||
/connect DarkWorld | # <code>/connect DarkWorld</code> | ||
ย | |||
== ๐ SSL Encryption == | == ๐ SSL Encryption == | ||
Always connect with SSL: | * Always connect with SSL: | ||
irc.darkworld.network +6697 | * <code>irc.darkworld.network +6697</code> | ||
Youโll see a padlock ๐ icon or โsecure connectionโ message in most clients. | * Youโll see a padlock ๐ icon or โsecure connectionโ message in most clients. | ||
== ๐งญ Next Step == | == ๐งญ Next Step == | ||
โ Learn to manage your channel securely: [[DWIRC:Channel Management Tips]] | โ Learn to manage your channel securely: [[DWIRC:Channel Management Tips]] | ||
{{DWFooter}} | |||
Revision as of 13:38, 22 October 2025
๐ DWIRC Guides & Tutorials
Guides
Security
Channel Management
๐ Learn to Connect, Secure, and Manage Your IRC Experience
๐ Security & SASL Authentication
Protecting your account and privacy is a top priority on the DarkWorld IRC Network. This guide explains how to use SASL authentication and SSL encryption to keep your identity secure.
๐ What is SASL?
SASL (Simple Authentication and Security Layer) allows your client to automatically log in to NickServ when connecting.
No need to manually type /msg NickServ IDENTIFY.
๐งฉ SASL Setup
HexChat
- Go to Network List โ DarkWorld โ Edit.
- Enable Use SSL for all servers.
- Check Use SASL and enter your NickServ username and password.
Weechat
/set irc.server.DarkWorld.sasl_mechanism PLAIN/set irc.server.DarkWorld.sasl_username YourNick/set irc.server.DarkWorld.sasl_password YourPassword/connect DarkWorld
Irssi
/network add DarkWorld/server add -auto -ssl -network DarkWorld irc.darkworld.network 6697/sasl set DarkWorld YourNick password PLAIN/save/connect DarkWorld
๐ SSL Encryption
- Always connect with SSL:
irc.darkworld.network +6697- Youโll see a padlock ๐ icon or โsecure connectionโ message in most clients.
๐งญ Next Step
โ Learn to manage your channel securely: DWIRC:Channel Management Tips
Part of the DarkWorld Network Wiki Project Maintained by the DarkWorld Wiki Team
DarkWorld Network โ Building an Open, Secure, and Collaborative Internet Since 2021
Quick Links: ๐ Home โข ๐ฌ DWIRC โข ๐ DWBouncers โข ๐ป DWShells โข ๐ Tutorials โข ๐ Stats โข ๐ฎ Games โข ๐งญ Hosting
๐ก Want to contribute? See How to Contribute and help build the DarkWorld knowledge base!
๐ Last Updated: 2025-10-22 โข Content licensed under CC-BY-SA 4.0 unless otherwise noted.