| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | Allow uploading of GIFs for users. | SunDwarf | 2017-01-08 | 1 | -0/+2 |
| | | | | | | | | Discord Nitro accounts can upload GIFs as avatars, so the image mimetype checker code should check for the GIF magic number too. Signed-off-by: SunDwarf <[email protected]> | ||||
| * | Rename Server to Guild everywhere. | Rapptz | 2017-01-03 | 1 | -10/+10 |
| | | |||||
| * | Switch IDs to use int instead of str | Rapptz | 2017-01-03 | 1 | -3/+10 |
| | | |||||
| * | Add support for "Do Not Disturb" and "Invisible" statuses. | Rapptz | 2016-09-26 | 1 | -0/+16 |
| | | | | | | This deprecates Client.change_status in favour of the newer and more correct Client.change_presence. | ||||
| * | Remove unused verify response function. | Rapptz | 2016-06-12 | 1 | -18/+0 |
| | | |||||
| * | Change HTTPException to only take a single parameter. | Rapptz | 2016-06-12 | 1 | -5/+4 |
| | | |||||
| * | Allow datetime in limit parameters for logs_from. | Khazhismel Kumykov | 2016-05-20 | 1 | -0/+18 |
| | | | | | Add time_snowflake to convert a datetime to a "snowflake". | ||||
| * | Force encoding of text retrieval functions to use utf-8. | Rapptz | 2016-05-10 | 1 | -2/+2 |
| | | | | | Closes #207 | ||||
| * | Add compatibility layer for `run_coroutine_threadsafe`. | Rapptz | 2016-04-25 | 1 | -4/+0 |
| | | | | | | This is a breaking change, since discord.utils.create_task is moved to discord.compat.create_task. | ||||
| * | Add optional redirect_uri parameter to utils.oauth_url | cookie | 2016-04-18 | 1 | -1/+6 |
| | | |||||
| * | Add optional server parameter to utils.oauth_url | Khazhismel Kumykov | 2016-04-15 | 1 | -2/+6 |
| | | |||||
| * | Add utility function for generating OAuth2 urls. | Rapptz | 2016-04-08 | 1 | -0/+19 |
| | | |||||
| * | Clean up documentation of utils.snowflake_time | Rapptz | 2016-03-06 | 1 | -3/+1 |
| | | |||||
| * | Add util method to extract creation date from discord ids | Khazhismel | 2016-03-06 | 1 | -0/+7 |
| | | |||||
| * | HTTPException now has a text attribute if JSON is not available. | Rapptz | 2016-01-25 | 1 | -5/+11 |
| | | |||||
| * | Documentation fixes to quiet Sphinx warnings. | Rapptz | 2016-01-07 | 1 | -1/+1 |
| | | |||||
| * | Add __slots__ for missing classes that didn't have it. | Rapptz | 2016-01-06 | 1 | -0/+22 |
| | | |||||
| * | Update license of files to 2016. | Rapptz | 2016-01-04 | 1 | -1/+1 |
| | | |||||
| * | Maintain order in role related functions. | Rapptz | 2015-12-30 | 1 | -0/+5 |
| | | |||||
| * | utils.get now supports nested attribute retrieval. | Rapptz | 2015-12-30 | 1 | -3/+15 |
| | | |||||
| * | Clean-up documentation to use NumPy style docs on remaining classes. | Rapptz | 2015-12-16 | 1 | -3/+8 |
| | | |||||
| * | Make more things into properties. | Rapptz | 2015-12-16 | 1 | -0/+15 |
| | | | | | | | A lot of the expensive getters were transformed into cached properties instead. A lot of things that were properties were transformed into properties as well. | ||||
| * | Add discord.utils.get helper. | Rapptz | 2015-12-13 | 1 | -0/+46 |
| | | |||||
| * | Work on connecting to a voice channel. | Rapptz | 2015-12-07 | 1 | -0/+4 |
| | | |||||
| * | Add server management commands. | Rapptz | 2015-12-04 | 1 | -0/+7 |
| | | |||||
| * | Add Forbidden and NotFound exceptions. | Rapptz | 2015-12-04 | 1 | -2/+7 |
| | | |||||
| * | Begin working on asyncio port. | Rapptz | 2015-12-04 | 1 | -3/+10 |
| | | |||||
| * | Revert "GIF support for avatars" | Rapptz | 2015-11-26 | 1 | -2/+0 |
| | | | | | This reverts commit 9a5bb439ec9f6ab5d2fce7567452ca310736d688. | ||||
| * | GIF support for avatars | Rapptz | 2015-11-26 | 1 | -0/+2 |
| | | |||||
| * | Add support for uploading avatars. | Rapptz | 2015-11-26 | 1 | -1/+9 |
| | | |||||
| * | Move _null_event and _verify_successful_response to utils | Rapptz | 2015-11-26 | 1 | -0/+10 |
| | | | | | They might be used in other files in the future. | ||||
| * | Add utils.find helper function. | Rapptz | 2015-09-13 | 1 | -0/+23 |
| | | |||||
| * | Refactor parse_time into its own utils file. | Rapptz | 2015-09-04 | 1 | -0/+34 |