| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ChannelType.category enum value. | Rapptz | 2017-11-28 | 1 | -0/+4 |
| | | |||||
| * | ran faq through a spelling and grammar checker | Sleepy Flower Girl | 2017-10-03 | 2 | -2/+2 |
| | | |||||
| * | Hide constructor for objects that shouldn't be created by users. | Datmellow | 2017-07-05 | 1 | -13/+13 |
| | | |||||
| * | Version bump to v0.16.6v0.16.6 | Rapptz | 2017-02-14 | 1 | -0/+14 |
| | | |||||
| * | Version bump to v0.16.1v0.16.1 | Rapptz | 2017-01-09 | 1 | -0/+16 |
| | | |||||
| * | Version bump to v0.16.0.v0.16.0 | Rapptz | 2016-12-19 | 1 | -0/+25 |
| | | |||||
| * | Make FAQ use change_presence instead of change_status. | Rapptz | 2016-11-30 | 1 | -4/+4 |
| | | |||||
| * | Version bump to v0.15.1v0.15.1 | Rapptz | 2016-11-30 | 1 | -0/+7 |
| | | |||||
| * | Version bump to v0.15.0v0.15.0 | Rapptz | 2016-11-22 | 1 | -1/+23 |
| | | |||||
| * | Support MESSAGE_REACTION_REMOVE_ALL event. | Rapptz | 2016-11-21 | 1 | -0/+9 |
| | | |||||
| * | Add FAQ entry about reactions | leovoel | 2016-11-14 | 1 | -0/+17 |
| | | |||||
| * | Add support for rich embeds. | Rapptz | 2016-11-13 | 1 | -0/+6 |
| | | |||||
| * | Version bump to v0.14.3v0.14.3 | Rapptz | 2016-11-06 | 1 | -0/+11 |
| | | |||||
| * | Version bump to v0.14.2v0.14.2 | Rapptz | 2016-11-04 | 1 | -0/+16 |
| | | |||||
| * | Fix Reaction not importing.v0.14.1 | Rapptz | 2016-11-03 | 1 | -0/+11 |
| | | | | | Also bump version to v0.14.1 | ||||
| * | Forgot the v0.14.0 heading in the docs. | Rapptz | 2016-11-03 | 1 | -0/+3 |
| | | |||||
| * | Version bump to v0.14.0v0.14.0 | Rapptz | 2016-11-03 | 1 | -0/+24 |
| | | |||||
| * | Change reaction events signature and name. | Rapptz | 2016-11-03 | 1 | -5/+17 |
| | | | | | | | | | | This changes the event signature to be (reaction, user) instead of (message, reaction, user) since the reaction data class already has the message being reacted to as a member. The name was shortened from on_message_reaction_ to on_reaction_ since the message prefix was deemed redundant. | ||||
| * | Add support for reactions. | khazhyk | 2016-10-27 | 1 | -0/+20 |
| | | | | | | | | | | | | 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 | ||||
| * | Version bump to v0.13.0v0.13.0 | Rapptz | 2016-09-26 | 1 | -0/+36 |
| | | |||||
| * | Add support for "Do Not Disturb" and "Invisible" statuses. | Rapptz | 2016-09-26 | 1 | -0/+11 |
| | | | | | | This deprecates Client.change_status in favour of the newer and more correct Client.change_presence. | ||||
| * | Update What's New page with v0.12.0 changes. | Rapptz | 2016-09-25 | 1 | -0/+56 |
| | | |||||
| * | Fix 404'd FAQ links. | Rapptz | 2016-09-25 | 1 | -2/+2 |
| | | |||||
| * | Add support for server verification levels. | Rapptz | 2016-09-12 | 1 | -0/+24 |
| | | | | | | | This adds a new enum named VerificationLevel to denote said verification level. This enum will also be used in the Client.edit_server calls instead of the undocumented int parameter. | ||||
| * | Document new MessageType.pins_add | Rapptz | 2016-09-12 | 1 | -0/+3 |
| | | |||||
| * | Add new EU Central and EU West server regions. | Rapptz | 2016-09-09 | 1 | -0/+9 |
| | | |||||
| * | Explain cases where the on_message_edit event can be triggered. | Rapptz | 2016-08-14 | 1 | -5/+21 |
| | | |||||
| * | Document the new emoji stuff. | Rapptz | 2016-08-01 | 1 | -1/+14 |
| | | |||||
| * | Version bump to v0.11.0v0.11.0 | Rapptz | 2016-07-30 | 1 | -0/+50 |
| | | |||||
| * | Document VoiceState class. | Rapptz | 2016-07-24 | 1 | -0/+6 |
| | | |||||
| * | Add AppInfo.owner attribute. | Rapptz | 2016-07-21 | 1 | -0/+4 |
| | | |||||
| * | Add support for querying information about group calls. | Rapptz | 2016-07-15 | 1 | -0/+6 |
| | | |||||
| * | Handle adding and removal of group members. | Rapptz | 2016-07-15 | 1 | -0/+9 |
| | | |||||
| * | Add remaining server regions to the enum. | Rapptz | 2016-07-14 | 1 | -0/+13 |
| | | |||||
| * | Add support for different message types and call message. | Rapptz | 2016-07-13 | 1 | -0/+33 |
| | | |||||
| * | Begin working on gateway v6 changes. | Rapptz | 2016-07-13 | 1 | -0/+6 |
| | | | | | | The first batch of changes are related to channel types and group direct messages. Support these first so READY begins parsing. | ||||
| * | Change max_length to max_messages | PC | 2016-06-28 | 1 | -1/+1 |
| | | |||||
| * | Update whats new page a little bit to say the changelog is too big. | Rapptz | 2016-06-27 | 1 | -2/+4 |
| | | |||||
| * | Add FAQ entry for `after` being called right away. | Rapptz | 2016-06-20 | 1 | -0/+21 |
| | | |||||
| * | Add discord.PermissionOverwrite type for channel-specific overwrites. | Rapptz | 2016-06-14 | 1 | -0/+6 |
| | | |||||
| * | Add Client.application_info to retrieve the current app info. | Rapptz | 2016-06-10 | 1 | -1/+25 |
| | | | | | Fixes #241. | ||||
| * | Clarify `on_ready` triggering more than twice. | Rapptz | 2016-06-10 | 1 | -0/+3 |
| | | | | | | | On that note, fix the background_task example to use `Client.run` instead of manual loop management. That way the task will be cleaned up and cancelled inside `Client.run`. | ||||
| * | Fix some typos in the FAQ page. | Rapptz | 2016-06-07 | 1 | -2/+2 |
| | | |||||
| * | Add FAQ section to the documentation. | Rapptz | 2016-06-07 | 2 | -0/+271 |
| | | |||||
| * | Add Role.server attribute. | Rapptz | 2016-06-01 | 1 | -3/+4 |
| | | | | | This breaks events that expected a server parameter for the role events. | ||||
| * | Add RESUME support. | Rapptz | 2016-06-01 | 1 | -0/+4 |
| | | |||||
| * | Begin working on gateway v4 support. | Rapptz | 2016-04-27 | 1 | -0/+2 |
| | | | | | | | Bump websockets requirement to v3.1 Should be squashed... | ||||
| * | Typo fix | Matt Gardner | 2016-04-15 | 1 | -1/+1 |
| | | | | | | Changed spelling of optinal to the correct spelling of optional in docs\logging.rst | ||||
| * | Add utility function for generating OAuth2 urls. | Rapptz | 2016-04-08 | 1 | -0/+2 |
| | | |||||
| * | Change all email/password pair examples to use token. | Rapptz | 2016-04-08 | 1 | -3/+3 |
| | | |||||