]> jfr.im git - irc/rqf/shadowircd.git/blame - doc/sgml/oper-guide/oprivs.sgml
sgml docs: kline_exempt does not exempt from D:lines in any way
[irc/rqf/shadowircd.git] / doc / sgml / oper-guide / oprivs.sgml
CommitLineData
212380e3 1 <chapter id="oprivs">
2 <title>Oper privileges</title>
3 <sect1 id="oprivlist">
4 <title>Meanings of oper privileges</title>
5 <para>
6 These are flags in operator{}.
7 The letter appears after opering up and in /stats o; an uppercase
8 letter means the privilege is possessed, lowercase means it is not.
9 </para>
10 <sect2>
11 <title>admin (A), server administrator</title>
12 <para>
13 Various privileges intended for server administrators.
14 Among other things, this automatically sets umode +a and allows
15 loading modules.
16 </para>
17 </sect2>
18 <sect2>
19 <title>remoteban (B), set remote bans</title>
20 <para>
21 This grants the ability to use the ON argument on KLINE/XLINE/RESV
22 and UNKLINE/UNXLINE/UNRESV to set and unset bans on other servers,
23 and the server argument on REHASH.
24 This is only allowed if the oper may perform the action locally,
25 and if the remote server has a shared{} block.
26 </para>
27 <note><para>
28 If a cluster{} block is present, bans are sent remotely even
29 if the oper does not have remoteban privilege.
30 </para></note>
31 </sect2>
32 <sect2>
33 <title>local_kill (C), kill local users</title>
34 <para>
35 This grants permission to use KILL on users on the same server,
36 disconnecting them from the network.
37 </para>
38 </sect2>
39 <sect2>
40 <title>die (D), die and restart</title>
41 <para>
42 This grants permission to use DIE and RESTART, shutting down
43 or restarting the server.
44 </para>
45 </sect2>
46 <sect2>
47 <title>gline (G), gline</title>
48 <para>
49 This allows using GLINE (network wide temp bans if 3 opers agree).
50 If unkline privilege is also possessed, allow UNGLINE (remove gline
51 locally).
52 </para>
53 </sect2>
54 <sect2>
55 <title>rehash (H), rehash</title>
56 <para>
57 Allows using the REHASH command, to rehash various configuration
58 files or clear certain lists.
59 </para>
60 </sect2>
61 <sect2>
62 <title>kline (K), kline and dline</title>
63 <para>
64 Allows using KLINE and DLINE, to ban users by user@host mask
65 or IP address.
66 </para>
67 </sect2>
68 <sect2>
69 <title>operwall (L), send/receive operwall</title>
70 <para>
71 Allows using the OPERWALL command and umode +z to send and
72 receive operwalls.
73 </para>
625b1e58
JT
74 </sect2>
75 <sect2>
76 <title>mass_notice (M), global notices and wallops</title>
77 <para>
78 Allows using server name ($$mask) and hostname ($#mask) masks in
79 NOTICE and PRIVMSG to send a message to all matching users, and
80 allows using the WALLOPS command to send a message to all users
81 with umode +w set.
82 </para>
212380e3 83 </sect2>
84 <sect2>
85 <title>nick_changes (N), see nick changes</title>
86 <para>
87 Allows using snomask +n to see local client nick changes.
88 This is designed for monitor bots.
89 </para>
90 </sect2>
91 <sect2>
92 <title>global_kill (O), global kill</title>
93 <para>
94 Allows using KILL on users on any server.
95 </para>
96 </sect2>
97 <sect2>
98 <title>hidden_oper (P), hide from /stats p</title>
99 <para>
100 This privilege currently does nothing, but was designed
101 to hide bots from /stats p so users will not message them
102 for help.
103 </para>
104 </sect2>
fa796470
JT
105 <sect2>
106 <title>resv (Q), channel control</title>
107 <para>
108 This allows using /resv, /unresv and changing the channel
109 modes +L and +P.
110 </para>
111 </sect2>
212380e3 112 <sect2>
113 <title>remote (R), remote routing</title>
114 <para>
115 This allows using the third argument of the CONNECT command, to
116 instruct another server to connect somewhere, and using SQUIT
117 with an argument that is not locally connected.
118 (In both cases all opers with +w set will be notified.)
119 </para>
120 </sect2>
121 <sect2>
122 <title>oper_spy (S), use operspy</title>
123 <para>
124 This allows using /mode !#channel, /whois !nick, /who !#channel,
125 /chantrace !#channel, /who !mask, /masktrace !user@host :gecos
126 and /scan umodes +modes-modes global list to see through secret
127 channels, invisible users, etc.
128 </para>
129 <para>
130 All operspy usage is broadcasted to opers with snomask +Z set
131 (on the entire network) and optionally logged.
132 If you grant this to anyone, it is a good idea to establish
133 concrete policies describing what it is to be used for, and
134 what not.
135 </para>
136 <para>
137 If operspy_dont_care_user_info is enabled, /who mask is operspy
138 also, and /who !mask, /who mask, /masktrace !user@host :gecos
139 and /scan umodes +modes-modes global list do not generate +Z notices
140 or logs.
141 </para>
142 </sect2>
143 <sect2>
144 <title>unkline (U), unkline</title>
145 <para>
146 Allows using UNKLINE and UNDLINE, and if gline privilege is also
147 possessed, UNGLINE.
148 </para>
149 </sect2>
150 <sect2>
151 <title>xline (X), xline and unxline</title>
152 <para>
153 Allows using XLINE and UNXLINE, to ban/unban users by realname.
154 </para>
155 </sect2>
156 <sect2>
157 <title>hidden_admin, hidden administrator</title>
158 <para>
159 This grants everything granted to the admin privilege,
160 except the ability to set umode +a. If both admin and hidden_admin
161 are possessed, umode +a can still not be used.
162 </para>
163 <note><para>
164 This privilege does not appear in /stats o or oper up notices.
165 </para></note>
166 </sect2>
167 </sect1>
168 </chapter>
169<!-- Keep this comment at the end of the file
170Local variables:
171mode: sgml
172sgml-omittag:t
173sgml-shorttag:t
174sgml-namecase-general:t
175sgml-general-insert-case:lower
176sgml-minimize-attributes:nil
177sgml-always-quote-attributes:t
178sgml-indent-step:2
179sgml-indent-data:t
180sgml-parent-document: ("charybdis-oper-guide.sgml" "book")
181sgml-exposed-tags:nil
182fill-column: 105
183sgml-validate-command: "nsgmls -e -g -s -u charybdis-oper-guide.sgml"
184End:
185-->