aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 'multi-line' -> 'multiline'Gravatar jesopo2019-06-161-3/+3
* 'timeout' -> 'cooldown'. closes #60Gravatar jesopo2019-06-161-7/+7
* Add auto-github-timeout to prevent duplicate auto-githubsGravatar jesopo2019-06-161-17/+37
* Return all caps through received.cap.ls|new and check if valid in line_handler,•••remove server.cap_started Gravatar jesopo2019-06-167-61/+36
* Parse inbound bitbot.dev/multi-line batchesGravatar jesopo2019-06-161-0/+13
* Send `target` as batch argumentGravatar jesopo2019-06-161-1/+2
* Implement bitbot.dev/multi-lineGravatar jesopo2019-06-161-0/+25
* Check that we have enough PRIVMSG args for strip_color.pyGravatar jesopo2019-06-161-9/+9
* forgot to pass `stdout` and `stderr` to command callbacks!Gravatar jesopo2019-06-161-1/+2
* Change from `yield` checks to a func in `events` that pass up EventErrorsGravatar jesopo2019-06-153-57/+35
* Remove debug yield checkGravatar jesopo2019-06-151-2/+0
* Request draft/event-playback when availableGravatar jesopo2019-06-151-1/+12
* copypaste fail, `setting_info` -> `export_settings[setting]`Gravatar jesopo2019-06-141-1/+1
* Show example (when available) for "invalid value" errorGravatar jesopo2019-06-141-1/+6
* Change prviate channel_access commands to use a "channel-access" yield checkGravatar jesopo2019-06-142-27/+18
* "saved a duck" -> "befriended a duck"Gravatar jesopo2019-06-141-2/+2
* 80 col wrapGravatar jesopo2019-06-141-2/+2
* Don't let users change settings for other channels when they have +o in the•••current channel Gravatar jesopo2019-06-141-1/+2
* Show when a server connected instead of "bytes read/written per second" in stats•••endpoint Gravatar jesopo2019-06-141-4/+1
* catch StopIteration.value, pass back EventError that comes from a generatorGravatar jesopo2019-06-141-3/+3
* Remove !set/!channelset/!serverset/!botset and related commandsGravatar jesopo2019-06-141-164/+0
* Advise use of !config, not !set/!channelset/!serverset/!botsetGravatar jesopo2019-06-141-4/+5
* `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