| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Properly quote reason header so non-ASCII works in audit log reasons. | Rapptz | 2017-06-17 | 1 | -1/+2 |
| | | |||||
| * | Defer logging formatting until the logger is actually called. | Rapptz | 2017-06-09 | 1 | -7/+6 |
| | | | | | | This would cause unnecessary format calls even if you didn't have logging enabled. | ||||
| * | Support for sending a nonce. | Rapptz | 2017-05-31 | 1 | -2/+7 |
| | | |||||
| * | Implement an Attachment model. | Rapptz | 2017-05-30 | 1 | -1/+14 |
| | | |||||
| * | Remove unused functions in HTTPClient. | Rapptz | 2017-05-30 | 1 | -15/+0 |
| | | |||||
| * | Add support for audit log reasons. | Rapptz | 2017-05-07 | 1 | -58/+69 |
| | | | | | Most routes now have a 'reason' keyword argument. | ||||
| * | Fix NameError in HTTPClient.kick | Rapptz | 2017-05-02 | 1 | -1/+1 |
| | | |||||
| * | Add support for setting and retrieving guild vanity invites. | Rapptz | 2017-04-30 | 1 | -0/+7 |
| | | |||||
| * | Implement audit logs. | Rapptz | 2017-04-30 | 1 | -4/+23 |
| | | |||||
| * | Support for API v7 error handling. | Rapptz | 2017-04-15 | 1 | -1/+1 |
| | | |||||
| * | Add support for multiple file attachments. | Rapptz | 2017-04-08 | 1 | -2/+7 |
| | | | | | | | | This is a breaking change. No longer does Messageable.send have a filename keyword argument, instead this is all handled through the discord.File model. To upload many files you must specify a list of discord.File objects. | ||||
| * | Use an asyncio.Event instead of an asyncio.Lock for global rate limits. | Rapptz | 2017-04-01 | 1 | -6/+8 |
| | | | | | | | | There were some dead-locking issues that I suspect were due to the way the global rate limit was handled. This changes it into a simple Event that allows multiple coroutines to pass through instead of one by one. | ||||
| * | Removing acking on channels. | Rapptz | 2017-03-18 | 1 | -6/+0 |
| | | |||||
| * | Add underscore to HTTPClient.session to imply privateness. | Rapptz | 2017-03-04 | 1 | -6/+3 |
| | | |||||
| * | Remove Client.accept_invite | Rapptz | 2017-03-04 | 1 | -3/+0 |
| | | |||||
| * | Add Messageable.ack | Rapptz | 2017-02-28 | 1 | -0/+6 |
| | | |||||
| * | Add support for message acking. | Rapptz | 2017-02-27 | 1 | -0/+11 |
| | | |||||
| * | Remove nonce when sending messages. | Rapptz | 2017-02-27 | 1 | -4/+1 |
| | | |||||
| * | Better group DM support. | Rapptz | 2017-02-09 | 1 | -0/+31 |
| | | |||||
| * | Removed unused variables in routes. | Rapptz | 2017-02-09 | 1 | -3/+0 |
| | | |||||
| * | Remove unused constants in HTTPClient | Rapptz | 2017-02-08 | 1 | -12/+0 |
| | | |||||
| * | Only defer the lock if we're pre-emptively rate limiting. | Rapptz | 2017-02-08 | 1 | -1/+1 |
| | | | | | | | If a 429 was already hit somehow then we're no longer pre-emptively rate limiting and we're going to end up having a race condition in the lock/unlock cycle. | ||||
| * | Allow removing an embed in Message.edit | Rapptz | 2017-01-29 | 1 | -10/+2 |
| | | |||||
| * | Implement User.profile coroutine to get a user's profile. | Rapptz | 2017-01-24 | 1 | -0/+3 |
| | | |||||
| * | Allow unique invites for Client.create_invite. | Rapptz | 2017-01-21 | 1 | -1/+2 |
| | | |||||
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | Add support for relationships. | Rapptz | 2017-01-20 | 1 | -0/+23 |
| | | |||||
| * | Remove email/password based login. | Rapptz | 2017-01-19 | 1 | -17/+0 |
| | | |||||
| * | Fix bug with GuildChannel.edit and Role.edit with positions. | Rapptz | 2017-01-16 | 1 | -0/+8 |
| | | | | | I did not update the HTTP code for these two methods. | ||||
| * | Remove _get_guild_id from Messageable ABC. | Rapptz | 2017-01-14 | 1 | -7/+5 |
| | | |||||
| * | Use the improved role creation endpoint for making roles. | Rapptz | 2017-01-13 | 1 | -2/+2 |
| | | |||||
| * | Fix 404s in pins_from and create_role routes. | Rapptz | 2017-01-12 | 1 | -2/+2 |
| | | |||||
| * | Fix NameError inside HTTPClient.edit_member. | Rapptz | 2017-01-09 | 1 | -1/+1 |
| | | |||||
| * | Fix HTTP.application_info 404ing. | Rapptz | 2017-01-09 | 1 | -1/+1 |
| | | |||||
| * | Implement rate limit headers. | Rapptz | 2017-01-09 | 1 | -131/+185 |
| | | |||||
| * | Implement AutoShardedClient for transparent sharding. | Rapptz | 2017-01-07 | 1 | -0/+9 |
| | | | | | | This allows people to run their >2,500 guild bot in a single process without the headaches of IPC/RPC or much difficulty. | ||||
| * | Move message creation to a factory method inside ConnectionState. | Rapptz | 2017-01-03 | 1 | -5/+3 |
| | | |||||
| * | Absolute import some circular dependencies to appease Python 3.4. | Rapptz | 2017-01-03 | 1 | -3/+5 |
| | | |||||
| * | Rename MessageChannel.send_message to send and unify interface. | Rapptz | 2017-01-03 | 1 | -4/+7 |
| | | | | | This removes MessageChannel.upload. | ||||
| * | Make emojis and members stateful. | Rapptz | 2017-01-03 | 1 | -0/+5 |
| | | |||||
| * | Rename Server to Guild everywhere. | Rapptz | 2017-01-03 | 1 | -6/+6 |
| | | |||||
| * | Properly propagate loop. Fixes #420. | Rapptz | 2016-12-21 | 1 | -2/+2 |
| | | |||||
| * | Add missing bucket for endpoints. | Rapptz | 2016-11-17 | 1 | -3/+3 |
| | | |||||
| * | Add support for clearing a message's reactions. | Rapptz | 2016-11-17 | 1 | -0/+4 |
| | | |||||
| * | Add atomic add and remove role endpoints to HTTPClient. | Rapptz | 2016-11-17 | 1 | -0/+8 |
| | | | | | These are currently unused since their use is pretty limited. | ||||
| * | Support message editing with rich embeds. | Rapptz | 2016-11-13 | 1 | -4/+9 |
| | | |||||
| * | Add support for rich embeds. | Rapptz | 2016-11-13 | 1 | -2/+7 |
| | | |||||
| * | Change buckets for reactions. | Rapptz | 2016-11-06 | 1 | -3/+3 |
| | | |||||
| * | Add support for reactions. | khazhyk | 2016-10-27 | 1 | -0/+18 |
| | | | | | | | | | | | | Reactions can be be standard emojis, or custom server emojis. Adds - add/remove_reaction - get_reaction_users - Messages have new field reactions - new events - message_reaction_add, message_reaction_remove - new permission - add_reactions | ||||
| * | Add around parameter to LogsFromIterator. | khazhyk | 2016-10-16 | 1 | -1/+3 |
| | | |||||