From: Jeremy Stanley Date: Sat, 3 Oct 2020 18:09:10 +0000 (+0000) Subject: Add restricted debug mode X-Git-Tag: 0.3.0~7 X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;h=2c533eb48672110a04d6c4850d3e103d6294ee8d;hp=2c533eb48672110a04d6c4850d3e103d6294ee8d;p=mudpy.git Add restricted debug mode Create a new configuration flag, .mudpy.limit.debug, which indicates unsafe debugging options will be available in the running engine. This is unused, but lays the groundwork for future unsafe commands to be toggled at start in base configuration. ---