aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move regex-based github info to command.regex hooksGravatar jesopo2019-05-211-22/+27
* Add the basics of usig BRB instead of QUIT for draft/resume-0.4Gravatar jesopo2019-05-201-0/+6
* Remove Capability.enabled() - it's unusedGravatar jesopo2019-05-201-2/+0
* `typing.List` -> `typing.Sequence`Gravatar jesopo2019-05-201-1/+1
* `has_capability` -> `has_capability_str`, add new `has_capability`Gravatar jesopo2019-05-204-4/+6
* ParsedLine already deals with preventing newlinesGravatar jesopo2019-05-201-1/+0
* "you cannot change your own karma" should be stderr not stdoutGravatar jesopo2019-05-201-1/+1
* Actually pass args_split in to _find_command_hookGravatar jesopo2019-05-201-2/+2
* take/return args_split from _find_command_hook, for alias replacingGravatar jesopo2019-05-201-7/+11
* Typo, 'colr' -> 'color'Gravatar jesopo2019-05-191-3/+3
* green/red the whole of likes/dislikes, not just up/down symbolsGravatar jesopo2019-05-191-4/+5
* Remove now-unneeded call to `.buffer.skip_next()` after a preprocess.command•••failure Gravatar jesopo2019-05-191-1/+0
* `target` doesn't exist in message handlersGravatar jesopo2019-05-191-2/+2
* Only buffer.skip() for non-regex commandsGravatar jesopo2019-05-191-2/+2
* green/red color for up/down votes on youtube videosGravatar jesopo2019-05-191-2/+4
* use fnmatchcase( so the strings are not case-"normalised"Gravatar jesopo2019-05-191-1/+1
* Implement utils.irc.hostmask_match for glob-like hostmask matchingGravatar jesopo2019-05-192-1/+8
* Switch to using Capability.copy() for saslGravatar jesopo2019-05-191-1/+3
* matched_caps is actually a str[]Gravatar jesopo2019-05-191-1/+0
* .copy() all the hardcoded Capabilities in line_handler/ircv3.pyGravatar jesopo2019-05-191-0/+1
* Use Capability.copy() in metadata.pyGravatar jesopo2019-05-191-1/+3
* Make use of Capability.copy() in resume.pyGravatar jesopo2019-05-191-2/+2
* Remove _name and _draft_name (unused) and add Capability.copy()Gravatar jesopo2019-05-191-2/+3
* Actually check `auto-title` settingGravatar jesopo2019-05-191-18/+19
* Don't give `draft/resume-0.4` as the non-draft arg to utils.irc.CapabilityGravatar jesopo2019-05-191-1/+1
* draft/resume-0.3 -> draft/resume-0.4Gravatar jesopo2019-05-191-1/+1
* Use re.search, not re.match, for command.regex hooksGravatar jesopo2019-05-191-1/+1
* `event["channel"]` -> `event["target"]` (from regex-commands change)Gravatar jesopo2019-05-181-2/+2
* Switch back to events.name defaulting to None, use typing.cast to fix linting•••error Gravatar jesopo2019-05-181-2/+3
* Change factoids.py to use regex commandsGravatar jesopo2019-05-181-15/+9
* Switch imgur.py to use command.regex systemGravatar jesopo2019-05-181-16/+14
* Add a timestamp to recent_sends for EACH line sentGravatar jesopo2019-05-181-1/+1
* Hand over regex-based-command responsibilities to `commands` moduleGravatar jesopo2019-05-185-190/+181
* give EventCallbacks their event nameGravatar jesopo2019-05-181-4/+6
* Add a way to not put spaces between docstring lines when stripping \nGravatar jesopo2019-05-181-5/+10
* .lower() -> .upper() for CAP subcommands. makes a lot more sense.Gravatar jesopo2019-05-181-7/+7
* regex fix, move '+' inside capturing groupGravatar jesopo2019-05-181-1/+1
* `match.group(0)` -> `ref`Gravatar jesopo2019-05-181-1/+1
* Catch github urls in auto-githubGravatar jesopo2019-05-181-4/+17
* Bump version to v1.6.0Gravatar jesopo2019-05-171-1/+1
* Don't try to set `repo` to `org` after we've already changed `org`Gravatar jesopo2019-05-171-1/+1
* change REGEX_ISSUE to actually accept a repo name without org nameGravatar jesopo2019-05-171-1/+1
* Actually assume the provided "org" is the repo when repo isn't providedGravatar jesopo2019-05-171-2/+6
* Use github-default-repo to fill in org when org is missing but repo isn'tGravatar jesopo2019-05-171-7/+8
* `server` -> `event["server"]`Gravatar jesopo2019-05-161-2/+2
* `channel` -> `event["channel"]`Gravatar jesopo2019-05-161-1/+2
* Catch-and-bury utils.EventError in auto-github codeGravatar jesopo2019-05-161-1/+4
* \S not \s in github issue ref regexGravatar jesopo2019-05-161-1/+1
* _parse_pull and _parse_issue shouldn't have an `event` param anymoreGravatar jesopo2019-05-161-8/+6
* _gh_* functions were renamedGravatar jesopo2019-05-161-8/+10