aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* `yield` already generated permission check for serverset/botsetGravatar jesopo2019-06-141-1/+1
* add `self` check.command, change !config to use new yieldsGravatar jesopo2019-06-143-1/+17
* Add a way to __or__ `utils.Check`s, as a "if one of these passes" thingGravatar jesopo2019-06-143-12/+28
* Catch `yield`s in command callbacks for e.g. permission checksGravatar jesopo2019-06-142-27/+82
* Expose IRCChannel.mode_str() on REST API stats endpointGravatar jesopo2019-06-131-1/+2
* Mode mode (and mode arg) parsing to IRCChannel.py, add IRCChannel.mode_strGravatar jesopo2019-06-132-18/+7
* typo, 'acount' -> 'count'Gravatar jesopo2019-06-121-1/+1
* "duck" when duck count is 1, "ducks" otherwiseGravatar jesopo2019-06-121-2/+5
* WARN log (instead of exception) when we receive an unknown labelGravatar jesopo2019-06-121-0/+4
* Drastically simplify karma regex: only "strip" off last 2 chars of --/++Gravatar jesopo2019-06-111-2/+1
* Make root wikipedia command !wikipedia, !wi and !wiki as aliasesGravatar jesopo2019-06-101-1/+2
* Add help/usage strings for ducks.pyGravatar jesopo2019-06-101-0/+14
* INFO log when we drop a message in message_filter.pyGravatar jesopo2019-06-101-0/+2
* Strip font formatting chars before doing message filteringGravatar jesopo2019-06-101-1/+1
* Change message_filter.py _name to "Filter"Gravatar jesopo2019-06-101-0/+2
* Ignore sts tokens on plain-text connections if no `port` key is providedGravatar jesopo2019-06-101-4/+5
* command-out truncation logic should be referencing `sent_line`Gravatar jesopo2019-06-101-3/+3
* Add message_filter.pyGravatar jesopo2019-06-101-0/+81
* Add `.assure()` to ParsedLine, to make it immune from `.valid()`Gravatar jesopo2019-06-101-9/+18
* `draft/resume-0.4` -> `draft/resume-0.5`Gravatar jesopo2019-06-091-1/+1
* manage tweet thread ourselves to make sure it's a daemonGravatar jesopo2019-06-091-2/+7
* Remove debug printGravatar jesopo2019-06-091-1/+0
* only add to IRCBuffer when there's actually a message (e.g. exclude TAGMSG)Gravatar jesopo2019-06-081-4/+6
* Add missing `time` importGravatar jesopo2019-06-081-1/+1
* Show how many seconds it took to !bef/!trap a duckGravatar jesopo2019-06-081-5/+8
* We should look at ISUPPORT's STATUSMSG token instead of PREFIXGravatar jesopo2019-06-082-1/+3
* Only request a CAP once. closes #66Gravatar jesopo2019-06-081-3/+3
* self._get_sts no longer existsGravatar jesopo2019-06-081-2/+2
* Fixes for tweet streaming found from finally testing itGravatar jesopo2019-06-071-13/+25
* check stdout/stderr `has_text()` before .send() gets rid of itGravatar jesopo2019-06-071-2/+3
* actually return `ret`Gravatar jesopo2019-06-071-0/+2
* Only show typing indicators for commands that expect outputGravatar jesopo2019-06-072-4/+7
* Send `+draft/typing` tag when processing commandsGravatar jesopo2019-06-071-4/+18
* Merge branch 'master' into feature/write-threadGravatar jesopo2019-06-071-0/+2
|\
| * Better formating for pull_request ready_for_review eventGravatar jesopo2019-06-071-0/+2
* | List()ify self.bot.servers.values() as it can change mid-QUITGravatar jesopo2019-06-061-1/+1
* | Remove +draft/typing TAGMSG - that was for testingGravatar jesopo2019-06-061-3/+0
* | move immediate-write-trigger to IRCServer.py, trigger _event_loop for•••running=False Gravatar jesopo2019-06-061-1/+0
* | Send +draft/typing before processing command. WIPGravatar jesopo2019-06-061-0/+4
|/
* Make `params` arg for logging functions optionalGravatar jesopo2019-06-062-4/+4
* 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
* put formatting reset after !seen info (so colors can't leak)Gravatar jesopo2019-06-051-1/+1
* Replaced command ,bang with ,trapGravatar Anton McClure2019-06-051-8/+6
* 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