| Commit message (Expand) | Author | Age | Files | Lines |
| * | "EventsResultsError"->"EventResultsError", move errors to utils.error | jesopo | 2019-11-18 | 1 | -1/+1 |
| * | Add `depends-on` hashflags to relevant modules | jesopo | 2019-05-25 | 1 | -0/+1 |
| * | make `!sp` and alias of `!spotify` (spotify.py) | jesopo | 2019-02-08 | 1 | -0/+1 |
| * | Correctly compare current time and token expire time and actually cache the•••token (spotify.py)
| jesopo | 2019-01-29 | 1 | -3/+6 |
| * | Typo, `{,}` instead of `{:}` made `headers` a set (spotify.py) | jesopo | 2019-01-29 | 1 | -1/+1 |
| * | `URL_SPOTIFY` was renamed to `URL_SEARCH` (spotify.py) | jesopo | 2019-01-29 | 1 | -1/+1 |
| * | Forgot to import `time` (spotify.py) | jesopo | 2019-01-29 | 1 | -1/+1 |
| * | `post_data` is the kwarg for POST data, not `data` (spotify.py) | jesopo | 2019-01-29 | 1 | -1/+1 |
| * | `base64.b64encode(...)` takes a byte array, not a string (spotify.py) | jesopo | 2019-01-29 | 1 | -1/+1 |
| * | Forgot to import base64 (spotify.py) | jesopo | 2019-01-29 | 1 | -1/+1 |
| * | Spotify now requires access tokens to use it's API (spotify.py) | jesopo | 2019-01-29 | 1 | -3/+29 |
| * | 'utils.http.get_url' -> 'utils.http.request', return a Response object from•••utils.http.request
| jesopo | 2018-12-11 | 1 | -3/+3 |
| * | Standardise "Failed to load results" errors! | jesopo | 2018-10-20 | 1 | -1/+1 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -4/+5 |
| * | Switch to using docstring for usage, permission and require_mode | jesopo | 2018-09-30 | 1 | -1/+2 |
| * | Switch to using @Utils.hook and docstrings for event hooks | jesopo | 2018-09-26 | 1 | -6/+6 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -1/+1 |
| * | Refactor everything to use delimited events | jesopo | 2018-09-19 | 1 | -3/+2 |
| * | give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system
| jesopo | 2018-09-02 | 1 | -1/+1 |
| * | Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module
| jesopo | 2018-08-31 | 1 | -2/+2 |
| * | added spotify.py and soundcloud.py, updated bot.json.example. | jesopo | 2016-04-06 | 1 | -0/+26 |