| Commit message (Expand) | Author | Age | Files | Lines |
| * | add `cookies` and `.json()` to utils.http.Response objects | jesopo | 2019-11-25 | 1 | -16/+12 |
| * | "EventsResultsError"->"EventResultsError", move errors to utils.error | jesopo | 2019-11-18 | 1 | -1/+1 |
| * | Refactor set/channelset/serverset/botset in to 'utils.Setting' objects | jesopo | 2019-06-28 | 1 | -3/+2 |
| * | implement @utils.kwarg() magic, use it for command.regex hooks | jesopo | 2019-06-26 | 1 | -8/+9 |
| * | Allow command.regex hooks to opt-in to being triggered from a /me•••closes #68
| jesopo | 2019-06-16 | 1 | -2/+2 |
| * | Add `depends-on` hashflags to relevant modules | jesopo | 2019-05-25 | 1 | -0/+2 |
| * | Add usage examples for all settings | jesopo | 2019-05-23 | 1 | -1/+1 |
| * | `event["channel"]` -> `event["target"]` (from regex-commands change) | jesopo | 2019-05-18 | 1 | -2/+2 |
| * | Switch imgur.py to use command.regex system | jesopo | 2019-05-18 | 1 | -16/+14 |
| * | Minor code stylisation in imgur.py | jesopo | 2019-02-25 | 1 | -39/+35 |
| * | Update imgur.py | dngfx | 2019-02-25 | 1 | -1/+1 |
| * | Switch to elif | Dan | 2019-02-24 | 1 | -1/+1 |
| * | Remove superfluous json import and change datetime to match code standards. | Dan | 2019-02-24 | 1 | -4/+3 |
| * | Remove bold title, set NSFW_TEXT variable, fix bold spacing, fix PEP8 line br... | Dan | 2019-02-24 | 1 | -12/+8 |
| * | Update imgur.py•••Remove debug logging cruft | dngfx | 2019-02-24 | 1 | -3/+1 |
| * | Update imgur.py•••Add auto-imgur for auto linking of imgur and make the linking a bit fancier. | dngfx | 2019-02-24 | 1 | -3/+101 |
| * | 'utils.http.get_url' -> 'utils.http.request', return a Response object from•••utils.http.request
| jesopo | 2018-12-11 | 1 | -6/+6 |
| * | Check if a url is a gallery first, 'event' -> 'data' typo, actually return from•••_prefix
| jesopo | 2018-10-31 | 1 | -8/+11 |
| * | Use gallery API endpoint for gallery urls | jesopo | 2018-10-31 | 1 | -1/+3 |
| * | Support galleries in modules/imgur.py | jesopo | 2018-10-31 | 1 | -4/+30 |
| * | imgur url hashids aren't always 7 characters | jesopo | 2018-10-31 | 1 | -1/+1 |
| * | Fix typo in modules/imgur.py that caused `headers` passed to utils.http.get_url•••to be a set, not a dict. (',' -> ':')
| jesopo | 2018-10-31 | 1 | -1/+1 |
| * | REGEX_IMAGE should be a compiled regex! | jesopo | 2018-10-31 | 1 | -1/+2 |
| * | Add first version of modules/imgur.py | jesopo | 2018-10-31 | 1 | -0/+37 |