aboutsummaryrefslogtreecommitdiff
path: root/modules/karma.py
Commit message (Expand)AuthorAgeFilesLines
* Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references. Gravatar jesopo2018-10-301-1/+1
* 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 of•••related functionality Gravatar jesopo2018-10-031-10/+10
* .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 in•••karma-nickname-only mode Gravatar jesopo2018-10-021-4/+0
* Implement karma-nickname-only, to only allow karma for users in the current•••channel Gravatar jesopo2018-10-021-21/+43
* 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 the•••event when it's done, change karma.py to use PRIORITY_MONITOR Gravatar jesopo2018-09-091-2/+2
* give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-5/+4
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-8/+9
* Change how specific events assure their hooks gets the event independant of•••loading order Gravatar jesopo2018-08-281-1/+1
* 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