| Commit message (Expand) | Author | Age | Files | Lines |
| * | Explicitly *remove* STS policy when we get a duration of 0 | jesopo | 2018-11-05 | 1 | -5/+9 |
| * | `info` does not exist in on_cap_new context in modules/sts.py | jesopo | 2018-11-05 | 1 | -0/+2 |
| * | One-shot STS policies should still be cleared if a reconnect fails | jesopo | 2018-11-05 | 1 | -13/+10 |
| * | Made STS policies one-shot when upgrading from plaintext to tls | jesopo | 2018-11-05 | 1 | -4/+11 |
| * | `duration` does not exist in the context of _change_duration | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Add support for IRCv3's STS | jesopo | 2018-11-05 | 1 | -0/+46 |
| * | Give Logging.Log object to modules | jesopo | 2018-11-05 | 1 | -2/+4 |
| * | I forgot the "normal" event hook syntax! | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | 'self.events' -> 'self._events' in IRCBot | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Cache socket fileno in IRCServer.Server just before disconnecting | jesopo | 2018-11-05 | 1 | -1/+3 |
| * | @utils.hook doesn't work outside of modules! | jesopo | 2018-11-05 | 1 | -5/+8 |
| * | it should be self.bindhost, now that we've moved the logic to .connect() instead•••of __init__
| jesopo | 2018-11-05 | 1 | -2/+3 |
| * | Typo in src/IRCServer.py; 'self.AF_INET' -> 'socket.AF_INET' | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Update modules/scripts.py to use utils.parse.hashflags instead of•••utils.get_hashflags
| jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Clarify `items` and `var_items` typing in src.utils.parse | jesopo | 2018-11-05 | 1 | -3/+4 |
| * | Add src.utils.parse.keyvalue, mostly for IRCv3 CAP negotiation | jesopo | 2018-11-05 | 2 | -8/+11 |
| * | Refactor IRCServer .connect() logic | jesopo | 2018-11-05 | 2 | -22/+15 |
| * | Fix a crash in modules/line_handler.py; QUIT can have an empty reason! | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Add __repr__ to utils.irc.IRCArgs | jesopo | 2018-11-05 | 1 | -0/+2 |
| * | Don't set `args` to a split of the data left over when parsing out a command if•••there's not a space after the command
| jesopo | 2018-11-04 | 1 | -2/+5 |
| * | Implement utils.irc.IRCArgs.__len__ | jesopo | 2018-11-04 | 1 | -2/+7 |
| * | Fix typo in utils.irc, 'self_args' -> 'self._args' | jesopo | 2018-11-04 | 1 | -1/+1 |
| * | Move definition of IRCArgs above IRCLine | jesopo | 2018-11-04 | 1 | -8/+8 |
| * | Fix typo in utils.irc | jesopo | 2018-11-04 | 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 | 2 | -33/+40 |
| * | Implement IRCv3's `draft/rename` | jesopo | 2018-11-04 | 2 | -1/+18 |
| * | utils.irc.color should take `int` for foreground/background, not str | jesopo | 2018-11-02 | 1 | -1/+1 |
| * | 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 src/__init__.py to allow mypy to see src/ as a module | jesopo | 2018-11-02 | 1 | -0/+0 |
| * | 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 |
| * | Add '.mypy_cache/' to .gitignore | jesopo | 2018-10-31 | 1 | -0/+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 | 2 | -0/+39 |
| * | Fix some non-explicit None returns, add type hints to important variables | jesopo | 2018-10-31 | 6 | -17/+23 |
| * | Move setting BitBotFormatter's converter (to time.gmtime) to class definition as•••it's not technically correct to overwrite a funcion on an existing object
| jesopo | 2018-10-30 | 1 | -1/+1 |
| * | Update modules/line_handler.py to now not pass a `server` param to•••utils.irc.parse_line
| jesopo | 2018-10-30 | 1 | -6/+7 |
| * | Fix/refactor issues brought up by type hint linting | jesopo | 2018-10-30 | 13 | -59/+73 |
| * | Typo in src/Exports; 'self_exports' -> 'self.exports' | jesopo | 2018-10-30 | 1 | -1/+1 |
| * | Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references.
| jesopo | 2018-10-30 | 22 | -516/+605 |
| * | 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 |