aboutsummaryrefslogtreecommitdiff
path: root/discord/http.py
Commit message (Expand)AuthorAgeFilesLines
* Allow unique invites for Client.create_invite.Rapptz2017-01-211-1/+2
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Add support for relationships.Rapptz2017-01-201-0/+23
* Remove email/password based login.Rapptz2017-01-191-17/+0
* Fix bug with GuildChannel.edit and Role.edit with positions.Rapptz2017-01-161-0/+8
* Remove _get_guild_id from Messageable ABC.Rapptz2017-01-141-7/+5
* Use the improved role creation endpoint for making roles.Rapptz2017-01-131-2/+2
* Fix 404s in pins_from and create_role routes.Rapptz2017-01-121-2/+2
* Fix NameError inside HTTPClient.edit_member.Rapptz2017-01-091-1/+1
* Fix HTTP.application_info 404ing.Rapptz2017-01-091-1/+1
* Implement rate limit headers.Rapptz2017-01-091-131/+185
* Implement AutoShardedClient for transparent sharding.Rapptz2017-01-071-0/+9
* Move message creation to a factory method inside ConnectionState.Rapptz2017-01-031-5/+3
* Absolute import some circular dependencies to appease Python 3.4.Rapptz2017-01-031-3/+5
* Rename MessageChannel.send_message to send and unify interface.Rapptz2017-01-031-4/+7
* Make emojis and members stateful.Rapptz2017-01-031-0/+5
* Rename Server to Guild everywhere.Rapptz2017-01-031-6/+6
* 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