index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
EventManager.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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