Be more robust with elapsed time counter
[mudpy.git] / mudpy / misc.py
2021-04-26 Jeremy StanleyBe more robust with elapsed time counter 0.4.0
2021-01-30 Jeremy StanleyBind to loopback interface by default
2020-10-09 Jeremy StanleyMove debug warning from setup to load
2020-10-09 Jeremy StanleyIncorporate pending logs from load during reloads
2020-10-09 Jeremy StanleyReorder loglines fields
2020-10-07 Jeremy StanleyRecast is_restricted() to a bool 0.3.0
2020-10-07 Jeremy StanleyThe del and return statements aren't functions
2020-10-04 Jeremy StanleyAdd warnings about debugging mode
2020-10-04 Jeremy StanleyAdd restricted debug mode
2020-10-02 Jeremy StanleyAdd is_restricted boolean check for commands
2020-09-30 Jeremy StanleyAdd is_admin method to Element and User classes
2020-09-30 Jeremy StanleyStreamline can_run access control method
2020-09-16 Jeremy StanleySwitch tox to use allowlist_externals
2020-09-16 Jeremy StanleyStart checking codebase with the codespell tool
2020-04-22 Jeremy StanleyRecord the reported rows from NAWS negotiation
2020-04-12 Jeremy StanleyObtain terminal type (RFC 1091)
2020-01-08 Jeremy StanleyCollapse redundant exceptions
2019-12-30 Jeremy StanleyUse call_hook_function() in handler_active()
2019-12-30 Jeremy StanleyPreserve loglines on reload
2019-12-30 Jeremy StanleyWhitelist uses of stdlib random module for bandit
2019-12-30 Jeremy StanleyClean up function names in menu definitions
2019-12-30 Jeremy StanleyReplace eval() and exec() use for menu functions
2019-12-28 Jeremy StanleyMove selected menu item into the User object
2019-12-28 Jeremy StanleyRename state variable in get_menu_choices()
2019-12-28 Jeremy StanleyRemove exec() from handle_user_input() function
2019-12-28 Jeremy StanleyEliminate exec() in Universe.new()
2019-09-27 Jeremy StanleyLog User object ID even when account is an admin 0.0.2
2019-09-01 Jeremy StanleyLog starting directory during initialization
2019-08-24 Jeremy StanleySeparate listening port in startup logging
2019-05-13 Jeremy StanleyProvide normal error if command raises exception
2019-05-13 Jeremy StanleyCorrect logged error for missing action function
2019-05-12 Jeremy StanleyMake command actions implicit
2019-05-11 Jeremy StanleyDereference command action functions
2019-05-09 Jeremy StanleyDon't allow abbreviating administrative commands
2019-05-06 Jeremy StanleyImplicitly support abbreviating commands
2019-05-05 Jeremy StanleyAllow including time in the active state prompt
2019-05-05 Jeremy StanleyUse the active state prompt as the default prompt
2019-05-05 Jeremy StanleyAdd a prompt generator method
2019-04-27 Jeremy StanleyUse ISO 8601 time in logs
2019-03-30 Jeremy StanleyTest with the bugbear plugin for flake8
2019-02-03 Jeremy StanleyFix comparisons for pyflakes 2.1
2019-01-22 Jeremy StanleyAdd support for user preferences
2018-11-09 Jeremy StanleyMove commands into a separate command module
2018-10-27 Jeremy StanleyTry to make missing pidfile and logfile parent dir
2018-10-04 Jeremy StanleyGeneralize copyright headers in files
2018-09-02 Jeremy StanleyExpand logging for User class methods
2018-08-26 Jeremy StanleySupport clients using CR+NUL to signal EOL
2018-07-13 Jeremy StanleyOverhaul data reloading
2018-07-08 Jeremy StanleyRename "initial" state to "telopt_negotiation"
2018-06-30 Jeremy StanleyOnly wrap on actual spaces
2018-06-30 Jeremy StanleyFilter non-ASCII input when not in binary mode
2018-05-25 Jeremy StanleyRetool word wrapping
2018-05-08 Jeremy StanleyAdd version command and diagnostic logging
2018-01-21 Jeremy StanleyFix TypeError with IAC escaping
2017-11-22 Jeremy StanleyDisconnect user on ConnectionResetError
2017-11-18 Jeremy StanleyBe careful about marking facets modified
2017-11-16 Jeremy StanleyUse "group" instead of "category"
2017-11-12 Jeremy StanleyDrop old-style Element support
2017-11-12 Jeremy StanleyConvert sample data to new style
2017-11-10 Jeremy StanleySwitch archetypes to new-style Elements
2017-11-10 Jeremy StanleySwitch internal counters to new-style Element
2017-11-09 Jeremy StanleySwitch actors to new-style elements
2017-11-09 Jeremy StanleyMake new-style facet deletion more robust
2017-11-09 Jeremy StanleyUse new-style elements for accounts
2017-09-27 Jeremy StanleyFix unhandled exception in show file command
2017-09-27 Jeremy StanleyDisplay flags in show files output
2017-08-28 Jeremy StanleyOverhaul data management to get rid of __control__
2017-07-31 Jeremy StanleyError if set command is used on read-only element
2017-07-31 Jeremy StanleyRefuse to alter read-only elements at runtime
2017-07-31 Jeremy StanleyTrack whether loading is underway
2017-07-30 Jeremy StanleyUpdate copyright dates for files changed this year
2017-07-29 Jeremy StanleyLog missing file inclusions as more severe
2017-07-29 Jeremy StanleyRename internal:time to .mudpy.timing
2017-07-29 Jeremy StanleyFix facets method to give new-style relative names
2017-07-29 Jeremy StanleyReduce the log message priority for reload calls
2017-07-29 Jeremy StanleySwitch quoting styles to reduce escaped quotes
2017-07-28 Jeremy StanleyUse raw strings when escape sequences are needed
2017-07-02 Jeremy StanleyHandle ValueError when setting incorrect type
2017-06-15 Jeremy StanleyCoerce loglevel facet to int when updating
2017-05-14 Jeremy StanleyGuard against KeyError on universe.contents index
2016-11-24 Jeremy StanleyAppease style checks
2016-10-05 Jeremy StanleyMove lib/mudpy to mudpy for packaging preparation