aboutsummaryrefslogtreecommitdiff
path: root/modules/karma.py
Commit message (Expand)AuthorAgeFilesLines
* 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