| Commit message (Expand) | Author | Age | Files | Lines |
| * | v1.9.0 release | jesopo | 2019-06-07 | 2 | -2/+2 |
| * | Wrap commands in backticks | jesopo | 2019-06-07 | 1 | -3/+3 |
| * | CHANGELOG -> CHANGELOG.md | jesopo | 2019-06-07 | 1 | -0/+0 |
| * | Update CHANGELOG | jesopo | 2019-06-07 | 1 | -0/+6 |
| * | check stdout/stderr `has_text()` before .send() gets rid of it | jesopo | 2019-06-07 | 1 | -2/+3 |
| * | actually return `ret` | jesopo | 2019-06-07 | 1 | -0/+2 |
| * | Only show typing indicators for commands that expect output | jesopo | 2019-06-07 | 2 | -4/+7 |
| * | Send `+draft/typing` tag when processing commands | jesopo | 2019-06-07 | 1 | -4/+18 |
| * | Merge branch 'master' into feature/write-thread | jesopo | 2019-06-07 | 4 | -20/+24 |
| |\ |
|
| | * | Logging._log()'s `params` arg should be typing.Optiona[] | jesopo | 2019-06-07 | 1 | -1/+2 |
| | * | typehint for IRCBuffer._lines | jesopo | 2019-06-07 | 1 | -1/+2 |
| | * | Use a deque for temp chathistory storage (src/IRCBuffer.py) | jesopo | 2019-06-07 | 1 | -9/+8 |
| | * | Better formating for pull_request ready_for_review event | jesopo | 2019-06-07 | 1 | -0/+2 |
| | * | select.poll, as opposed to select.epoll, uses milliseconds not seconds for•••timeout
| jesopo | 2019-06-06 | 1 | -1/+2 |
| | * | Merge pull request #65 from jesopo/feature/poll•••select.epoll -> select.poll | jesopo | 2019-06-06 | 1 | -10/+10 |
| | |\ |
|
| | | * | select.epoll -> select.poll | jesopo | 2019-06-06 | 1 | -10/+10 |
| | |/ |
|
| * | | We need to wait for _check to finish so read/writes can be triggered correctly | jesopo | 2019-06-07 | 1 | -2/+2 |
| * | | "send" event on SentLines should be run on the main thread | jesopo | 2019-06-07 | 2 | -3/+2 |
| * | | Call _check *after* read epoll call - to make sure timeouts are hit accurately | jesopo | 2019-06-07 | 1 | -2/+2 |
| * | | Switch to using threading.Condition to trigger write thread | jesopo | 2019-06-07 | 1 | -19/+15 |
| * | | Checking if we should enable write buffer should be in _fill_throttle() | jesopo | 2019-06-07 | 1 | -6/+5 |
| * | | Remove debug print | jesopo | 2019-06-06 | 1 | -1/+0 |
| * | | Use .trigger (without triggering read/write threads) to call _check | jesopo | 2019-06-06 | 1 | -5/+8 |
| * | | use trigger_write() instead of a raw .send(b"") | jesopo | 2019-06-06 | 1 | -1/+2 |
| * | | List()ify self.bot.servers.values() as it can change mid-QUIT | jesopo | 2019-06-06 | 1 | -1/+1 |
| * | | use _event_queue for _check, don't .disconnect() from outside of respective•••loops
| jesopo | 2019-06-06 | 1 | -17/+15 |
| * | | remove _trigger_function code, it's not used any more | jesopo | 2019-06-06 | 1 | -12/+2 |
| * | | Remove +draft/typing TAGMSG - that was for testing | jesopo | 2019-06-06 | 1 | -3/+0 |
| * | | 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 | 3 | -4/+12 |
| * | | Send +draft/typing before processing command. WIP | jesopo | 2019-06-06 | 1 | -0/+4 |
| * | | 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 | 3 | -11/+11 |
| * | assign local var "modes" | jesopo | 2019-06-06 | 1 | -1/+3 |
| * | Ask for our own modes when we get a 001 | jesopo | 2019-06-06 | 2 | -5/+16 |
| * | message_tag_escape() message-tag values when .format()ing IRCLine | jesopo | 2019-06-06 | 1 | -2/+3 |
| * | Change README.md license to use backtick blockquote | jesopo | 2019-06-05 | 1 | -12/+14 |
| * | Put minimum python version in README.md | jesopo | 2019-06-05 | 1 | -2/+2 |
| * | put formatting reset after !seen info (so colors can't leak) | jesopo | 2019-06-05 | 1 | -1/+1 |
| * | Make 'circular dependency' WARN more explicitly about 1-to-1 dependencies | jesopo | 2019-06-05 | 1 | -1/+1 |
| * | Update CHANGELOG | jesopo | 2019-06-05 | 1 | -0/+1 |
| * | check_purge() after removing a context as it could make a hook purgable | jesopo | 2019-06-05 | 1 | -0/+1 |
| * | Update CHANGELOG | jesopo | 2019-06-05 | 1 | -0/+1 |
| * | Merge pull request #62 from AntonMcClure/master•••Replaced command ,bang with ,trap | jesopo | 2019-06-05 | 1 | -8/+6 |
| |\ |
|
| | * | Replaced command ,bang with ,trap | Anton McClure | 2019-06-05 | 1 | -8/+6 |
| |/ |
|