X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=conf%2Fopers.conf.example;h=0d1e6cd4951ec296558fb029130173ff908d7b33;hb=82a3069c5604a8b815021532ebfcc98cb50c9c7d;hp=d1e317aad34c6593dc07f50633360e05160f46ad;hpb=0d3ecb964292600ec1ce6ee1cef83f72185a8bcc;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/conf/opers.conf.example b/conf/opers.conf.example index d1e317aad..0d1e6cd49 100644 --- a/conf/opers.conf.example +++ b/conf/opers.conf.example @@ -12,24 +12,37 @@ # # total channels instead of total channels. + # - 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="*" + usermodes="*" # chanmodes: Oper-only channel modes that opers with this class can use. chanmodes="*"> - - - - + + + + #-#-#-#-#-#-#-#-#-#-#-#- OPERATOR COMPOSITION -#-#-#-#-#-#-#-#-#-#-# @@ -48,16 +61,16 @@ # classes: classes (above blocks) that this type belongs to. classes="OperChat BanControl HostCloak Shutdown ServerLink" - # host: host oper gets on oper-up. This is optional. - host="netadmin.omega.org.za" + # vhost: host oper gets on oper-up. This is optional. + vhost="netadmin.omega.org.za" # modes: usermodes besides +o that are set on a oper of this type # when they oper up. Used for snomasks and other things. # Requires that m_opermodes.so be loaded. modes="+s +cCqQ"> - - + + #-#-#-#-#-#-#-#-#-#-#- OPERATOR CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# @@ -67,7 +80,7 @@ # # # oline with plain-text password - # oline with hashed password. It is highly recommended to use hashed passwords. - hash="sha256" # password: a hash of your password (see above option) hashed - # with /mkpasswd *hash* *password* . See m_password_hash in modules.conf + # with /mkpasswd . See m_password_hash in modules.conf # for more information about password hashing. password="1ec1c26b50d5d3c58d9583181af8076655fe00756bf7285940ba3670f99fcba0" # host: What hostnames/IP's are allowed to oper up with this oline. # Multiple options can be separated by spaces and CIDR's are allowed. + # You CAN use just * or *@* for this section, but it is not recommended + # for security reasons. host="ident@dialup15.isp.com *@localhost *@server.com *@3ffe::0/16" # type: What oper type this oline is. See the block above for list