| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| |/ |
|
| * | message-tags are joined by ";", not "," | jesopo | 2019-06-06 | 1 | -1/+1 |
| * | 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 |
| |/ |
|
| * | Update CHANGELOG | jesopo | 2019-06-05 | 1 | -0/+3 |
| * | Change duck-triggering to be through regex commands that catch ALL messages;•••this will make is-silenced and ignores work automatically
| jesopo | 2019-06-05 | 1 | -7/+6 |
| * | Don't count JOINs towards duck-triggering messages | jesopo | 2019-06-05 | 1 | -3/+0 |
| * | Store information about last-seen-action and recall when !seen is used | jesopo | 2019-06-05 | 1 | -8/+27 |
| * | Remove users from channels/server AFTER we call received.quit | jesopo | 2019-06-05 | 1 | -1/+1 |
| * | Pass along minimalistic formatted lines, as well as prettier ones | jesopo | 2019-06-05 | 1 | -11/+27 |
| * | WARN when we see 10 labeled-responses while waiting for a response to a line | jesopo | 2019-06-05 | 1 | -4/+16 |
| * | Strip html from !define/!randomword output | jesopo | 2019-06-05 | 1 | -3/+4 |
| * | Update CHANGELOG | jesopo | 2019-06-05 | 1 | -0/+1 |
| * | Fix commit_comment format string and show url | jesopo | 2019-06-05 | 1 | -1/+2 |
| * | Update CHANGELOG | jesopo | 2019-06-04 | 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 | 2 | -9/+16 |
| * | Add new BatchType object, to match like how Capability and MessageTag do | jesopo | 2019-06-04 | 2 | -1/+9 |
| * | 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 | 6 | -19/+18 |
| * | `.on_send(` only exists on SentLines, not ParsedLines | jesopo | 2019-06-04 | 1 | -2/+2 |
| * | Change signals.py to subvert write throttling when sending QUIT | jesopo | 2019-06-04 | 1 | -2/+5 |
| * | Update CHANGELOG | jesopo | 2019-06-04 | 1 | -0/+1 |
| * | Update CHANGELOG | jesopo | 2019-06-04 | 1 | -0/+4 |
| * | 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 |
| * | 'hunder2' -> 'hunter2'. meme typos D: | jesopo | 2019-06-04 | 1 | -1/+1 |
| * | Merge pull request #55 from AntonMcClure/master•••Add license to README.md | jesopo | 2019-06-03 | 1 | -0/+17 |
| |\ |
|
| | * | markdown hyperlinks do not work in block quotes | jesopo | 2019-06-03 | 1 | -1/+1 |
| | * | replace email placeholder | jesopo | 2019-06-03 | 1 | -1/+1 |
| | * | add license to readme•••email placeholder (<email>) will need set or may be removed if not wanted
| Anton McClure | 2019-05-26 | 1 | -0/+17 |
| * | | Actually capture IP addresses in groups | jesopo | 2019-06-03 | 1 | -1/+1 |
| * | | Resolve lastfm nowplaying args to a user's set lastfm args is available | jesopo | 2019-06-03 | 1 | -6/+16 |
| * | | Update CHANGELOG | jesopo | 2019-06-03 | 1 | -0/+8 |
| * | | Differentiate between send and received ctcp events | jesopo | 2019-06-03 | 1 | -6/+8 |