jesopo
|
db7c62f76a
|
Drastically simplify karma regex: only "strip" off last 2 chars of --/++
|
2019-06-11 13:17:50 +01:00 |
|
jesopo
|
268c5adb3c
|
Add depends-on hashflags to relevant modules
|
2019-05-25 21:40:06 +01:00 |
|
jesopo
|
cf29c37112
|
Add usage examples for all settings
|
2019-05-23 10:28:14 +01:00 |
|
jesopo
|
d5a973b84b
|
Don't allow karma for empty strings
|
2019-05-21 16:48:10 +01:00 |
|
jesopo
|
161fdb8aa6
|
"you cannot change your own karma" should be stderr not stdout
|
2019-05-20 14:14:44 +01:00 |
|
jesopo
|
4e0e63e7f8
|
Hand over regex-based-command responsibilities to commands module
|
2019-05-18 18:35:47 +01:00 |
|
jesopo
|
0625102fa7
|
if_silenced_f -> is_silenced_f
|
2019-05-13 20:58:44 +01:00 |
|
jesopo
|
0fbf993201
|
Expose is-silenced through Exports, use it in karma.py
|
2019-05-13 20:57:47 +01:00 |
|
jesopo
|
e8c4a92119
|
Fix copypaste fail for getting for Exports in karma.py
|
2019-05-13 20:57:29 +01:00 |
|
jesopo
|
0114d35d4c
|
Add a mechanism to ignore specific commands for a whole network
|
2019-05-06 17:08:56 +01:00 |
|
jesopo
|
a5f8bb7d3d
|
Use is-ignored export in karma to allow ignoring users for karma
|
2019-04-27 14:51:26 +01:00 |
|
jesopo
|
023c6c9264
|
Only strip word stops from the right of a word
|
2019-03-28 14:35:20 +00:00 |
|
jesopo
|
eb3f4db828
|
Don't put channel messages as low priority, so we can still catch "bitbot: ++"
(karma.py)
|
2019-01-25 23:53:53 +00:00 |
|
jesopo
|
f86a852d55
|
Strip "," and ":" from karma targets (karma.py)
|
2019-01-25 23:45:44 +00:00 |
|
jesopo
|
301dd7378a
|
Add irc_lower() and irc_equals() to IRCServer.Server so that no where else
in the code has to know about the server having a casemapping
|
2019-01-24 17:12:50 +00:00 |
|
jesopo
|
e523671633
|
Made positive karma show as LIGHTGREEN, not GREEN (karma.py)
|
2019-01-11 21:00:09 +00:00 |
|
jesopo
|
3cc9bc9dbb
|
Karma is now being used as karma_str, thus we need a %s not a %d (karma.py)
|
2019-01-11 17:35:18 +00:00 |
|
jesopo
|
415afe7e27
|
Show positive karma as green and negative karma as red (karma.py)
|
2019-01-11 17:33:43 +00:00 |
|
jesopo
|
e07553c362
|
Add type/return hints throughout src/ and, in doing so, fix some cyclical
references.
|
2018-10-30 14:58:48 +00:00 |
|
jesopo
|
1c20eab9d6
|
send.stdout/send.stderr need a server kwarg
|
2018-10-04 14:44:33 +01:00 |
|
jesopo
|
69d58eede2
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
related functionality
|
2018-10-03 13:22:37 +01:00 |
|
jesopo
|
8f05f66a03
|
.strip() target name in !karma
|
2018-10-02 15:14:42 +01:00 |
|
jesopo
|
a9b0dd331b
|
Correctly set nickname-only karma
|
2018-10-02 15:14:34 +01:00 |
|
jesopo
|
c7e4ae6e12
|
use Utils.irc_lower, not .lower()
|
2018-10-02 15:14:06 +01:00 |
|
jesopo
|
16474dacef
|
Don't complain when modules/karma.py can't find a user when it's in
karma-nickname-only mode
|
2018-10-02 14:35:35 +01:00 |
|
jesopo
|
64733eb37f
|
Implement karma-nickname-only, to only allow karma for users in the current
channel
|
2018-10-02 14:29:32 +01:00 |
|
jesopo
|
10ef985a8a
|
Switch to using docstring for usage, permission and require_mode
|
2018-09-30 17:29:09 +01:00 |
|
jesopo
|
6eb8b1ba6d
|
Move all exports to @Utils.export calls
|
2018-09-27 12:08:07 +01:00 |
|
jesopo
|
51a52e2b0e
|
Switch to using @Utils.hook and docstrings for event hooks
|
2018-09-26 18:27:17 +01:00 |
|
jesopo
|
ecb9d7cb3f
|
Move most code in root directory to src/
|
2018-09-24 15:13:27 +01:00 |
|
jesopo
|
fcbb7c960c
|
Refactor everything to use delimited events
|
2018-09-19 13:25:12 +01:00 |
|
dngfx
|
169d1705ac
|
There's nothing regular about these expressions.
|
2018-09-09 18:39:56 +01:00 |
|
jesopo
|
4eaf9e5aeb
|
Fix an incorrect call to event["stderr"] in karma.py
|
2018-09-09 17:34:44 +01:00 |
|
jesopo
|
59912776c1
|
Make commands be processed under received.message.* at PRIORITY_LOW, eat the
event when it's done, change karma.py to use PRIORITY_MONITOR
|
2018-09-09 17:09:04 +01:00 |
|
jesopo
|
8c6ab17e57
|
give an Exports object (actually, ExportsContex object) to each module, to
facilitate things like !set and !channelset without using the events system
|
2018-09-02 19:54:45 +01:00 |
|
jesopo
|
9874f79b49
|
Give modules event objects with "context"s, to facilitate purging all the event
hooks for a module
|
2018-08-31 12:55:52 +01:00 |
|
jesopo
|
b699c120a0
|
Change how specific events assure their hooks gets the event independant of
loading order
|
2018-08-28 14:55:08 +01:00 |
|
jesopo
|
054a98c0c8
|
Added !resetkarma in karma.py
|
2018-08-18 18:28:27 +01:00 |
|
jesopo
|
0cc72d5d66
|
Added a "replay" system to EventManager hooks, to replay missed .calls
|
2017-12-26 10:32:36 +00:00 |
|
jesopo
|
6a3b9b28b4
|
tweaked karma.py.
|
2016-06-24 13:10:36 +01:00 |
|
jesopo
|
bdf21643a3
|
made set/channelset settings consistent.
|
2016-05-01 22:47:59 +01:00 |
|
jesopo
|
5e9574e195
|
added a timeout error and fixed the regex on karma.py.
|
2016-04-21 00:09:30 +01:00 |
|
Evelyn
|
190d42fbb5
|
simpler boolean channel settings
|
2016-04-10 17:40:58 +01:00 |
|
jesopo
|
9b2556a65a
|
added usage help to a lot of modules, added a verbose option to karma.py.
|
2016-04-06 12:02:44 +01:00 |
|
jesopo
|
426068f0cf
|
fixed a couple of problems in some modules.
|
2016-03-29 21:06:07 +01:00 |
|
jesopo
|
7de9970cd0
|
added help strings where they were missing.
|
2016-03-29 14:37:35 +01:00 |
|
jesopo
|
f943d63098
|
first commit.
|
2016-03-29 12:56:58 +01:00 |
|