DWIRC:Security & SASL Auth: Difference between revisions

From DarkWorld Network
Jump to navigation Jump to search
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..."
ย 
m Protected "DWIRC:Security & SASL Auth" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
ย 
(2 intermediate revisions by the same user not shown)
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 `/msg NickServ IDENTIFY`.
No need to manually type <code>/msg NickServ IDENTIFY</code>.


----


== ๐Ÿงฉ SASL Setup ==
== ๐Ÿงฉ SASL Setup ==
=== HexChat ===
=== HexChat ===
1. Go to *Network List โ†’ DarkWorld โ†’ Edit*.ย  ย 
# Go to '''Network List''' โ†’ '''DarkWorld''' โ†’ '''Edit'''.ย  ย 
2. Enable **Use SSL for all servers**.ย  ย 
# Enable '''Use SSL for all servers'''.ย  ย 
3. Check **Use SASL** and enter your NickServ username and password.
# 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: <code>irc.darkworld.network +6697</code>
irc.darkworld.network +6697
* 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}}

Latest revision as of 15:26, 16 November 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

  1. Go to Network List โ†’ DarkWorld โ†’ Edit.
  2. Enable Use SSL for all servers.
  3. Check Use SASL and enter your NickServ username and password.

Weechat

  1. /set irc.server.DarkWorld.sasl_mechanism PLAIN
  2. /set irc.server.DarkWorld.sasl_username YourNick
  3. /set irc.server.DarkWorld.sasl_password YourPassword
  4. /connect DarkWorld

Irssi

  1. /network add DarkWorld
  2. /server add -auto -ssl -network DarkWorld irc.darkworld.network 6697
  3. /sasl set DarkWorld YourNick password PLAIN
  4. /save
  5. /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

๐ŸŒ Connect with Us: | | | | | |

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-11-16 โ€ข Content licensed under CC-BY-SA 4.0 unless otherwise noted.