Dereference command action functions
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 11 May 2019 13:24:02 +0000 (13:24 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 11 May 2019 13:24:02 +0000 (13:24 +0000)
Replace the use of Python expressions for command actions with
simple names of functions relative to the mudpy package namespace.
This removes an unsafe use of exec(). Also start catching all
exceptions raised by the execution of a command and simply logging
them rather than allowing them to crash the engine.


No differences found