diff --git a/pages/external/identifying.html b/pages/external/identifying.html index c5933fe..01f3688 100644 --- a/pages/external/identifying.html +++ b/pages/external/identifying.html @@ -10,7 +10,7 @@ Insert title here

NOTE: This might be heavily freenode-specific, but these things should work with other networks too, at least SASL and CertFP.

-

I will document the four different methods to identify to services which I use by myself.

+

I will document the four different methods to identify to services which I use by myself. I use all of these at the same time.

SASL

There isn't much to say about SASL as it's easy to configure as long as your IRC client supports it. SASL identifies you before logging in, but it won't help you in case services are down. The easiest way to check does the network where you are support SASL is probably to whois or message or both to the SaslServ.

/whois SaslServ SaslServ
@@ -39,10 +39,27 @@ XX:XX:XX < *sasl> +-------------+-----------------------------------------
 
  • It's not supported even by freenode.
  • I don't know any network that supports it.
  • +
  • This won't help you if services go down.
  • CertFP

    Server password

    +

    This might not work with some networks, but this works with freenode. All IRC clients should support settng password which to use while connecting to server. Set it as username:password for freenode and you are automatically identified when you connect.

    +

    Some notes:

    +

    Automatic command

    +

    This works with probably every client. They support setting commands that are automatically run as you connect and you can set the command

    +
    /msg NickServ identify username password
    +

    or whatever syntax the services on your network use.

    +

    Some notes:

    + For corrections above this line, please contact me at IRC or fix them by yourself here. What is below that line is embedded GitHub gist which reads where to contact with issues with it.
    diff --git a/pages/external/identifying.html.md b/pages/external/identifying.html.md index 53bb8fb..3812849 100644 --- a/pages/external/identifying.html.md +++ b/pages/external/identifying.html.md @@ -15,7 +15,7 @@ work with other networks too, at least SASL and CertFP.** I will document the four different methods to identify to services which I -use by myself. +use by myself. **I use all of these at the same time.** ## SASL @@ -65,13 +65,43 @@ use SSL. work with most of networks. * It's not supported even by freenode. * I don't know any network that supports it. +* This won't help you if services go down. ## CertFP ## Server password +This might not work with some networks, but this works with freenode. +All IRC clients should support settng password which to use while +connecting to server. Set it as `username:password` for freenode and you +are automatically identified when you connect. + +Some notes: + +* This is only known to work with freenode. +* You aren't identified immediately so as shown in the embedded gist, +your real host is visible for people who have you on `/monitor`. +* This won't help you if services go down. + ## Automatic command +This works with probably every client. They support setting commands that +are automatically run as you connect and you can set the command + +``` +/msg NickServ identify username password +``` + +or whatever syntax the services on your network use. + +Some notes: + +* Your real host is still visible for /monitor ing people. +* Your client might send that command too late to prevent you from getting +to redirect channels for unidentified users and show your real host to +everyone. +* You might annoy people by joining twice and quitting once with "Changing +host". For corrections above this line, please contact [me at IRC](../irc.html) or fix them by yourself [here](https://github.com/Mkaysi/mkaysi.github.io/blob/master/pages/external/identifying.html.md). What is below that line is embedded GitHub