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
/
Timers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return new Timers
jesopo
2019-07-09
1
-10
/
+12
*
Allow Timer objects to be cancelled
jesopo
2019-07-09
1
-3
/
+5
*
Refactor EventManager to only hold hooks on a root object
jesopo
2019-06-26
1
-1
/
+1
*
list()-ify `filter()` return, otherwise boolean checks against it are wrong
jesopo
2019-06-01
1
-1
/
+2
*
Add TimersContext.find_all
jesopo
2019-02-10
1
-0
/
+2
*
Add Timers.find_all, to find all timers of a certain name
jesopo
2019-02-10
1
-0
/
+10
*
Add type annotionations to src/Timers.py and src/IRCBuffer.py
jesopo
2018-11-11
1
-2
/
+2
*
Fix/refactor issues brought up by type hint linting
jesopo
2018-10-30
1
-7
/
+8
*
Add type/return hints throughout src/ and, in doing so, fix some cyclical
•••
references.
jesopo
2018-10-30
1
-27
/
+35
*
Typo in src/Timers.py, 'conteext' -> 'context'
jesopo
2018-10-13
1
-1
/
+1
*
Actually, don't give contexts to timers that aren't contextual. (e.g. pesistent
•••
timers)
jesopo
2018-10-13
1
-2
/
+2
*
Timers._add takes a "context" param
jesopo
2018-10-13
1
-1
/
+1
*
a Timer object can have a context yet not be a contextual timer
jesopo
2018-10-13
1
-1
/
+1
*
Correctly remove contextual timers from src/Timers.py
jesopo
2018-10-13
1
-3
/
+9
*
Use Timers.get_timers() instead of Timers.timers
jesopo
2018-10-12
1
-1
/
+1
*
Add TimersContext, to be able to purge timers when modules are unloaded
jesopo
2018-10-12
1
-5
/
+33
*
Correct syntax of event call in Timers.call
jesopo
2018-09-28
1
-1
/
+2
*
Correctly access bot_settings in Timers.py
jesopo
2018-09-28
1
-3
/
+4
*
Add missing 'self' to args of Timer.finish()
jesopo
2018-09-28
1
-1
/
+1
*
Remove cyclical references to IRCBot
jesopo
2018-09-28
1
-0
/
+73