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
*
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