| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a crash in modules/line_handler.py; QUIT can have an empty reason! | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Change line parsing to put arbitrary-length args on the end of•••`args` so we can get rid of `last`/`arbitrary` and add IRCArgs (with .get())
to help only getting an arg index if it exists
| jesopo | 2018-11-04 | 1 | -27/+26 |
| * | Implement IRCv3's `draft/rename` | jesopo | 2018-11-04 | 1 | -1/+13 |
| * | Show wallet balances in a human format (with ","s) | jesopo | 2018-11-02 | 1 | -1/+1 |
| * | Don't let users bet 0 coins | jesopo | 2018-11-02 | 1 | -3/+6 |
| * | Show !coins in a human format (with ","s) | jesopo | 2018-11-02 | 1 | -1/+1 |
| * | Add a way to silently stop commands executing in modules/commands.py•••(preprocess.command)
| jesopo | 2018-11-02 | 1 | -0/+5 |
| * | serverset identity-mechanism should be in modules/permissions.py | jesopo | 2018-11-02 | 2 | -2/+2 |
| * | Check if a url is a gallery first, 'event' -> 'data' typo, actually return from•••_prefix
| jesopo | 2018-10-31 | 1 | -8/+11 |
| * | Use gallery API endpoint for gallery urls | jesopo | 2018-10-31 | 1 | -1/+3 |
| * | Support galleries in modules/imgur.py | jesopo | 2018-10-31 | 1 | -4/+30 |
| * | Comma-delimit numbers in the !richest response | jesopo | 2018-10-31 | 1 | -1/+3 |
| * | imgur url hashids aren't always 7 characters | jesopo | 2018-10-31 | 1 | -1/+1 |
| * | Fix typo in modules/imgur.py that caused `headers` passed to utils.http.get_url•••to be a set, not a dict. (',' -> ':')
| jesopo | 2018-10-31 | 1 | -1/+1 |
| * | REGEX_IMAGE should be a compiled regex! | jesopo | 2018-10-31 | 1 | -1/+2 |
| * | Add first version of modules/imgur.py | jesopo | 2018-10-31 | 1 | -0/+37 |
| * | Update modules/line_handler.py to now not pass a `server` param to•••utils.irc.parse_line
| jesopo | 2018-10-30 | 1 | -6/+7 |
| * | Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references.
| jesopo | 2018-10-30 | 3 | -7/+11 |
| * | Don't needlessly search a youtube URL before getting the information for it's•••video ID when a URL is provided to !yt
| jesopo | 2018-10-29 | 1 | -1/+6 |
| * | 'continue' -> 'return' in moules/badwords.py | jesopo | 2018-10-28 | 1 | -1/+1 |
| * | badwords shouldn't effect users with +v or above | jesopo | 2018-10-28 | 1 | -0/+3 |
| * | Pretend badwords list is zero-indexed | jesopo | 2018-10-28 | 1 | -1/+2 |
| * | Fix wording for !badwordsdel (copypaste fail!) | jesopo | 2018-10-28 | 1 | -1/+2 |
| * | Correctly use enumerate() in modules/badwords.py.badwords_list | jesopo | 2018-10-28 | 1 | -1/+1 |
| * | 'pattern' -> 'badword' | jesopo | 2018-10-28 | 1 | -3/+3 |
| * | 'received.message.channel' uses 'channel' not 'target' as event kwarg | jesopo | 2018-10-28 | 1 | -1/+1 |
| * | 'badowrds' -> 'badwords' | jesopo | 2018-10-28 | 1 | -1/+1 |
| * | Yet another typo in modules/badwords.py, 'get_getting' -> 'get_setting' | jesopo | 2018-10-28 | 1 | -1/+1 |
| * | 'channel' -> 'target' in modules/badwords.py | jesopo | 2018-10-28 | 1 | -1/+1 |
| * | Fix typo in modules/badwords.py, 'events' -> 'event' | jesopo | 2018-10-28 | 1 | -2/+2 |
| * | Add missing ":" in modules/badwords.py | jesopo | 2018-10-28 | 1 | -1/+1 |
| * | Add missing ")" in modules/badwords.py | jesopo | 2018-10-28 | 1 | -1/+1 |
| * | Add first version of modules/badwords.py | jesopo | 2018-10-28 | 1 | -0/+80 |
| * | Remove extra ) in modules/commands.py | jesopo | 2018-10-28 | 1 | -1/+1 |
| * | Typo in modules/command.py, 'is' -> 'if' | jesopo | 2018-10-28 | 1 | -1/+1 |
| * | Support multiple "usage" values in commands.py | jesopo | 2018-10-28 | 1 | -8/+15 |
| * | Put a dash between commit message and commit url | jesopo | 2018-10-26 | 1 | -1/+1 |
| * | Put commit urls on github webhook notices in modules/github.py | jesopo | 2018-10-26 | 1 | -2/+5 |
| * | Redo lottery timer in modules/coins.py | jesopo | 2018-10-24 | 1 | -0/+1 |
| * | Give `page` an initial value of None, in case the get_url call fails in•••modules/eval_python.py
| jesopo | 2018-10-24 | 1 | -0/+1 |
| * | Move taking a reference to sys.stdout above fail() in modules/eval_python.py | jesopo | 2018-10-24 | 1 | -1/+1 |
| * | There's no `self` in eval_python's template! | jesopo | 2018-10-24 | 1 | -2/+2 |
| * | Specifically catch SyntaxError in modules/eval_python.py | jesopo | 2018-10-24 | 1 | -2/+1 |
| * | Catch syntax errors with .py/.py2 | jesopo | 2018-10-24 | 1 | -3/+10 |
| * | `.items()` -> `.values()` | jesopo | 2018-10-23 | 1 | -1/+1 |
| * | Typo in modules/coins.py, 'amount_amount_total' -> 'bet_amount_total' | jesopo | 2018-10-23 | 1 | -1/+1 |
| * | Re-move taking payin to before payout, better logic around win/odds to show it•••correctly but still give back your bet amount
| jesopo | 2018-10-23 | 1 | -6/+10 |
| * | Switch back to only taking losses when they're losses, instead of taking payin•••and then giving it back after the roulette spin
| jesopo | 2018-10-23 | 1 | -5/+4 |
| * | _take already gives back to pool | jesopo | 2018-10-23 | 1 | -1/+0 |
| * | Don't try to parse wallet args as a bet amount in modules/coins.py | jesopo | 2018-10-23 | 1 | -1/+2 |