X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=conf%2Fopers.conf.example;h=9bcf6856a8fd225e98e7db91fc9abdff40755e7f;hb=2089dfce5734a21ccdbbe133cb8499e2168cd281;hp=898a318c7d6b99f9533b591e021f28e49affefe7;hpb=bb5a5c5bb618f90fa82c6bc43eadedd2bf1be3c7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/conf/opers.conf.example b/conf/opers.conf.example index 898a318c7..9bcf6856a 100644 --- a/conf/opers.conf.example +++ b/conf/opers.conf.example @@ -15,17 +15,23 @@ name="Shutdown" # commands: oper commands that users of this class can run. - commands="DIE RESTART REHASH LOADMODULE UNLOADMODULE RELOAD" + commands="DIE RESTART REHASH LOADMODULE UNLOADMODULE RELOAD GUNLOADMODULE GRELOADMODULE SAJOIN SAPART SANICK SAQUIT SATOPIC" - # privs: special priviledges that users with this class may utilise. + # privs: special privileges that users with this class may utilise. # VIEWING: # - channels/auspex: allows opers with this priv to see more detail about channels than normal users. # - users/auspex: allows opers with this priv to view more details about users than normal users. # - servers/auspex: allows opers with this priv to see more detail about server information than normal users. - # ACTIONS + # ACTIONS: # - users/mass-message: allows opers with this priv to PRIVMSG and NOTICE to a server mask (e.g. NOTICE $*) # - channels/high-join-limit: allows opers with this priv to join total channels instead of total channels. - privs="users/auspex channels/auspex servers/auspex users/mass-message channels/high-join-limit" + # - channels/set-permanent: allows opers with this priv to set +P on channels with m_permchannels. + # PERMISSIONS: + # - users/flood/no-throttle: allows opers with this priv to send commands without being throttled (*NOTE) + # - users/flood/increased-buffers: allows opers with this priv to send and recieve data without worrying about being disconnected for exceeding limits (*NOTE) + # + # *NOTE: These privs are potantially dangerous, as they grant users with them the ability to hammer your server's CPU/RAM as much as they want, essentially. + privs="users/auspex channels/auspex servers/auspex users/mass-message channels/high-join-limit channels/set-permanent users/flood/no-throttle users/flood/increased-buffers" # usermodes: Oper-only usermodes that opers with this class can use. usermodes="*" @@ -33,10 +39,10 @@ # chanmodes: Oper-only channel modes that opers with this class can use. chanmodes="*"> - - - - + + + + #-#-#-#-#-#-#-#-#-#-#-#- OPERATOR COMPOSITION -#-#-#-#-#-#-#-#-#-#-# @@ -116,8 +122,9 @@ # hash: what hash this password is hashed with. requires the module # for selected hash (m_md5.so, m_sha256.so or m_ripemd160.so) be - # loaded and the oper password hashing module (m_password_hash.so) + # loaded and the password hashing module (m_password_hash.so) # loaded. Options here are: "md5", "sha256" and "ripemd160". + # Create hashed password with: /mkpasswd hash="sha256" # password: a hash of your password (see above option) hashed