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
/
modules
/
karma.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add type/return hints throughout src/ and, in doing so, fix some cyclical
jesopo
2018-10-30
1
-1
/
+1
|
|
|
|
references.
*
send.stdout/send.stderr need a server kwarg
jesopo
2018-10-04
1
-3
/
+5
|
*
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
jesopo
2018-10-03
1
-10
/
+10
|
|
|
|
related functionality
*
.strip() target name in !karma
jesopo
2018-10-02
1
-0
/
+1
|
*
Correctly set nickname-only karma
jesopo
2018-10-02
1
-4
/
+4
|
*
use Utils.irc_lower, not .lower()
jesopo
2018-10-02
1
-1
/
+2
|
*
Don't complain when modules/karma.py can't find a user when it's in
jesopo
2018-10-02
1
-4
/
+0
|
|
|
|
karma-nickname-only mode
*
Implement karma-nickname-only, to only allow karma for users in the current
jesopo
2018-10-02
1
-21
/
+43
|
|
|
|
channel
*
Switch to using docstring for usage, permission and require_mode
jesopo
2018-09-30
1
-5
/
+7
|
*
Move all exports to @Utils.export calls
jesopo
2018-09-27
1
-8
/
+5
|
*
Switch to using @Utils.hook and docstrings for event hooks
jesopo
2018-09-26
1
-12
/
+12
|
*
Move most code in root directory to src/
jesopo
2018-09-24
1
-1
/
+1
|
*
Refactor everything to use delimited events
jesopo
2018-09-19
1
-5
/
+5
|
*
There's nothing regular about these expressions.
dngfx
2018-09-09
1
-1
/
+1
|
*
Fix an incorrect call to event["stderr"] in karma.py
jesopo
2018-09-09
1
-3
/
+7
|
*
Make commands be processed under received.message.* at PRIORITY_LOW, eat the
jesopo
2018-09-09
1
-2
/
+2
|
|
|
|
event when it's done, change karma.py to use PRIORITY_MONITOR
*
give an Exports object (actually, ExportsContex object) to each module, to
jesopo
2018-09-02
1
-5
/
+4
|
|
|
|
facilitate things like !set and !channelset without using the events system
*
Give modules event objects with "context"s, to facilitate purging all the event
jesopo
2018-08-31
1
-8
/
+9
|
|
|
|
hooks for a module
*
Change how specific events assure their hooks gets the event independant of
jesopo
2018-08-28
1
-1
/
+1
|
|
|
|
loading order
*
Added !resetkarma in karma.py
jesopo
2018-08-18
1
-0
/
+15
|
*
Added a "replay" system to EventManager hooks, to replay missed .calls
jesopo
2017-12-26
1
-3
/
+1
|
*
tweaked karma.py.
jesopo
2016-06-24
1
-4
/
+5
|
*
made set/channelset settings consistent.
jesopo
2016-05-01
1
-2
/
+2
|
*
added a timeout error and fixed the regex on karma.py.
jesopo
2016-04-21
1
-4
/
+5
|
*
simpler boolean channel settings
Evelyn
2016-04-10
1
-3
/
+2
|
*
added usage help to a lot of modules, added a verbose option to karma.py.
jesopo
2016-04-06
1
-1
/
+20
|
*
fixed a couple of problems in some modules.
jesopo
2016-03-29
1
-12
/
+14
|
*
added help strings where they were missing.
jesopo
2016-03-29
1
-1
/
+1
|
*
first commit.
jesopo
2016-03-29
1
-0
/
+41