X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fsource%2Fconfiguration.rst;h=d0001fc219a13956120918865e3551f204244c1e;hp=d0f8093ca42ab70f5d0ee58cae6ab706cc62ead7;hb=2c533eb48672110a04d6c4850d3e103d6294ee8d;hpb=b27c62e7d11d4c221666e7e0241a8ea51902be88 diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index d0f8093..d0001fc 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -2,7 +2,7 @@ configuration =============== -.. Copyright (c) 2004-2019 mudpy authors. Permission to use, copy, +.. 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. @@ -167,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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~