aboutsummaryrefslogtreecommitdiff
path: root/modules/karma.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add `irc_lower()` and `irc_equals()` to IRCServer.Server so that no where elseGravatar jesopo2019-01-241-2/+1
| | | | in the code has to know about the server having a casemapping
* Made positive karma show as LIGHTGREEN, not GREEN (karma.py)Gravatar jesopo2019-01-111-1/+1
|
* Karma is now being used as karma_str, thus we need a %s not a %d (karma.py)Gravatar jesopo2019-01-111-1/+1
|
* Show positive karma as green and negative karma as red (karma.py)Gravatar jesopo2019-01-111-3/+14
|
* Add type/return hints throughout src/ and, in doing so, fix some cyclicalGravatar jesopo2018-10-301-1/+1
| | | | references.
* send.stdout/send.stderr need a server kwargGravatar jesopo2018-10-041-3/+5
|
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-10/+10
| | | | related functionality
* .strip() target name in !karmaGravatar jesopo2018-10-021-0/+1
|
* Correctly set nickname-only karmaGravatar jesopo2018-10-021-4/+4
|
* use Utils.irc_lower, not .lower()Gravatar jesopo2018-10-021-1/+2
|
* Don't complain when modules/karma.py can't find a user when it's inGravatar jesopo2018-10-021-4/+0
| | | | karma-nickname-only mode
* Implement karma-nickname-only, to only allow karma for users in the currentGravatar jesopo2018-10-021-21/+43
| | | | channel
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-5/+7
|
* Move all exports to @Utils.export callsGravatar jesopo2018-09-271-8/+5
|
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-12/+12
|
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
|
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-5/+5
|
* There's nothing regular about these expressions.Gravatar dngfx2018-09-091-1/+1
|
* Fix an incorrect call to event["stderr"] in karma.pyGravatar jesopo2018-09-091-3/+7
|
* Make commands be processed under received.message.* at PRIORITY_LOW, eat theGravatar jesopo2018-09-091-2/+2
| | | | event when it's done, change karma.py to use PRIORITY_MONITOR
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-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 eventGravatar jesopo2018-08-311-8/+9
| | | | hooks for a module
* Change how specific events assure their hooks gets the event independant ofGravatar jesopo2018-08-281-1/+1
| | | | loading order
* Added !resetkarma in karma.pyGravatar jesopo2018-08-181-0/+15
|
* Added a "replay" system to EventManager hooks, to replay missed .callsGravatar jesopo2017-12-261-3/+1
|
* tweaked karma.py.Gravatar jesopo2016-06-241-4/+5
|
* made set/channelset settings consistent.Gravatar jesopo2016-05-011-2/+2
|
* added a timeout error and fixed the regex on karma.py.Gravatar jesopo2016-04-211-4/+5
|
* simpler boolean channel settingsGravatar Evelyn2016-04-101-3/+2
|
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-061-1/+20
|
* fixed a couple of problems in some modules.Gravatar jesopo2016-03-291-12/+14
|
* added help strings where they were missing.Gravatar jesopo2016-03-291-1/+1
|
* first commit.Gravatar jesopo2016-03-291-0/+41