aboutsummaryrefslogtreecommitdiff
path: root/discord/http.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [lint] Fix import orderHornwitser2018-11-241-4/+5
* [lint] Remove redundant paranthesisHornwitser2018-11-241-1/+1
* [lint] Rename exception variables to excHornwitser2018-11-241-7/+7
* [lint] Remove redundant exception variablesHornwitser2018-11-241-1/+1
* Add support for Discord's slow mode.Rapptz2018-09-141-1/+2
* Added hypesquad house functionalitymental2018-08-221-0/+7
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-11/+8
* [lint] Remove unused importsHornwitser2018-08-221-1/+0
* Implement roles kwarg for guild.create_custom_emoji and emoji.editPikalaxALT2018-08-221-4/+6
* Make TextChannel.create_webhook name parameter mandatory.Rapptz2018-07-201-4/+4
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-38/+25
* Add support for getting individual ban entriesslice2018-05-071-0/+3
* Add missing coroutine decorator to HTTPClient.get_attachmentRapptz2018-02-261-0/+1
* Use the proper endpoint for removing your own reaction.Rapptz2017-12-211-0/+5
* Add Client.clear to clear the bot's internal state to a clean slate.Rapptz2017-12-161-0/+4
* Fix URI quoting in Route.Rapptz2017-10-241-1/+1
* Quote all Route paramsGorialis2017-10-201-1/+1
* Reimplement zlib streaming.Rapptz2017-10-141-4/+12
* Revert "Implement zlib streaming for the gateway."Rapptz2017-10-141-12/+4
* Implement zlib streaming for the gateway.Rapptz2017-10-121-4/+12
* Move pre-emptive message to DEBUG log level.Rapptz2017-10-011-1/+1
* Allow creating a channel with a category.Rapptz2017-09-291-1/+4
* Don't use Bulk Channel Edit endpoint if not actually moving channels.Rapptz2017-09-241-1/+1
* Fix typo in http.create_channelHarmon2017-09-131-2/+2
* Add category support.Rapptz2017-09-131-3/+3