aboutsummaryrefslogtreecommitdiff
path: root/discord/http.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* Manually format reason parameter for kick and ban.Rapptz2017-08-301-2/+6
* Add webhook support.Rapptz2017-08-211-5/+21
* Add support for Guild.system_channelRapptz2017-08-171-1/+2
* Fix the proxy support for aiohttp>=1.4.PapyrusThePlant2017-08-111-1/+9
* Raise in HTTPClient.request when out of retrieskhazhyk2017-07-221-1/+3
* Retry on 500 in HTTPClient.requestkhazhyk2017-07-221-2/+2
* Implement new-style NSFW channels.Rapptz2017-07-181-1/+1
* Properly quote reason header so non-ASCII works in audit log reasons.Rapptz2017-06-171-1/+2
* Defer logging formatting until the logger is actually called.Rapptz2017-06-091-7/+6
* Support for sending a nonce.Rapptz2017-05-311-2/+7
* Implement an Attachment model.Rapptz2017-05-301-1/+14
* Remove unused functions in HTTPClient.Rapptz2017-05-301-15/+0
* Add support for audit log reasons.Rapptz2017-05-071-58/+69
* Fix NameError in HTTPClient.kickRapptz2017-05-021-1/+1
* Add support for setting and retrieving guild vanity invites.Rapptz2017-04-301-0/+7
* Implement audit logs.Rapptz2017-04-301-4/+23
* Support for API v7 error handling.Rapptz2017-04-151-1/+1
* Add support for multiple file attachments.Rapptz2017-04-081-2/+7
* Use an asyncio.Event instead of an asyncio.Lock for global rate limits.Rapptz2017-04-011-6/+8
* Removing acking on channels.Rapptz2017-03-181-6/+0
* Add underscore to HTTPClient.session to imply privateness.Rapptz2017-03-041-6/+3
* Remove Client.accept_inviteRapptz2017-03-041-3/+0
* Add Messageable.ackRapptz2017-02-281-0/+6
* Add support for message acking.Rapptz2017-02-271-0/+11
* Remove nonce when sending messages.Rapptz2017-02-271-4/+1
* Better group DM support.Rapptz2017-02-091-0/+31
* Removed unused variables in routes.Rapptz2017-02-091-3/+0
* Remove unused constants in HTTPClientRapptz2017-02-081-12/+0
* Only defer the lock if we're pre-emptively rate limiting.Rapptz2017-02-081-1/+1
* Allow removing an embed in Message.editRapptz2017-01-291-10/+2
* Implement User.profile coroutine to get a user's profile.Rapptz2017-01-241-0/+3
* Allow unique invites for Client.create_invite.Rapptz2017-01-211-1/+2