Parcourir la source

fix discussion of nick reservation modes

tags/v2.1.0
Shivaram Lingamneni il y a 4 ans
Parent
révision
4ca163590c
1 fichiers modifiés avec 4 ajouts et 12 suppressions
  1. 4
    12
      docs/MANUAL.md

+ 4
- 12
docs/MANUAL.md Voir le fichier

@@ -219,9 +219,9 @@ Oragono supports several different modes of operation with respect to accounts a
219 219
 
220 220
 ### Traditional / lenient mode
221 221
 
222
-This is the default mode, and makes Oragono's services act similar to Quakenet's Q bot. In this mode, users cannot own or reserve nicknames. In other words, there is no connection between account names and nicknames. Anyone can use any nickname (as long as it's not already in use by another running client). However, accounts are still useful: they can be used to register channels (see below), and some IRCv3-capable clients (with the `account-tag` or `extended-join` capabilities) may be able to take advantage of them.
222
+This makes Oragono's services act similar to Quakenet's Q bot. In this mode, users cannot own or reserve nicknames. In other words, there is no connection between account names and nicknames. Anyone can use any nickname (as long as it's not already in use by another running client). However, accounts are still useful: they can be used to register channels (see below), and some IRCv3-capable clients (with the `account-tag` or `extended-join` capabilities) may be able to take advantage of them.
223 223
 
224
-To enable this mode, set the following configs (this is the default mode):
224
+To enable this mode, set the following configs:
225 225
 
226 226
 * `accounts.registration.enabled = true`
227 227
 * `accounts.authentication-enabled = true`
@@ -229,22 +229,17 @@ To enable this mode, set the following configs (this is the default mode):
229 229
 
230 230
 ### Nick ownership
231 231
 
232
-This mode makes Oragono's services act like those of a typical IRC network (like Freenode). In this mode, registering an account gives you privileges over the use of that account as a nickname. The server will then help you to enforce control over your nickname(s):
233
-
234
-* You can proactively prevent anyone from using your nickname, unless they're already logged into your account
235
-* Alternately, you can give clients a grace period to log into your account, but if they don't and the grace period expires, the server will change their nickname to something else
236
-* Alternately, you can forego any proactive enforcement – but if you decide you want to reclaim your nickname from a squatter, you can `/msg Nickserv ghost stolen_nickname` and they'll be disconnected
237
-* You can associate additional nicknames with your account by changing to it and then issuing `/msg NickServ group`
232
+In this mode (the default), registering an account gives you privileges over the use of that account as a nickname. The server will then help you to enforce control over your nickname(s). No one will be able to use your nickname unless they are logged into your account.
238 233
 
239 234
 To enable this mode, set the following configs:
240 235
 
241 236
 * `accounts.registration.enabled = true`
242 237
 * `accounts.authentication-enabled = true`
243 238
 * `accounts.nick-reservation.enabled = true`
239
+* `accounts.nick-reservation.method = strict`
244 240
 
245 241
 The following additional configs may be of interest:
246 242
 
247
-* `accounts.nick-reservation.method = strict` ; we currently recommend strict nickname enforcement as the default, since we've found that users find it less confusing.
248 243
 * `accounts.nick-reservation.force-nick-equals-account = true` ; this allows nicknames to be treated as account names for most purposes, including for controlling access to channels (see the discussion of private channels below)
249 244
 
250 245
 ### SASL-only mode
@@ -259,9 +254,6 @@ To enable this mode, set the following configs:
259 254
 * `accounts.authentication-enabled = true`
260 255
 * `accounts.require-sasl.enabled = true`
261 256
 * `accounts.nick-reservation.enabled = true`
262
-
263
-Additionally, the following configs are recommended:
264
-
265 257
 * `accounts.nick-reservation.method = strict`
266 258
 * `accounts.nick-reservation.force-nick-equals-account = true`
267 259
 

Chargement…
Annuler
Enregistrer