aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CHANGELOG.mdGravatar jesopo2019-06-101-0/+5
* Add message_filter.pyGravatar jesopo2019-06-101-0/+81
* Add `.assure()` to ParsedLine, to make it immune from `.valid()`Gravatar jesopo2019-06-104-12/+27
* Allow preprocess.send callbacks to request a line not be sent at allGravatar jesopo2019-06-102-8/+17
* Update CHANGELOG, v1.9.2 releaseGravatar jesopo2019-06-092-1/+14
* `draft/resume-0.4` -> `draft/resume-0.5`Gravatar jesopo2019-06-091-1/+1
* manage tweet thread ourselves to make sure it's a daemonGravatar jesopo2019-06-091-2/+7
* Put responsbility of `self.running = False` on to the event loopGravatar jesopo2019-06-091-15/+34
* Remove debug printGravatar jesopo2019-06-091-1/+0
* only add to IRCBuffer when there's actually a message (e.g. exclude TAGMSG)Gravatar jesopo2019-06-081-4/+6
* Add missing `time` importGravatar jesopo2019-06-081-1/+1
* Show how many seconds it took to !bef/!trap a duckGravatar jesopo2019-06-081-5/+8
* IRCServer.statusmsg type hintGravatar jesopo2019-06-081-1/+1
* Add missing ":" to CHANGELOGGravatar jesopo2019-06-081-1/+1
* v1.9.1 releaseGravatar jesopo2019-06-082-2/+2
* Update CHANGELOGGravatar jesopo2019-06-081-0/+7
* We should look at ISUPPORT's STATUSMSG token instead of PREFIXGravatar jesopo2019-06-083-1/+4
* Only request a CAP once. closes #66Gravatar jesopo2019-06-082-4/+14
* self._get_sts no longer existsGravatar jesopo2019-06-081-2/+2
* Fixes for tweet streaming found from finally testing itGravatar jesopo2019-06-071-13/+25
* v1.9.0 releaseGravatar jesopo2019-06-072-2/+2
* Wrap commands in backticksGravatar jesopo2019-06-071-3/+3
* CHANGELOG -> CHANGELOG.mdGravatar jesopo2019-06-071-0/+0
* Update CHANGELOGGravatar jesopo2019-06-071-0/+6
* check stdout/stderr `has_text()` before .send() gets rid of itGravatar jesopo2019-06-071-2/+3
* actually return `ret`Gravatar jesopo2019-06-071-0/+2
* Only show typing indicators for commands that expect outputGravatar jesopo2019-06-072-4/+7
* Send `+draft/typing` tag when processing commandsGravatar jesopo2019-06-071-4/+18
* Merge branch 'master' into feature/write-threadGravatar jesopo2019-06-074-20/+24
|\
| * Logging._log()'s `params` arg should be typing.Optiona[]Gravatar jesopo2019-06-071-1/+2
| * typehint for IRCBuffer._linesGravatar jesopo2019-06-071-1/+2
| * Use a deque for temp chathistory storage (src/IRCBuffer.py)Gravatar jesopo2019-06-071-9/+8
| * Better formating for pull_request ready_for_review eventGravatar jesopo2019-06-071-0/+2
| * select.poll, as opposed to select.epoll, uses milliseconds not seconds for•••timeout Gravatar jesopo2019-06-061-1/+2
| * Merge pull request #65 from jesopo/feature/poll•••select.epoll -> select.pollGravatar jesopo2019-06-061-10/+10
| |\
| | * select.epoll -> select.pollGravatar jesopo2019-06-061-10/+10
| |/
* | We need to wait for _check to finish so read/writes can be triggered correctlyGravatar jesopo2019-06-071-2/+2
* | "send" event on SentLines should be run on the main threadGravatar jesopo2019-06-072-3/+2
* | Call _check *after* read epoll call - to make sure timeouts are hit accuratelyGravatar jesopo2019-06-071-2/+2
* | Switch to using threading.Condition to trigger write threadGravatar jesopo2019-06-071-19/+15
* | Checking if we should enable write buffer should be in _fill_throttle()Gravatar jesopo2019-06-071-6/+5
* | Remove debug printGravatar jesopo2019-06-061-1/+0
* | Use .trigger (without triggering read/write threads) to call _checkGravatar jesopo2019-06-061-5/+8
* | use trigger_write() instead of a raw .send(b"")Gravatar jesopo2019-06-061-1/+2
* | List()ify self.bot.servers.values() as it can change mid-QUITGravatar jesopo2019-06-061-1/+1
* | use _event_queue for _check, don't .disconnect() from outside of respective•••loops Gravatar jesopo2019-06-061-17/+15
* | remove _trigger_function code, it's not used any moreGravatar jesopo2019-06-061-12/+2
* | Remove +draft/typing TAGMSG - that was for testingGravatar jesopo2019-06-061-3/+0
* | Lambda scopes are irritatingGravatar jesopo2019-06-061-2/+9
* | call timer callbacks and expire cach objects on main threadGravatar jesopo2019-06-061-4/+5