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