aboutsummaryrefslogtreecommitdiff
path: root/src/EventManager.py
Commit message (Collapse)AuthorAgeFilesLines
* Log event timing in 1 message, not 2Gravatar jesopo2018-11-141-4/+2
|
* Fix/refactor issues brought up by type hint lintingGravatar jesopo2018-10-301-27/+39
|
* Add type/return hints throughout src/ and, in doing so, fix some cyclicalGravatar jesopo2018-10-301-98/+109
| | | | references.
* Only log exceptions when they're not unsafeGravatar jesopo2018-10-161-3/+4
|
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-2/+2
| | | | related functionality
* EventHook._call takes 3 argsGravatar jesopo2018-10-011-2/+2
|
* Add call_unsafe functions to EventManager.EventHook, to not swallow errors onGravatar jesopo2018-10-011-9/+24
| | | | specific function calls (e.g. preprocess.command)
* Add 'trace' logging level for src/Database.py and src/EventManager.py veryGravatar jesopo2018-10-011-2/+2
| | | | verbose debugging
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-0/+7
|
* Add !reloadscripts to modules/scripts.pyGravatar jesopo2018-09-291-4/+23
|
* Give EventHook objects their full delimited event nameGravatar jesopo2018-09-291-1/+1
|
* Pass parent EventHook down to childrenGravatar jesopo2018-09-271-1/+1
|
* Don't give IRCBot instance to things that don't need it, use a better way ofGravatar jesopo2018-09-271-13/+11
| | | | doing default locations for config/database/log
* Create delimited|multiple|events from the correct EventHook when usingGravatar jesopo2018-09-261-1/+1
| | | | delimited.event.chains
* Also use docstrings to check if a command has help available, allow one-stringGravatar jesopo2018-09-261-12/+23
| | | | denotation of multiple event hooks
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+226