aboutsummaryrefslogtreecommitdiff
path: root/discord/http.py
Commit message (Expand)AuthorAgeFilesLines
* Use an asyncio.Event instead of an asyncio.Lock for global rate limits.Rapptz2017-04-081-6/+8
* Remove nonce when sending messages.Rapptz2017-02-271-4/+1
* Removed unused variables in routes.Rapptz2017-02-091-1/+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 unique invites to be created in Client.create_invite.Rapptz2017-01-211-1/+2
* Fix bug with Client.move_channel and Client.move_role.v0.16.4Rapptz2017-01-161-2/+8
* Fix 404s with Client.pins_from and Client.create_role.v0.16.3Rapptz2017-01-121-2/+2
* Fix HTTPClient errors from the backport.v0.16.2Rapptz2017-01-091-2/+2
* Backport rate limit header implementation from rewrite.Rapptz2017-01-091-133/+204
* Properly propagate loop. Fixes #420.Rapptz2016-12-211-2/+2
* Add missing bucket for endpoints.Rapptz2016-11-171-3/+3
* Add support for clearing a message's reactions.Rapptz2016-11-171-0/+4
* Add atomic add and remove role endpoints to HTTPClient.Rapptz2016-11-171-0/+8
* Support message editing with rich embeds.Rapptz2016-11-131-4/+9
* Add support for rich embeds.Rapptz2016-11-131-2/+7
* Change buckets for reactions.Rapptz2016-11-061-3/+3
* Add support for reactions.khazhyk2016-10-271-0/+18
* Add around parameter to LogsFromIterator.khazhyk2016-10-161-1/+3
* Add the ability to add, delete, and edit custom emoji.Rapptz2016-09-261-0/+22
* Add Client.get_user_info to retrieve a User from ID.Rapptz2016-09-251-0/+3
* Add functions to query and actually prune members from a server.Rapptz2016-07-291-0/+14
* Begin working on gateway v6 changes.Rapptz2016-07-131-2/+2
* Fix bug with Client.server_voice_state not deafening.Rapptz2016-06-221-5/+8
* Support for v5 Gateway.Rapptz2016-06-221-1/+1
* Add support for message pinning.Rapptz2016-06-181-0/+12
* Fix HTTPClient.recreate to actually work.Rapptz2016-06-181-1/+1
* Don't assume that any shared fields are optional in Client.edit_channel.Rapptz2016-06-151-1/+1
* Make logging for HTTP requests more useful.Rapptz2016-06-151-5/+4
* Add Client.get_messageRapptz2016-06-151-0/+3
* Add a way to set permission overwrites when creating a channel.Rapptz2016-06-141-1/+4
* Fix bucket for change_nickname.Rapptz2016-06-141-1/+1
* Fix exception when handling login failureHornwitser2016-06-141-2/+2
* Fix bug with uploading file-like objects.Rapptz2016-06-121-2/+1
* Rewrite HTTP handling significantly.Rapptz2016-06-121-0/+484