aboutsummaryrefslogtreecommitdiff
path: root/discord/http.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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