aboutsummaryrefslogtreecommitdiff
path: root/discord/http.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for integrationsNadir Chowdhury2020-06-281-0/+32
* Add support for Discord templatesNadir Chowdhury2020-06-281-0/+11
* Fix error raised when using the roles parameter.Tarek2020-06-261-3/+3
* Allow editing of channel types for news and text channelsNCPlayz2020-05-291-1/+2
* Implement some missing attributes of `Guild` (and `Guild.edit`)NCPlayz2020-05-231-1/+2
* Prepare for the discord.com domain renameRapptz2020-05-231-1/+1
* Add roles parameter for pruning members.unknown2020-05-031-2/+3
* Rename allowed mention parameters to allowed_mentionsRapptz2020-04-041-6/+6
* Add support for configuring allowed mentions per message or bot wide.Rapptz2020-04-041-2/+7
* Suppress missing Content-Type headers when fetching contentRapptz2020-02-221-2/+7
* Better detection for Cloudflare related 429s.Rapptz2020-02-011-1/+1
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Add support for clearing a specific reaction.Rapptz2020-01-171-1/+6
* Implement discord.MessageFlagsNCPlayz2019-12-201-6/+4
* Fix one more remaining loop passing for 3.8 in a LockRapptz2019-11-201-1/+1
* Fix all deprecation warnings for 3.8Rapptz2019-11-201-5/+5
* Implement `TextChannel.follow()`NCPlayz2019-11-151-0/+6
* Use X-Ratelimit-Reset-After header by default.Rapptz2019-08-271-2/+3
* Fix bucket key to not have the method in there.Rapptz2019-08-271-1/+1
* Use new rate limit millisecond precision option.Rapptz2019-08-271-9/+6
* Add support for suppressing embeds.Rapptz2019-06-291-0/+6
* Implement `Guild.fetch_roles`NCPlayz2019-06-291-0/+3
* Implement `Guild.fetch_members`NCPlayz2019-06-291-0/+10
* Implementing GET '/channels/:id' & '/guilds/:id/channels'NCPlayz2019-06-071-0/+7
* Add support for system channel flagsRapptz2019-06-061-1/+2
* Properly handle compute_prune_count in prune members endpoint.Rapptz2019-05-301-1/+1
* Add reason to TextChannel.create_webhookRapptz2019-04-181-2/+3
* Internal consistency with message related HTTPClient methodsRapptz2019-04-141-7/+7
* Add compute_prune_count to Guild.prune_membersRapptz2019-04-141-2/+3
* allow passing 0 for logs_from parameterskhazhyk2019-04-071-3/+3
* Add fetch custom emoji, all custom emojis; Add user property to EmojiNCPlayz2019-04-061-0/+6
* Redesign asset retrieval in the library.NCPlayz2019-04-061-4/+4
* Propagate Cloudflare 429 HTML text.Rapptz2019-03-311-0/+4
* Added functionality to edit user settingsCapnS2019-03-281-0/+3
* Double underscore HTTPClient's internal session.Rapptz2019-03-241-8/+8
* Add support for guild widgetNCPlayz2019-03-191-0/+3
* Expose MetadataNCPlayz2019-03-191-0/+18
* Take back ownership of files from aiohttp for retrying requests.Rapptz2019-03-181-6/+10
* Add support for guild bannersSnowyLuma2019-03-091-1/+1
* Add support for guild descriptionsTarek13372019-03-081-1/+1
* Prevent AttributeError when closing HTTPClient early.Rapptz2019-03-021-1/+2
* Prepare fix for aiohttp 4.0 breaking change with session creation.Rapptz2019-02-271-1/+3
* Expose more information from partial invites, along with counts.Rapptz2019-02-121-2/+5
* Use non-deprecated method of acquiring lockToby Harradine2019-02-061-1/+1
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Allow additional parameters on channel creationTyler2019-01-281-7/+6
* Log rate limit hits into WARNING instead of INFO.Rapptz2018-12-271-2/+2
* Add support for explicit_content_filter in Guild.editRapptz2018-12-171-2/+3
* Added User.mutual_friends()CapnS2018-12-141-0/+3
* Add support for default notification level in audit logs and Guild.editRapptz2018-11-251-1/+1