| Commit message (Expand) | Author | Age | Files | Lines |
| * | add 'module-blacklist/whitelist' to bot.conf - use that as well as DB setting | jesopo | 2019-06-01 | 1 | -2/+12 |
| * | list()-ify `filter()` return, otherwise boolean checks against it are wrong | jesopo | 2019-06-01 | 1 | -1/+2 |
| * | available_capability returns `str` - fix type hint for this | jesopo | 2019-06-01 | 1 | -1/+1 |
| * | Only enable write throttling when _write_buffer is empty•••closes #59
| jesopo | 2019-05-31 | 1 | -3/+8 |
| * | More explicitly require `throttle_done()` only for `_queued_lines` | jesopo | 2019-05-31 | 2 | -1/+4 |
| * | Log server name when we see a _send failure | jesopo | 2019-05-30 | 1 | -1/+7 |
| * | Make labeled-resposnes it's own module, tag and track every sent line | jesopo | 2019-05-30 | 2 | -1/+8 |
| * | Immutable arg default values leads to weird data persistence | jesopo | 2019-05-30 | 1 | -1/+1 |
| * | Only try to send QUITs on ctrl+c when we're connected - sys.exit otherwise | jesopo | 2019-05-29 | 1 | -0/+1 |
| * | Switch resume.py to use the last `server-time` it saw, not last .recv() | jesopo | 2019-05-29 | 1 | -3/+0 |
| * | Pass str object to BeautifulSoup, not bytes. closes #56 | jesopo | 2019-05-28 | 1 | -4/+3 |
| * | append ".py" when doing find_module on ModuleType.FILE | jesopo | 2019-05-27 | 1 | -0/+2 |
| * | set `changed = True` when we pop a module with no dependencies left | jesopo | 2019-05-27 | 1 | -1/+2 |
| * | Throw an exception when we detect a complex circular dependency | jesopo | 2019-05-27 | 1 | -0/+5 |
| * | Enable TCP keepalives | jesopo | 2019-05-27 | 1 | -0/+1 |
| * | Only check for unknown dependencies once | jesopo | 2019-05-26 | 1 | -6/+14 |
| * | Only iterate a module's deps, not all modules, when checking for circular deps | jesopo | 2019-05-26 | 1 | -6/+6 |
| * | 'cicular' -> 'circular', words are hard | jesopo | 2019-05-26 | 1 | -2/+2 |
| * | 'cycular' -> 'cicular' | jesopo | 2019-05-26 | 1 | -1/+1 |
| * | Add basic comments for dependency-sorting system | jesopo | 2019-05-25 | 1 | -0/+3 |
| * | Implement ordering modules by `depends-on` hashflag | jesopo | 2019-05-25 | 1 | -10/+45 |
| * | Fix utils.parse.hashflags type hints | jesopo | 2019-05-25 | 2 | -4/+5 |
| * | Refactor ModuleManager | jesopo | 2019-05-25 | 1 | -46/+83 |
| * | Don't store hashflags as a dict before returning them - allow duplicate keys | jesopo | 2019-05-25 | 1 | -3/+3 |
| * | Store IRCSocket connect_time, show bytes read/write per second in stats.py | jesopo | 2019-05-24 | 1 | -1/+3 |
| * | Bump version to v1.7.1 | jesopo | 2019-05-24 | 1 | -1/+1 |
| * | Bump version to v1.7.0 | jesopo | 2019-05-23 | 1 | -1/+1 |
| * | Remove column from server.add SQL (leftover from removing 'ipv4' column) | jesopo | 2019-05-21 | 1 | -1/+1 |
| * | Remove mention of `ipv4` - detect address family automatically | jesopo | 2019-05-21 | 5 | -22/+16 |
| * | Remove Capability.enabled() - it's unused | jesopo | 2019-05-20 | 1 | -2/+0 |
| * | `typing.List` -> `typing.Sequence` | jesopo | 2019-05-20 | 1 | -1/+1 |
| * | `has_capability` -> `has_capability_str`, add new `has_capability` | jesopo | 2019-05-20 | 1 | -1/+3 |
| * | ParsedLine already deals with preventing newlines | jesopo | 2019-05-20 | 1 | -1/+0 |
| * | use fnmatchcase( so the strings are not case-"normalised" | jesopo | 2019-05-19 | 1 | -1/+1 |
| * | Implement utils.irc.hostmask_match for glob-like hostmask matching | jesopo | 2019-05-19 | 2 | -1/+8 |
| * | Remove _name and _draft_name (unused) and add Capability.copy() | jesopo | 2019-05-19 | 1 | -2/+3 |
| * | Switch back to events.name defaulting to None, use typing.cast to fix linting•••error
| jesopo | 2019-05-18 | 1 | -2/+3 |
| * | Add a timestamp to recent_sends for EACH line sent | jesopo | 2019-05-18 | 1 | -1/+1 |
| * | give EventCallbacks their event name | jesopo | 2019-05-18 | 1 | -4/+6 |
| * | Add a way to not put spaces between docstring lines when stripping \n | jesopo | 2019-05-18 | 1 | -5/+10 |
| * | Bump version to v1.6.0 | jesopo | 2019-05-17 | 1 | -1/+1 |
| * | Catch server version string, from RPL_MYINFO | jesopo | 2019-05-15 | 1 | -0/+1 |
| * | Add IRCBot.SOURCE, use it in ctcp.py | jesopo | 2019-05-15 | 1 | -0/+1 |
| * | Add type hints to utils.irc.MessageTag | jesopo | 2019-05-14 | 1 | -2/+2 |
| * | Add utils.irc.MessageTag and use it for both draft and ratified msgid | jesopo | 2019-05-14 | 1 | -0/+7 |
| * | Move module black/white list to IRCBot, allow "safe" loading of all modules | jesopo | 2019-05-12 | 2 | -2/+21 |
| * | Revamp how CAPs are tracked through REQ and ACK/NAK etc | jesopo | 2019-05-11 | 2 | -15/+15 |
| * | Refactor CAPs in to objects | jesopo | 2019-05-11 | 1 | -0/+11 |
| * | Hold context in EventCallback objects, add name<->context translation in•••ModuleManager
| jesopo | 2019-05-10 | 2 | -2/+15 |
| * | Tokenize IRC data as soon as it comes out of IRCServer | jesopo | 2019-05-09 | 1 | -1/+2 |