aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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/masterGravatar jesopo2019-06-051-8/+6
|\ | | | | Replaced command ,bang with ,trap
| * 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;Gravatar jesopo2019-06-051-7/+6
| | | | this will make is-silenced and ignores work automatically
* 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,Gravatar jesopo2019-06-042-9/+16
| | | | fire event on label response
* 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 eventsGravatar jesopo2019-06-046-19/+18
| | | | related to a line after it is sent
* `.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 forGravatar jesopo2019-06-043-20/+29
| | | | lines that request to be sent 'immediately'
* 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/masterGravatar jesopo2019-06-031-0/+17
|\ | | | | Add license to README.md
| * markdown hyperlinks do not work in block quotesGravatar jesopo2019-06-031-1/+1
| |
| * replace email placeholderGravatar jesopo2019-06-031-1/+1
| |
| * add license to readmeGravatar Anton McClure2019-05-261-0/+17
| | | | | | | | email placeholder (<email>) will need set or may be removed if not wanted
* | Actually capture IP addresses in groupsGravatar jesopo2019-06-031-1/+1
| |
* | Resolve lastfm nowplaying args to a user's set lastfm args is availableGravatar jesopo2019-06-031-6/+16
| |
* | Update CHANGELOGGravatar jesopo2019-06-031-0/+8
| |
* | Differentiate between send and received ctcp eventsGravatar jesopo2019-06-031-6/+8
| |
* | Also track msgids from CTCP in ircv3_msgid.pyGravatar jesopo2019-06-031-4/+12
| |
* | pass `is_channel` through CTCP events, fire generic "got a ctcp" eventGravatar jesopo2019-06-031-1/+4
| |
* | v1.8.0 releaseGravatar jesopo2019-06-039-40/+40
| |
* | Bump resume back down to `draft/resume-0.4` (from `draft/resume-0.5`) for nowGravatar jesopo2019-06-031-1/+1
| |
* | typo, 'GitHug' -> 'GitHub'. hah.Gravatar jesopo2019-06-031-1/+1
| |
* | Update CHANGELOGGravatar jesopo2019-06-031-0/+1
| |
* | Update --depends-on hashflags for ircv3 module renamesGravatar jesopo2019-06-032-2/+2
| |
* | Prefix names for all IRCv3 modules with "ircv3_"Gravatar jesopo2019-06-0311-0/+0
| |
* | Check from_self, not if target==is_own_nickname, use from_self when adding toGravatar jesopo2019-06-031-2/+2
| | | | | | | | buffer obj
* | buffer lines in private messages should be stored against the senderGravatar jesopo2019-06-031-1/+6
| |
* | Only parse CTCP when we're not in a TAGMSG eventGravatar jesopo2019-06-031-13/+15
| |
* | Consolidate PRIVMSG, NOTICE and TAGMSG handlers in to 1 functionGravatar jesopo2019-06-033-140/+70
| |
* | clarify what "enforce version" refers to (it's python version) in CHANGELOGGravatar jesopo2019-06-021-1/+1
| |
* | Mark all IRCv3 changes in CHANGELOG with "IRCv3:"Gravatar jesopo2019-06-021-2/+2
| |
* | Update CHANGELOGGravatar jesopo2019-06-021-0/+1
| |