| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Typehint emoji classes | Rapptz | 2021-05-05 | 1 | -5/+1 |
| | | |||||
| * | Type hint GuildChannel and don't make it a Protocol | Rapptz | 2021-05-05 | 1 | -6/+16 |
| | | | | | This reverts GuildChannel back into a base class mixin. | ||||
| * | Add discovery_splash and community field to Guild.edit | Nadir Chowdhury | 2021-05-05 | 1 | -0/+2 |
| | | |||||
| * | Add fetch_invite with with_expiration | Nadir Chowdhury | 2021-05-01 | 1 | -1/+2 |
| | | |||||
| * | Fix guild application command endpoints | Joey van Langen | 2021-05-01 | 1 | -6/+6 |
| | | |||||
| * | Add types for ApplicationCommandPermissions & co | Nadir Chowdhury | 2021-05-01 | 1 | -0/+38 |
| | | |||||
| * | Add VoiceChannel.video_quality_mode | z03h | 2021-04-17 | 1 | -0/+2 |
| | | |||||
| * | Add `fetch_message` for webhooks | Nadir Chowdhury | 2021-04-16 | 1 | -0/+13 |
| | | |||||
| * | Some initial response typings | Rapptz | 2021-04-16 | 1 | -11/+24 |
| | | |||||
| * | Fix rate limit handling with retry_after precision change | Rapptz | 2021-04-15 | 1 | -1/+2 |
| | | |||||
| * | Rewrite webhooks to play better with typings and rate limits | Rapptz | 2021-04-15 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | This unfortunately required splitting the types into two. This led to a lot of unfortunate code duplication that I didn't really enjoy writing. The new design allows users to pass an authentication token to make webhook requests without the webhook token and allows to finally edit the webhook channel. The new design also uses a contextvar to store rate limiting information so multiple instances or recreating instances no longer clears the ratelimiting state since it's now essentially a "global" object. Closes #6525, closes #6662, closes #2509, closes #1761 | ||||
| * | First pass at supporting v8 API | Rapptz | 2021-04-11 | 1 | -11/+10 |
| | | |||||
| * | Use f-strings in more places that were missed. | Rapptz | 2021-04-08 | 1 | -2/+2 |
| | | |||||
| * | Revert "Remove unused group functionality" | Rapptz | 2021-04-07 | 1 | -0/+12 |
| | | | | | This reverts commit d69b2f0af563993bdae425f4bb92fb555a238933. | ||||
| * | Fix AttributeError on HTTPClient.send_file to be send_files | Steve C | 2021-04-07 | 1 | -1/+1 |
| | | |||||
| * | Use `format_map` instead of `format` for `Route.url` | Nadir Chowdhury | 2021-04-06 | 1 | -1/+1 |
| | | |||||
| * | Remove unused group functionality | Rapptz | 2021-04-06 | 1 | -12/+0 |
| | | |||||
| * | Reformat HTTPClient and add interaction endpoints | Rapptz | 2021-04-06 | 1 | -105/+484 |
| | | |||||
| * | Remove userbot functionality | Rapptz | 2021-04-04 | 1 | -87/+11 |
| | | | | | | This has a lot of legacy and cruft so there may be some stuff I've missed but this first pass is enough to get a clear separation. | ||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -3/+1 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | Implement StageChannel and related methods | Nadir Chowdhury | 2021-04-03 | 1 | -0/+8 |
| | | |||||
| * | Implement voice region changing for voice channels | Tarek | 2021-04-01 | 1 | -3/+3 |
| | | |||||
| * | Recreate aiohttp.FormData objects during request retries | Rapptz | 2021-03-24 | 1 | -7/+24 |
| | | | | | Fixes #6531 | ||||
| * | Add roles to guild.estimate_pruned_members | z03h | 2021-03-24 | 1 | -1/+4 |
| | | |||||
| * | remove trailing whitespace | Nadir Chowdhury | 2021-03-13 | 1 | -2/+2 |
| | | |||||
| * | Add remaining template endpoints | Nadir Chowdhury | 2021-02-23 | 1 | -0/+22 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | Support setting the preferred locale via Guild.edit | Rapptz | 2021-01-05 | 1 | -1/+1 |
| | | | | | Fix #6267 | ||||
| * | Implement discord.Message.reply | PikalaxALT | 2020-11-26 | 1 | -2/+7 |
| | | |||||
| * | Raise DiscordServerError for 503 Service Unavailable errors | Harmon | 2020-11-21 | 1 | -0/+2 |
| | | |||||
| * | Use delete_message_days instead of delete-message-days | Rapptz | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | Use /invites/ instead of /invite/ | Rapptz | 2020-09-23 | 1 | -2/+2 |
| | | |||||
| * | Add a more concrete exception for 500 status codes. | Rapptz | 2020-09-09 | 1 | -2/+5 |
| | | | | | Fixes #5797 | ||||
| * | Use a subclass rather than monkey-patching for the websocket | jack1142 | 2020-07-25 | 1 | -2/+3 |
| | | |||||
| * | If we're out of retries just raise the OSError | Rapptz | 2020-07-25 | 1 | -3/+2 |
| | | |||||
| * | Handle Connection Reset by Peer connection errors. | Rapptz | 2020-07-25 | 1 | -58/+66 |
| | | | | | | | | | | | | | This should work both on Windows and on Linux. Apparently these types of blips are considered normal for Discord. So rather than letting the reconnect logic handler expect these to be catastrophic, it should handle it specially so it doesn't waste an IDENTIFY for what ultimately should just be a small networking blip. This also makes it less noisy for the end-user as these complaints happen from time to time. | ||||
| * | Fix voice websocket connections | Rapptz | 2020-07-25 | 1 | -1/+9 |
| | | |||||
| * | Rewrite gateway to use aiohttp instead of websockets | Rapptz | 2020-07-25 | 1 | -0/+11 |
| | | |||||
| * | Fix TypeError when not specifying roles. | Tarek | 2020-07-08 | 1 | -2/+4 |
| | | |||||
| * | Allow more methods to set an audit log reason | Nadir Chowdhury | 2020-06-30 | 1 | -6/+6 |
| | | |||||
| * | Add support for integrations | Nadir Chowdhury | 2020-06-28 | 1 | -0/+32 |
| | | |||||
| * | Add support for Discord templates | Nadir Chowdhury | 2020-06-28 | 1 | -0/+11 |
| | | |||||
| * | Fix error raised when using the roles parameter. | Tarek | 2020-06-26 | 1 | -3/+3 |
| | | |||||
| * | Allow editing of channel types for news and text channels | NCPlayz | 2020-05-29 | 1 | -1/+2 |
| | | |||||
| * | Implement some missing attributes of `Guild` (and `Guild.edit`) | NCPlayz | 2020-05-23 | 1 | -1/+2 |
| | | |||||
| * | Prepare for the discord.com domain rename | Rapptz | 2020-05-23 | 1 | -1/+1 |
| | | |||||
| * | Add roles parameter for pruning members. | unknown | 2020-05-03 | 1 | -2/+3 |
| | | |||||
| * | Rename allowed mention parameters to allowed_mentions | Rapptz | 2020-04-04 | 1 | -6/+6 |
| | | |||||
| * | Add support for configuring allowed mentions per message or bot wide. | Rapptz | 2020-04-04 | 1 | -2/+7 |
| | | |||||
| * | Suppress missing Content-Type headers when fetching content | Rapptz | 2020-02-22 | 1 | -2/+7 |
| | | | | | Fixes #2572 | ||||