aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only trigger read/write threads onceGravatar jesopo2019-06-061-2/+17
* print lines as soon as they're read, don't wait for _post_sendGravatar jesopo2019-06-062-9/+12
* move immediate-write-trigger to IRCServer.py, trigger _event_loop for•••running=False Gravatar jesopo2019-06-063-4/+12
* Send +draft/typing before processing command. WIPGravatar jesopo2019-06-061-0/+4
* Merge branch 'master' into feature/write-threadGravatar jesopo2019-06-061-1/+1
|\
| * message-tags are joined by ";", not ","Gravatar jesopo2019-06-061-1/+1
* | Split read/write/process in to 3 different threadsGravatar jesopo2019-06-063-105/+139
|/
* Make `params` arg for logging functions optionalGravatar jesopo2019-06-063-11/+11
* assign local var "modes"Gravatar jesopo2019-06-061-1/+3
* Ask for our own modes when we get a 001Gravatar jesopo2019-06-062-5/+16
* message_tag_escape() message-tag values when .format()ing IRCLineGravatar jesopo2019-06-061-2/+3
* Change README.md license to use backtick blockquoteGravatar jesopo2019-06-051-12/+14
* Put minimum python version in README.mdGravatar jesopo2019-06-051-2/+2
* put formatting reset after !seen info (so colors can't leak)Gravatar jesopo2019-06-051-1/+1
* Make 'circular dependency' WARN more explicitly about 1-to-1 dependenciesGravatar jesopo2019-06-051-1/+1
* Update CHANGELOGGravatar jesopo2019-06-051-0/+1
* check_purge() after removing a context as it could make a hook purgableGravatar jesopo2019-06-051-0/+1
* Update CHANGELOGGravatar jesopo2019-06-051-0/+1
* Merge pull request #62 from AntonMcClure/master•••Replaced command ,bang with ,trapGravatar jesopo2019-06-051-8/+6
|\
| * Replaced command ,bang with ,trapGravatar Anton McClure2019-06-051-8/+6
|/
* Update CHANGELOGGravatar jesopo2019-06-051-0/+3
* Change duck-triggering to be through regex commands that catch ALL messages;•••this will make is-silenced and ignores work automatically Gravatar jesopo2019-06-051-7/+6
* Don't count JOINs towards duck-triggering messagesGravatar jesopo2019-06-051-3/+0
* Store information about last-seen-action and recall when !seen is usedGravatar jesopo2019-06-051-8/+27
* Remove users from channels/server AFTER we call received.quitGravatar jesopo2019-06-051-1/+1
* Pass along minimalistic formatted lines, as well as prettier onesGravatar jesopo2019-06-051-11/+27
* WARN when we see 10 labeled-responses while waiting for a response to a lineGravatar jesopo2019-06-051-4/+16
* Strip html from !define/!randomword outputGravatar jesopo2019-06-051-3/+4
* Update CHANGELOGGravatar jesopo2019-06-051-0/+1
* Fix commit_comment format string and show urlGravatar jesopo2019-06-051-1/+2
* Update CHANGELOGGravatar jesopo2019-06-041-0/+1
* labels: Use BatchType to match, pass `lines` not `line`, batch ID isn't a label,•••fire event on label response Gravatar jesopo2019-06-042-9/+16
* Add new BatchType object, to match like how Capability and MessageTag doGravatar jesopo2019-06-042-1/+9
* Give SentLine (and preproc.send events) a new event object, to track events•••related to a line after it is sent Gravatar jesopo2019-06-046-19/+18
* `.on_send(` only exists on SentLines, not ParsedLinesGravatar jesopo2019-06-041-2/+2
* Change signals.py to subvert write throttling when sending QUITGravatar jesopo2019-06-041-2/+5
* Update CHANGELOGGravatar jesopo2019-06-041-0/+1
* Update CHANGELOGGravatar jesopo2019-06-041-0/+4
* Send PING and PONG as 'immediate' linesGravatar jesopo2019-06-041-2/+2
* Only return definitely-writen lines from IRCSocket._send, refactor in prep for•••lines that request to be sent 'immediately' Gravatar jesopo2019-06-043-20/+29
* Defer decoding http payload bytestring until after checking ContentTypeGravatar jesopo2019-06-041-2/+5
* 'hunder2' -> 'hunter2'. meme typos D:Gravatar jesopo2019-06-041-1/+1
* Merge pull request #55 from AntonMcClure/master•••Add license to README.mdGravatar jesopo2019-06-031-0/+17
|\
| * markdown hyperlinks do not work in block quotesGravatar jesopo2019-06-031-1/+1
| * replace email placeholderGravatar jesopo2019-06-031-1/+1
| * add license to readme•••email placeholder (<email>) will need set or may be removed if not wanted Gravatar Anton McClure2019-05-261-0/+17
* | Actually capture IP addresses in groupsGravatar jesopo2019-06-031-1/+1