X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fsource%2Fconfiguration.rst;h=2ced5c265f9b4803251a3d28527950b1678235ac;hp=d0f8093ca42ab70f5d0ee58cae6ab706cc62ead7;hb=4f7b0a6280ab17e1ccfd4aa603cdd647e92ac12b;hpb=b64bdabe02e5d30113df5052050cfb9b62683a74 diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index d0f8093..2ced5c2 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,21 @@ 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. Be very +careful enabling this feature, as debugging commands may allow service +administrators to run arbitrary shell commands or modify files +accessible to the system user underwhich the service is running. + +Example:: + + .mudpy.limit.debug: true + .mudpy.limit.password_tries ~~~~~~~~~~~~~~~~~~~~~~~~~~~