Don't wait during selftest process cleanup
[mudpy.git] / mudpy /
2021-04-17 Jeremy StanleyDon't wait during selftest process cleanup
2021-04-17 Jeremy StanleyDon't leave dangling file descriptor in selftest
2021-01-30 Jeremy StanleyBind to loopback interface by default
2020-11-01 Jeremy StanleySwitch the selftest dialogue to a normal dict
2020-11-01 Jeremy StanleyUse PosixPath arguments with os.remove()
2020-11-01 Jeremy StanleyAlways use ModuleNotFoundError
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-07 Jeremy StanleyReplace show result with debug evaluate command
2020-10-04 Jeremy StanleyRun different selftests when debug mode is engaged
2020-10-04 Jeremy StanleyAdd warnings about debugging mode
2020-10-04 Jeremy StanleyAdd restricted debug mode
2020-10-04 Jeremy StanleyMake selftest dialogue mutable
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-19 Jeremy StanleyExplicitly close files opened by selftest
2020-09-19 Jeremy StanleyHandle early wrapping in test_show_result
2020-09-16 Jeremy StanleySwitch tox to use allowlist_externals
2020-09-16 Jeremy StanleyStart checking codebase with the codespell tool
2020-06-02 Jeremy StanleyReport if service does not start under selftest
2020-05-23 Jeremy StanleyPrefer importlib over pkg_resources
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 StanleyMake sure all command functions return True 0.1.1
2019-12-30 Jeremy StanleyIncrease timer resolution in test config 0.1.0
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-30 Jeremy StanleyRelocate main_utility menu functions
2019-12-30 Jeremy StanleyRelocate delete_avatar menu functions
2019-12-30 Jeremy StanleyRelocate delete_account menu function
2019-12-30 Jeremy StanleyRelocate choose_name menu functions
2019-12-30 Jeremy StanleyRelocate choose_gender menu function
2019-12-30 Jeremy StanleyRelocate checking_new_account_name menu functions
2019-12-30 Jeremy StanleyRelocate activate_avatar menu functions
2019-12-30 Jeremy StanleyAdd a mudpy.menu module to hold 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-12-28 Jeremy StanleyMore thoroughly test account and avatar menus
2019-12-28 Jeremy StanleyProperly escape punctuation in test patterns
2019-12-28 Jeremy StanleyTighten up eval() scope in show result subcommand
2019-12-28 Jeremy StanleyReplace uses of exec() in module loader
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 StanleyImprove preferences display
2019-05-13 Jeremy StanleySupport abbreviating portal names when moving
2019-05-13 Jeremy StanleyProvide normal error if command raises exception
2019-05-13 Jeremy StanleySafely log when a command error cannot be sent
2019-05-13 Jeremy StanleyCorrect data type for see_also command facets
2019-05-13 Jeremy StanleyShow possible abbreviations in help list
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-11 Jeremy StanleyTest the show result command
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 StanleyDon't allow abbreviating administrative commands
2019-05-09 Jeremy StanleyShow full command name in help output
2019-05-06 Jeremy StanleyImplicitly support abbreviating commands
2019-05-05 Jeremy StanleyAllow including time in the active state prompt
2019-05-05 Jeremy StanleyEscape replacement macros in preferences
2019-05-05 Jeremy StanleyTest that macros are escaped in communication
2019-05-05 Jeremy StanleyUse the active state prompt as the default prompt
2019-05-05 Jeremy StanleyAdd a prompt generator method
2019-05-05 Jeremy StanleyFix selftest telopt callback for Python 3.4
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-02-03 Jeremy StanleySafely log unknown Telnet options and commands
2019-01-27 Jeremy StanleySwitch to passlib.PasswordHash.hash
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
2018-10-27 Jeremy StanleyDon't LBYL when creating missing data directories
2018-10-27 Jeremy StanleyTry to make missing pidfile and logfile parent dir
2018-10-16 Jeremy StanleyUpdate copyright dates for files changed in 2018
2018-10-04 Jeremy StanleyGeneralize copyright headers in files
2018-09-02 Jeremy StanleyAdd debug logging for Telnet protocol negotiation
2018-09-02 Jeremy StanleyExpand logging for User class methods
2018-08-26 Jeremy StanleySupport clients using CR+NUL to signal EOL
2018-07-29 Jeremy StanleyStreamline selftest output
2018-07-29 Jeremy StanleyClean up leading space typo in test title
2018-07-17 Jeremy StanleyDrop Python 3.3 support
2018-07-16 Jeremy StanleyOptionally manage a daemon during selftest runs
2018-07-16 Jeremy StanleyResolve included files only once
2018-07-15 Jeremy StanleyFix deprecated regex pattern syntax in selftests
2018-07-13 Jeremy StanleyClean up at the end of every selftest run
2018-07-13 Jeremy StanleyOverhaul data reloading
2018-07-08 Jeremy StanleyRename "initial" state to "telopt_negotiation"
2018-06-30 Jeremy StanleyTest that ANSI input is filtered
next