92 Commits (c8b49d37be8c4aabb2d5896708f9dff91ffae368)

Author SHA1 Message Date
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser d58fc0ccee [lint] Remove unused imports 7 years ago
PikalaxALT 0e6082c57d Implement roles kwarg for guild.create_custom_emoji and emoji.edit 7 years ago
Rapptz 4aecdea052 Make TextChannel.create_webhook name parameter mandatory. 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
slice 9fe7776a33
Add support for getting individual ban entries 7 years ago
Rapptz 6782fdd34d Add missing coroutine decorator to HTTPClient.get_attachment 7 years ago
Rapptz da9828c41f Use the proper endpoint for removing your own reaction. 7 years ago
Rapptz 5c5a59c18e Add Client.clear to clear the bot's internal state to a clean slate. 7 years ago
Rapptz f0c53e4519 Fix URI quoting in Route. 8 years ago
Gorialis 6fc2b51dea Quote all Route params 8 years ago
Rapptz 47a58d354d Reimplement zlib streaming. 8 years ago
Rapptz 92a37c2e4f Revert "Implement zlib streaming for the gateway." 8 years ago
Rapptz 462191a08b Implement zlib streaming for the gateway. 8 years ago
Rapptz 065f408a10 Move pre-emptive message to DEBUG log level. 8 years ago
Rapptz 711dfb83ab Allow creating a channel with a category. 8 years ago
Rapptz f86ac47b28 Don't use Bulk Channel Edit endpoint if not actually moving channels. 8 years ago
Harmon 91e2163523 Fix typo in http.create_channel 8 years ago
Rapptz 53b4890435 Add category support. 8 years ago
Rapptz 63bca6604b Manually format reason parameter for kick and ban. 8 years ago
Rapptz 37b0fdb898 Add webhook support. 8 years ago
Rapptz 13c6a0a17a Add support for Guild.system_channel 8 years ago
PapyrusThePlant 0d21e83b7f Fix the proxy support for aiohttp>=1.4. 8 years ago
khazhyk 62cdfbdbcd Raise in HTTPClient.request when out of retries 8 years ago
khazhyk 2850995062 Retry on 500 in HTTPClient.request 8 years ago
Rapptz 6e0902ef57 Implement new-style NSFW channels. 8 years ago
Rapptz 851d4ce22a Properly quote reason header so non-ASCII works in audit log reasons. 8 years ago
Rapptz b06899e7d4 Defer logging formatting until the logger is actually called. 8 years ago
Rapptz 3330a19f35 Support for sending a nonce. 8 years ago
Rapptz 8d3279b291 Implement an Attachment model. 8 years ago
Rapptz d21fb780fd Remove unused functions in HTTPClient. 8 years ago
Rapptz dff6bcc745 Add support for audit log reasons. 8 years ago
Rapptz fac43ad595 Fix NameError in HTTPClient.kick 8 years ago
Rapptz ba2dad2093 Add support for setting and retrieving guild vanity invites. 8 years ago
Rapptz c54a6a927d Implement audit logs. 8 years ago
Rapptz 3983eb3ba5 Support for API v7 error handling. 8 years ago
Rapptz bf2066278e Add support for multiple file attachments. 8 years ago
Rapptz ff95258710 Use an asyncio.Event instead of an asyncio.Lock for global rate limits. 8 years ago
Rapptz 4ffded622a Removing acking on channels. 8 years ago
Rapptz 76e76f2905 Add underscore to HTTPClient.session to imply privateness. 8 years ago
Rapptz aa41101237 Remove Client.accept_invite 8 years ago
Rapptz 8daf411c72 Add Messageable.ack 8 years ago
Rapptz 9a1215e13b Add support for message acking. 8 years ago
Rapptz 751933f068 Remove nonce when sending messages. 8 years ago
Rapptz ca81f0c3fc Better group DM support. 8 years ago
Rapptz 8c581bc5bd Removed unused variables in routes. 8 years ago
Rapptz 0311b407c3 Remove unused constants in HTTPClient 8 years ago
Rapptz f5b455c119 Only defer the lock if we're pre-emptively rate limiting. 8 years ago
Rapptz b27fab09eb Allow removing an embed in Message.edit 8 years ago
Rapptz 02f30f21c4 Implement User.profile coroutine to get a user's profile. 8 years ago