diff options
author | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-07 21:11:50 +0000 |
---|---|---|
committer | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-07 21:11:50 +0000 |
commit | fad82c2e0d400aee8c11a51962cf0a522efa5d66 (patch) | |
tree | ebd7b899f97d6d2f47ef8b038c93b6313cbb5b13 /docs | |
parent | 0c2f9e92e17c72102a329f3d3f361e80258613f7 (diff) |
Replaced operonlystats with userstats to improve security
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5456 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index deef4b18c..1d34c369c 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -614,12 +614,11 @@ # if defined sets a soft maxconnections value, has # # to be less than the ./configure maxclients # # # -# operonlystats - The operonlystats field is optional and specifies # -# which stats characters in /STATS may only be # -# requested by an IRC operator. Stats characters in # -# this field are case sensitive and enforced as # -# oper-only independent of if they are in a module # -# or the core. # +# userstats - The userstats field is optional and specifies # +# which stats characters in /STATS may be requested # +# by non-operators. Stats characters in this field # +# are case sensitive and are allowed to users # +# independent of if they are in a module or the core # # # # operspywhois - If this is set then when an IRC operator uses # # /WHOIS on a user they will see all channels, even # @@ -697,7 +696,7 @@ qaprefixes="0" somaxconn="128" softlimit="12800" - operonlystats="oclgkz" + userstats="Pu" operspywhois="no" customversion="" maxtargets="20" |