瀏覽代碼

fix remaining references to Freenode in documentation

tags/v2.8.0-rc1
Shivaram Lingamneni 3 年之前
父節點
當前提交
c53097000b
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 1
    1
      README.md
  2. 2
    2
      docs/MANUAL.md
  3. 1
    1
      docs/USERGUIDE.md

+ 1
- 1
README.md 查看文件

104
 
104
 
105
 ### Nickname and channel registration
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
 Once you have registered your nickname, you can use it to register channels:
109
 Once you have registered your nickname, you can use it to register channels:
110
 
110
 

+ 2
- 2
docs/MANUAL.md 查看文件

257
 
257
 
258
     /NS REGISTER *
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
 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.
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
 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
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
 1. If you unregister your account, your nickname will be permanently unreclaimable (thus preventing people from impersonating you)
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
 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`.
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 查看文件

72
 
72
 
73
 This registers your current nickname as your account name, with the password `mySecretPassword` (replace this with your own secret password!)
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
 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.
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…
取消
儲存