aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 lintingGravatar jesopo2019-05-181-2/+3
| | | | error
* 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
|
* Add `auto-github` setting to automatically match and resolve github issue/prGravatar jesopo2019-05-161-20/+40
| | | | refs
* 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-153-0/+9
|
* 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
|
* Set silence.py's `preprocess.command` hook to PRIORITY_HIGH, so that otherGravatar jesopo2019-05-151-2/+2
| | | | modules can't respond to the event with errors first
* Import IRCBot in metadata.pyGravatar jesopo2019-05-151-1/+1
|
* '_cap(' -> '_ack('Gravatar jesopo2019-05-151-1/+1
|
* Add first version of metadata.py - for ircv3 draft/metadataGravatar jesopo2019-05-151-0/+14
|
* Switch to using utils.irc.Capability in sts.pyGravatar jesopo2019-05-151-5/+5
|
* Add IRCBot.SOURCE, use it in ctcp.pyGravatar jesopo2019-05-152-4/+5
|
* msgid has been ratifiedGravatar jesopo2019-05-151-1/+1
|
* draft/msgid isn't ratified quite yetGravatar jesopo2019-05-141-1/+1
|
* Add type hints to utils.irc.MessageTagGravatar jesopo2019-05-141-2/+2
|
* Add utils.irc.MessageTag and use it for both draft and ratified msgidGravatar jesopo2019-05-142-1/+10
|
* Add comment to clarify why we ignore 1-letter-nicks in _prevent_highlightGravatar jesopo2019-05-141-0/+2
|
* Don't prevent highlights for single-letter nicknamesGravatar jesopo2019-05-141-0/+3
|
* Pass server object in to _prevent_highlightGravatar jesopo2019-05-141-4/+5
|
* use irc_lower for preventing highlights, only lower() when neededGravatar jesopo2019-05-141-3/+5
|