Skip to content
Snippets Groups Projects
Commit 1374fc88 authored by ale's avatar ale
Browse files

Merge branch 'irc-sasl' into 'master'

irc: mention SASL for services

See merge request !94
parents afb440aa 2b31e308
No related branches found
No related tags found
1 merge request!94irc: mention SASL for services
Pipeline #90165 passed
......@@ -72,6 +72,8 @@ To answer this message, type:
/msg NickServ IDENTIFY mypassword
-NickServ- Password accepted - you are now recognized.
The server supports SASL authentication: you can configure your client to send nick and password when connecting (authentication method PLAIN). In order to use SASL you must connect with TLS/SSL.
You can check that an user has identified with her nick through the command WHOIS. What follows is for instance the result of a 'whois'
about an unidentified user (note that 'identified' is different from 'registered', as a nick can be registered but someone could connect to
IRC with someone else's nick and ignore the password request...).
......
......@@ -49,8 +49,6 @@ non funziona con tutti client (BitchX ad esempio). Analogamente per ChanServ uti
/chanserv HELP
/cs HELP
*NB: In questo HOWTO i comandi che vanno dati al client sono in <font class="ircsend">ROSSO</font>.*
- Come si utilizza NickServ?
La prima cosa da fare quando si utilizzano i Services è registrare il nostro NickName. In questo modo eviteremo che qualcun'altro possa
......@@ -78,9 +76,7 @@ noi, ci bastera' dare a NickServ il comando...
-NickServ- Password accepted - you are now recognized.
...per essere riconosciuti.
*NB: In questo HOWTO i messaggi ricevuti dal server sono in <font class="ircrecv">VERDE</font>.*
...per essere riconosciuti. Per non dover inviare la password ad ogni connessione il server supporta, solo per le connessioni TLS, l'autenticazione via SASL (metodo PLAIN).
Possiamo controllare se un utente si è identificato facendogli un WHOIS. Per esempio quello che segue è il risultato di un whois a un utente
NON identificato (notare che "identificato" è diverso da registrato in quanto un nick puo' essere registrato, pero' qualcuno potrebbe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment