| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | Also track msgids from CTCP in ircv3_msgid.py | jesopo | 2019-06-03 | 1 | -4/+12 |
| * | | pass `is_channel` through CTCP events, fire generic "got a ctcp" event | jesopo | 2019-06-03 | 1 | -1/+4 |
| * | | v1.8.0 release | jesopo | 2019-06-03 | 9 | -40/+40 |
| * | | Bump resume back down to `draft/resume-0.4` (from `draft/resume-0.5`) for now | jesopo | 2019-06-03 | 1 | -1/+1 |
| * | | typo, 'GitHug' -> 'GitHub'. hah. | jesopo | 2019-06-03 | 1 | -1/+1 |
| * | | Update CHANGELOG | jesopo | 2019-06-03 | 1 | -0/+1 |
| * | | Update --depends-on hashflags for ircv3 module renames | jesopo | 2019-06-03 | 2 | -2/+2 |
| * | | Prefix names for all IRCv3 modules with "ircv3_" | jesopo | 2019-06-03 | 11 | -0/+0 |
| * | | Check from_self, not if target==is_own_nickname, use from_self when adding to•••buffer obj
| jesopo | 2019-06-03 | 1 | -2/+2 |
| * | | buffer lines in private messages should be stored against the sender | jesopo | 2019-06-03 | 1 | -1/+6 |
| * | | Only parse CTCP when we're not in a TAGMSG event | jesopo | 2019-06-03 | 1 | -13/+15 |
| * | | Consolidate PRIVMSG, NOTICE and TAGMSG handlers in to 1 function | jesopo | 2019-06-03 | 3 | -140/+70 |
| * | | clarify what "enforce version" refers to (it's python version) in CHANGELOG | jesopo | 2019-06-02 | 1 | -1/+1 |
| * | | Mark all IRCv3 changes in CHANGELOG with "IRCv3:" | jesopo | 2019-06-02 | 1 | -2/+2 |
| * | | Update CHANGELOG | jesopo | 2019-06-02 | 1 | -0/+1 |
| * | | use last-seen msgid to prevent duplicate messages in `chathistory` BATCH | jesopo | 2019-06-02 | 1 | -0/+29 |