| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-01-30 | Got rid of unnecessary regex matching things | -4/+4 | ||
| Stuff like `/{0,1}` and `?` at the ends of groups | ||||
| 2021-01-24 | Match both username *and* repo in the GitLab regex | -1/+1 | ||
| 2021-01-24 | Add matching for query params to all the regexes | -3/+3 | ||
| 2021-01-24 | Don't match dashes in GitHub gist revisions | -1/+1 | ||
| Gist revisions don't allow dashes oops | ||||
| 2021-01-24 | More restrictive GitHub gist regex for usernames | -1/+1 | ||
| 2021-01-19 | Account for query params in bitbucket | -7/+6 | ||
| 2021-01-19 | Better GitHub regex | -5/+5 | ||
| 2021-01-13 | Better error reporting in _fetch_response(?) | -3/+4 | ||
| 2021-01-13 | Better regex now works for <link> | -7/+7 | ||
| 2021-01-13 | Better regex, moved pattern handlers to __init__, and constant header | -24/+28 | ||
| 2020-12-08 | Add logging for HTTP requests | -5/+10 | ||
| 2020-12-08 | Add file path to codeblock | -2/+9 | ||
| 2020-12-06 | Update CODEOWNERS for @Den4200 | -8/+5 | ||