]> jfr.im git - irc/evilnet/x3.git/blame - docs/access-levels.txt
Added support for user modes +D, +R, +W, +H, +L and +q
[irc/evilnet/x3.git] / docs / access-levels.txt
CommitLineData
ceafd592 1There are different types of access within X3. This document
d76ed9a9 2attempts to list the privileges and restrictions for each (in the
3default configuration -- OpServ and ChanServ may be changed at
4runtime, and the defaults can be changed in the source).
5
6The basic classes of users are these:
7 Unauthenticated user
8 Unauthenticated oper
9 Authenticated user
10 Authenticated support helper
11 Authenticated network helper
12 Authenticated oper
13
14"Staff" is used to refer to the set of opers (either authenticated or
15not) plus authenticated support or networkhelpers. A staff member
16also has an "OpServ access level." If they are authenticated, it is
17the access level of their handle. If they are not authenticated, it
18is zero.
19
20For ChanServ operations on a channel, there is also a "channel access
2a4ca4f5 21level." For pals, this is 100; for ops, 200; for masters, 300; for
d76ed9a9 22co-owners, 400; for owners, 500; and for staff members with security
23override on, 600 (if they have a non-override account with sufficient
24access, that is used instead).
25
26Authenticated opers and network helpers may use the !god mode in
27ChanServ to toggle security override on and off. Support helpers have
28security override on if (and only if) they are in a designated
29"support channel." On GameSurge, this is #support.
30
31(More documentation goes here.)