| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | | Track last-seen msgid per-channel (add msgid.py) | jesopo | 2019-06-02 | 1 | -0/+13 |
| * | | Hold on to BATCH args, allow event hooks to manipulate batches | jesopo | 2019-06-02 | 2 | -5/+16 |
| * | | fix some CAP related type hints | jesopo | 2019-06-02 | 2 | -5/+8 |
| * | | Remove IRCSendBatch, fix some batch-related type hints | jesopo | 2019-06-02 | 3 | -27/+8 |
| * | | Update CHANGELOG | jesopo | 2019-06-02 | 1 | -0/+1 |
| * | | check if we should enable write throttling before writing, clear _recent_sends•••when we turn on throttling and only "turn on" throttling once
| jesopo | 2019-06-01 | 1 | -3/+6 |
| * | | add __str__ and __repr__ defs to IRCLine.ParsedLine | jesopo | 2019-06-01 | 1 | -0/+5 |
| * | | Update CHANGELOG | jesopo | 2019-06-01 | 1 | -0/+1 |
| * | | add 'module-blacklist/whitelist' to bot.conf - use that as well as DB setting | jesopo | 2019-06-01 | 2 | -2/+18 |
| * | | list()-ify `filter()` return, otherwise boolean checks against it are wrong | jesopo | 2019-06-01 | 1 | -1/+2 |