aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Typo, 'usernaame' -> 'username'Gravatar jesopo2019-05-211-1/+1
* Strip "+" from the start of `port` after checking if it is presentGravatar jesopo2019-05-211-0/+1
* Add !addserver commandGravatar jesopo2019-05-211-0/+31
* event.eat() in command.regex for !titleGravatar jesopo2019-05-211-0/+1
* 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
* `has_capability` -> `has_capability_str`, add new `has_capability`Gravatar jesopo2019-05-203-3/+3
* "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
* 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
* 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
* 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
* Hand over regex-based-command responsibilities to `commands` moduleGravatar jesopo2019-05-185-190/+181
* .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
* 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
* Add `auto-github` setting to automatically match and resolve github issue/pr•••refs Gravatar jesopo2019-05-161-20/+40
* Allow people with `silence` permission to use !silence tooGravatar jesopo2019-05-161-0/+1
* Add a setting to opt-out of word count trackingGravatar jesopo2019-05-151-0/+6
* Show server versoin (from RPL_MYINFO) on /api/serversGravatar jesopo2019-05-151-1/+2
* Catch server version string, from RPL_MYINFOGravatar jesopo2019-05-152-0/+8
* Don't show ducks when the bot is silencedGravatar jesopo2019-05-151-1/+5
* Don't collect `preprocess.command` errors after we get a HARD_FAILGravatar jesopo2019-05-151-0/+1