X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fsource%2Fconfiguration.rst;h=d0001fc219a13956120918865e3551f204244c1e;hp=f2641d4d986d596f259f18555d292d73293db9d8;hb=2c533eb48672110a04d6c4850d3e103d6294ee8d;hpb=15479b4d263b222bed3f544f67f4d70d24ab37a7 diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index f2641d4..d0001fc 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -2,10 +2,9 @@ configuration =============== -.. Copyright (c) 2004-2018 Jeremy Stanley . - Permission to use, copy, modify, and distribute this software is - granted under terms provided in the LICENSE file distributed with - this software. +.. Copyright (c) 2004-2020 mudpy authors. Permission to use, copy, + modify, and distribute this software is granted under terms + provided in the LICENSE file distributed with this software. .mudpy.filing ------------- @@ -168,6 +167,18 @@ Example:: .mudpy.limit.backups: 10 +.mudpy.limit.debug +~~~~~~~~~~~~~~~~~~ + +bool, optional + +Whether unsafe debugging functionality is enabled. If unspecified or +set to false, unsafe debugging functions will be disabled. + +Example:: + + .mudpy.limit.debug: true + .mudpy.limit.password_tries ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -423,3 +434,36 @@ written. Example:: .mudpy.timing.status: 6000 + +.mudpy.user +----------- + +.mudpy.user.pref_admin +~~~~~~~~~~~~~~~~~~~~~~ + +list, optional + +This can be used to list facets an administrative user is allowed to +set or override on their own ``account`` element, in addition to any +in the `.mudpy.user.pref_allow`_ list. Note that this is merely a +convenience, as an administrator is already able to call the ``set`` +command to set values for facets of any element. + +Example:: + + .mudpy.user.pref_admin: + - loglevel + +.mudpy.user.pref_allow +~~~~~~~~~~~~~~~~~~~~~~ + +list, optional + +This can be used to list facets any user is allowed to set or +override on their own ``account`` element with the ``preference`` +command. + +Example:: + + .mudpy.user.pref_allow: + - prompt