| Commit message (Expand) | Author | Age | Files | Lines |
| * | Lambda scopes are irritating | jesopo | 2019-06-06 | 1 | -2/+9 |
| * | call timer callbacks and expire cach objects on main thread | jesopo | 2019-06-06 | 1 | -4/+5 |
| * | Only trigger read/write threads once | jesopo | 2019-06-06 | 1 | -2/+17 |
| * | print lines as soon as they're read, don't wait for _post_send | jesopo | 2019-06-06 | 2 | -9/+12 |
| * | move immediate-write-trigger to IRCServer.py, trigger _event_loop for•••running=False
| jesopo | 2019-06-06 | 2 | -3/+12 |
| * | Merge branch 'master' into feature/write-thread | jesopo | 2019-06-06 | 1 | -1/+1 |
| |\ |
|
| | * | message-tags are joined by ";", not "," | jesopo | 2019-06-06 | 1 | -1/+1 |
| * | | Split read/write/process in to 3 different threads | jesopo | 2019-06-06 | 3 | -105/+139 |
| |/ |
|
| * | Make `params` arg for logging functions optional | jesopo | 2019-06-06 | 1 | -7/+7 |
| * | message_tag_escape() message-tag values when .format()ing IRCLine | jesopo | 2019-06-06 | 1 | -2/+3 |
| * | Make 'circular dependency' WARN more explicitly about 1-to-1 dependencies | jesopo | 2019-06-05 | 1 | -1/+1 |
| * | check_purge() after removing a context as it could make a hook purgable | jesopo | 2019-06-05 | 1 | -0/+1 |
| * | labels: Use BatchType to match, pass `lines` not `line`, batch ID isn't a label,•••fire event on label response
| jesopo | 2019-06-04 | 1 | -2/+7 |
| * | Add new BatchType object, to match like how Capability and MessageTag do | jesopo | 2019-06-04 | 1 | -1/+8 |
| * | Give SentLine (and preproc.send events) a new event object, to track events•••related to a line after it is sent
| jesopo | 2019-06-04 | 4 | -14/+13 |
| * | Send PING and PONG as 'immediate' lines | jesopo | 2019-06-04 | 1 | -2/+2 |
| * | Only return definitely-writen lines from IRCSocket._send, refactor in prep for•••lines that request to be sent 'immediately'
| jesopo | 2019-06-04 | 3 | -20/+29 |
| * | Defer decoding http payload bytestring until after checking ContentType | jesopo | 2019-06-04 | 1 | -2/+5 |
| * | v1.8.0 release | jesopo | 2019-06-03 | 3 | -9/+9 |
| * | Hold on to BATCH args, allow event hooks to manipulate batches | jesopo | 2019-06-02 | 1 | -2/+3 |
| * | fix some CAP related type hints | jesopo | 2019-06-02 | 2 | -5/+8 |
| * | Remove IRCSendBatch, fix some batch-related type hints | jesopo | 2019-06-02 | 2 | -24/+6 |
| * | check if we should enable write throttling before writing, clear _recent_sends•••when we turn on throttling and only "turn on" throttling once
| jesopo | 2019-06-01 | 1 | -3/+6 |
| * | add __str__ and __repr__ defs to IRCLine.ParsedLine | jesopo | 2019-06-01 | 1 | -0/+5 |
| * | 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 |