Replace show result with debug evaluate command
[mudpy.git] / mudpy / command.py
2020-10-07 Jeremy StanleyReplace show result with debug evaluate command
2020-10-02 Jeremy StanleyAdd is_restricted boolean check for commands
2020-09-16 Jeremy StanleySwitch tox to use allowlist_externals
2019-12-30 Jeremy StanleyMake sure all command functions return True 0.1.1
2019-12-30 Jeremy StanleyWhitelist uses of stdlib random module for bandit
2019-12-28 Jeremy StanleyTighten up eval() scope in show result subcommand
2019-05-13 Jeremy StanleyImprove preferences display
2019-05-13 Jeremy StanleySupport abbreviating portal names when moving
2019-05-13 Jeremy StanleySafely log when a command error cannot be sent
2019-05-13 Jeremy StanleyShow possible abbreviations in help list
2019-05-11 Jeremy StanleyCorrect a TypeError in the show time command
2019-05-09 Jeremy StanleyAlways pass parameters in commands
2019-05-09 Jeremy StanleyShow full command name in help output
2019-05-06 Jeremy StanleyImplicitly support abbreviating commands
2019-05-05 Jeremy StanleyEscape replacement macros in preferences
2019-01-22 Jeremy StanleyAdd support for user preferences
2019-01-05 Jeremy StanleyRename command.set to command.c_set
2018-11-09 Jeremy StanleyMove commands into a separate command module