| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused endpoints.py file. | Rapptz | 2016-09-25 | 1 | -37/+0 |
| | | |||||
| * | Add Client.application_info to retrieve the current app info. | Rapptz | 2016-06-10 | 1 | -0/+1 |
| | | | | | Fixes #241. | ||||
| * | Actually use v4 gateway and fixes thanks to Jake. | Rapptz | 2016-06-02 | 1 | -1/+1 |
| | | |||||
| * | Begin working on gateway v4 support. | Rapptz | 2016-04-27 | 1 | -1/+1 |
| | | | | | | | Bump websockets requirement to v3.1 Should be squashed... | ||||
| * | Update license of files to 2016. | Rapptz | 2016-01-04 | 1 | -1/+1 |
| | | |||||
| * | Implement cache of login credentials. | Rapptz | 2015-12-13 | 1 | -0/+1 |
| | | | | | Also add endpoints.ME to easily access the @me endpoint. | ||||
| * | Add client register API | Hornwitser | 2015-10-06 | 1 | -0/+1 |
| | | | | | | | | When clicking on an invite link without having a Discord account it's possible to create an unclaimed account for joining the conversation quickly. Add register() method to Client that performs and invite based registration of an unclaimed account. | ||||
| * | Move websocket hub to the new gateway. | Rapptz | 2015-08-26 | 1 | -1/+1 |
| | | |||||
| * | Initial commit | Rapptz | 2015-08-21 | 1 | -0/+34 |