]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/conf/opers.conf.example
m_spanningtree Fix routing of ROUTE_TYPE_MESSAGE messages
[user/henk/code/inspircd.git] / docs / conf / opers.conf.example
index 1e5abefa57fc8b2ee41a591e2840221fcd86aa50..b39c73e43af024115aa6d72e7e8d5729ac96aa13 100644 (file)
      #   - servers/auspex: allows opers with this priv to see more detail about server information than normal users.
      # ACTIONS:
      #   - users/mass-message: allows opers with this priv to PRIVMSG and NOTICE to a server mask (e.g. NOTICE $*)
+     #   - users/samode-usermodes: allows opers with this priv to change the user modes of any other user using /SAMODE
      #   - channels/high-join-limit: allows opers with this priv to join <channels:opers> total channels instead of <channels:users> total channels.
      # 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)
+     #   - users/flood/increased-buffers: allows opers with this priv to send and receive 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.
+     # *NOTE: These privs are potentially 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 users/flood/no-throttle users/flood/increased-buffers"
 
      # usermodes: Oper-only usermodes that opers with this class can use.
@@ -53,8 +54,6 @@
 
 <type
     # name: Name of type. Used in actual olines below.
-    # Cannot contain spaces. If you would like a space, use
-    # the _ character instead and it will translate to a space on whois.
     name="NetAdmin"
 
     # classes: classes (above blocks) that this type belongs to.
       # Remember: This is case sensitive
       name="Brain"
 
-      # 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 password hashing module (m_password_hash.so)
-      # loaded. Options here are: "md5", "sha256" and "ripemd160".
+      # 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 password hashing module
+      # (m_password_hash.so) loaded.
+      # Options here are: "md5", "sha256" and "ripemd160", or one of
+      # these prefixed with "hmac-", e.g.: "hmac-sha256".
       # Create hashed password with: /mkpasswd <hash> <password>
       hash="sha256"