aboutsummaryrefslogtreecommitdiff
path: root/src/EventManager.py
Commit message (Expand)AuthorAgeFilesLines
* Add `make_event(..)` to EventHookContextGravatar jesopo2019-01-301-0/+4
* Make sure to call the specific hook we've decided is valid (commands.py)Gravatar jesopo2019-01-301-0/+2
* Add `returns` type hint in EventManager.py.callGravatar jesopo2018-12-061-1/+1
* fix incorrect retyping of "event_path" as "event, path" (i wasn't paying enough•••attention) Gravatar jesopo2018-12-051-2/+2
* Add missing ")" from last commitGravatar jesopo2018-12-051-1/+1
* Don't do unnecessary work when someone tries to call a not-hooked-in-to eventGravatar jesopo2018-12-051-2/+9
* Clarify/fix type hints throughout EventManager.pyGravatar jesopo2018-12-021-7/+8
* Switch back to logging events as 2 messages as a lot of other logs can happen•••between the start and end of an event and grouping them together is very useful Gravatar jesopo2018-11-261-2/+4
* 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 cyclical•••references. Gravatar jesopo2018-10-301-98/+109
* 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 of•••related functionality Gravatar jesopo2018-10-031-2/+2
* EventHook._call takes 3 argsGravatar jesopo2018-10-011-2/+2
* Add call_unsafe functions to EventManager.EventHook, to not swallow errors on•••specific function calls (e.g. preprocess.command) Gravatar jesopo2018-10-011-9/+24
* Add 'trace' logging level for src/Database.py and src/EventManager.py very•••verbose debugging Gravatar jesopo2018-10-011-2/+2
* 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 of•••doing default locations for config/database/log Gravatar jesopo2018-09-271-13/+11
* Create delimited|multiple|events from the correct EventHook when using•••delimited.event.chains Gravatar jesopo2018-09-261-1/+1
* Also use docstrings to check if a command has help available, allow one-string•••denotation of multiple event hooks Gravatar jesopo2018-09-261-12/+23
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+226