| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor EventManager to only hold hooks on a root object | jesopo | 2019-06-26 | 1 | -253/+127 |
| * | Restrict EventManager calls to the main thread | jesopo | 2019-06-22 | 1 | -0/+3 |
| * | Don't fail get_kwarg when self.kwarg[name] is falsey | jesopo | 2019-06-16 | 1 | -2/+5 |
| * | check_purge() after removing a context as it could make a hook purgable | jesopo | 2019-06-05 | 1 | -0/+1 |
| * | Give SentLine (and preproc.send events) a new event object, to track events•••related to a line after it is sent
| jesopo | 2019-06-04 | 1 | -0/+3 |
| * | Switch back to events.name defaulting to None, use typing.cast to fix linting•••error
| jesopo | 2019-05-18 | 1 | -2/+3 |
| * | give EventCallbacks their event name | jesopo | 2019-05-18 | 1 | -4/+6 |
| * | Hold context in EventCallback objects, add name<->context translation in•••ModuleManager
| jesopo | 2019-05-10 | 1 | -2/+3 |
| * | Support one-shot event hooks (src/EventManager.py) | jesopo | 2019-02-14 | 1 | -1/+6 |
| * | Add `make_event(..)` to EventHookContext | jesopo | 2019-01-30 | 1 | -0/+4 |
| * | Make sure to call the specific hook we've decided is valid (commands.py) | jesopo | 2019-01-30 | 1 | -0/+2 |
| * | Add `returns` type hint in EventManager.py.call | jesopo | 2018-12-06 | 1 | -1/+1 |
| * | fix incorrect retyping of "event_path" as "event, path" (i wasn't paying enough•••attention)
| jesopo | 2018-12-05 | 1 | -2/+2 |
| * | Add missing ")" from last commit | jesopo | 2018-12-05 | 1 | -1/+1 |
| * | Don't do unnecessary work when someone tries to call a not-hooked-in-to event | jesopo | 2018-12-05 | 1 | -2/+9 |
| * | Clarify/fix type hints throughout EventManager.py | jesopo | 2018-12-02 | 1 | -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
| jesopo | 2018-11-26 | 1 | -2/+4 |
| * | Log event timing in 1 message, not 2 | jesopo | 2018-11-14 | 1 | -4/+2 |
| * | Fix/refactor issues brought up by type hint linting | jesopo | 2018-10-30 | 1 | -27/+39 |
| * | Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references.
| jesopo | 2018-10-30 | 1 | -98/+109 |
| * | Only log exceptions when they're not unsafe | jesopo | 2018-10-16 | 1 | -3/+4 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -2/+2 |
| * | EventHook._call takes 3 args | jesopo | 2018-10-01 | 1 | -2/+2 |
| * | Add call_unsafe functions to EventManager.EventHook, to not swallow errors on•••specific function calls (e.g. preprocess.command)
| jesopo | 2018-10-01 | 1 | -9/+24 |
| * | Add 'trace' logging level for src/Database.py and src/EventManager.py very•••verbose debugging
| jesopo | 2018-10-01 | 1 | -2/+2 |
| * | Switch to using docstring for usage, permission and require_mode | jesopo | 2018-09-30 | 1 | -0/+7 |
| * | Add !reloadscripts to modules/scripts.py | jesopo | 2018-09-29 | 1 | -4/+23 |
| * | Give EventHook objects their full delimited event name | jesopo | 2018-09-29 | 1 | -1/+1 |
| * | Pass parent EventHook down to children | jesopo | 2018-09-27 | 1 | -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
| jesopo | 2018-09-27 | 1 | -13/+11 |
| * | Create delimited|multiple|events from the correct EventHook when using•••delimited.event.chains
| jesopo | 2018-09-26 | 1 | -1/+1 |
| * | Also use docstrings to check if a command has help available, allow one-string•••denotation of multiple event hooks
| jesopo | 2018-09-26 | 1 | -12/+23 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -0/+226 |