Browse Source

fix remaining references to Freenode in documentation

tags/v2.8.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
c53097000b
3 changed files with 4 additions and 4 deletions
  1. 1
    1
      README.md
  2. 2
    2
      docs/MANUAL.md
  3. 1
    1
      docs/USERGUIDE.md

+ 1
- 1
README.md View File

@@ -104,7 +104,7 @@ With this, you receive a blob of text which you can plug into your configuration
104 104
 
105 105
 ### Nickname and channel registration
106 106
 
107
-Ergo relies heavily on user accounts to enable its distinctive features (such as allowing multiple clients per nickname). As a user, you can register your current nickname as an account using `/msg NickServ register <password>`. Once you have done so, you should [enable SASL in your clients](https://freenode.net/kb/answer/sasl), ensuring that you will be automatically logged into your account on each connection. This will prevent [problems claiming your registered nickname](https://github.com/ergochat/ergo/blob/master/docs/MANUAL.md#nick-equals-account).
107
+Ergo relies heavily on user accounts to enable its distinctive features (such as allowing multiple clients per nickname). As a user, you can register your current nickname as an account using `/msg NickServ register <password>`. Once you have done so, you should [enable SASL in your clients](https://libera.chat/guides/sasl), ensuring that you will be automatically logged into your account on each connection. This will prevent [problems claiming your registered nickname](https://github.com/ergochat/ergo/blob/master/docs/MANUAL.md#nick-equals-account).
108 108
 
109 109
 Once you have registered your nickname, you can use it to register channels:
110 110
 

+ 2
- 2
docs/MANUAL.md View File

@@ -257,7 +257,7 @@ If you want to use a TLS client certificate instead of a password to authenticat
257 257
 
258 258
     /NS REGISTER *
259 259
 
260
-Once you've registered, you'll need to set up SASL to login. One of the more complete SASL instruction pages is Freenode's page [here](https://freenode.net/kb/answer/sasl). Open up that page, find your IRC client and then setup SASL with your chosen username and password!
260
+Once you've registered, you'll need to set up SASL to login. One of the more complete SASL instruction pages is libera.chat's page [here](https://libera.chat/guides/sasl). Open up that page, find your IRC client and then setup SASL with your chosen username and password!
261 261
 
262 262
 If your client doesn't support SASL, you can typically use the "server password" (`PASS`) field in your client to log into your account automatically when connecting. Set the server password to `accountname:accountpassword`, where `accountname` is your account name and `accountpassword` is your account password.
263 263
 
@@ -273,7 +273,7 @@ In this mode (the default), registering an account gives you privileges over the
273 273
 1. You must use your nickname, i.e., if you are logged into your account, then the server will require you to use your account name as your nickname
274 274
 1. If you unregister your account, your nickname will be permanently unreclaimable (thus preventing people from impersonating you)
275 275
 
276
-In this mode, it is very important that end users authenticate to their accounts as part of the initial IRC handshake (traditionally referred to as "connection registration"); otherwise they will not be able to use their registered nicknames. The preferred mechanism for this is [SASL](https://freenode.net/kb/answer/sasl), which is supported by most modern clients. As a fallback, this can also be done via the `PASS` (server password) command; set the "server password" field of the client to `AzureDiamond:hunter2`, where `AzureDiamond` is the account name and `hunter2` is the account password.
276
+In this mode, it is very important that end users authenticate to their accounts as part of the initial IRC handshake (traditionally referred to as "connection registration"); otherwise they will not be able to use their registered nicknames. The preferred mechanism for this is [SASL](https://libera.chat/guides/sasl), which is supported by most modern clients. As a fallback, this can also be done via the `PASS` (server password) command; set the "server password" field of the client to `AzureDiamond:hunter2`, where `AzureDiamond` is the account name and `hunter2` is the account password.
277 277
 
278 278
 As an end user, if you want to change your nickname, you can register a new account and transfer any channel ownerships to it using `/msg ChanServ transfer`.
279 279
 

+ 1
- 1
docs/USERGUIDE.md View File

@@ -72,7 +72,7 @@ Although (as in other IRC systems) basic chat functionality is available without
72 72
 
73 73
 This registers your current nickname as your account name, with the password `mySecretPassword` (replace this with your own secret password!)
74 74
 
75
-Once you have registered your account, you must configure SASL in your client, so that you will be logged in automatically on each connection. [Freenode's SASL guide](https://freenode.net/kb/answer/sasl) covers most popular clients.
75
+Once you have registered your account, you must configure SASL in your client, so that you will be logged in automatically on each connection. [libera.chat's SASL guide](https://libera.chat/guides/sasl) covers most popular clients.
76 76
 
77 77
 If your client doesn't support SASL, you can typically use the "server password" (`PASS`) field in your client to log into your account automatically when connecting. Set the server password to `accountname:accountpassword`, where `accountname` is your account name and `accountpassword` is your account password.
78 78
 

Loading…
Cancel
Save