| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Guild.default_notifications | Chris | 2018-11-24 | 1 | -1/+5 |
| | | |||||
| * | add support for Bug Hunter and Early Supporter flags | bmintz | 2018-11-24 | 1 | -0/+2 |
| | | |||||
| * | Added hypesquad house functionality | mental | 2018-08-22 | 1 | -1/+8 |
| | | |||||
| * | Adds missing voice regions. | MaximusPX | 2018-08-22 | 1 | -0/+2 |
| | | |||||
| * | Split Game object to separate Activity subtypes for Rich Presences. | Rapptz | 2018-03-05 | 1 | -1/+10 |
| | | | | | | | | | | | | This is a massive breaking change. * All references to "game" have been renamed to "activity" * Activity objects contain a majority of the rich presence information * Game and Streaming are subtypes for memory optimisation purposes for the more common cases. * Introduce a more specialised read-only type, Spotify, for the official Spotify integration to make it easier to use. | ||||
| * | Missing Voice Regions | Mippy (William) | 2017-11-12 | 1 | -0/+2 |
| | | |||||
| * | Add category support. | Rapptz | 2017-09-13 | 1 | -4/+5 |
| | | | | | | | | | | | | | | This adds: * CategoryChannel, which represents a category * Guild.by_category() which traverses the channels grouping by category * Guild.categories to get a list of categories * abc.GuildChannel.category to get the category a channel belongs to * sync_permissions keyword argument to abc.GuildChannel.edit to sync permissions with a pre-existing or new category * category keyword argument to abc.GuildChannel.edit to move a channel to a category | ||||
| * | Change VerificationLevel, ContentFilter to be IntEnums | Gorialis | 2017-08-02 | 1 | -3/+3 |
| | | |||||
| * | Add support for user flags in Profile. | Rapptz | 2017-06-30 | 1 | -1/+6 |
| | | |||||
| * | Rename verification level to extreme due to demand. | Rapptz | 2017-05-27 | 1 | -1/+1 |
| | | |||||
| * | Add highest verification level. | Rapptz | 2017-05-27 | 1 | -5/+7 |
| | | |||||
| * | Rename GuildRegion to VoiceRegion. | Rapptz | 2017-05-09 | 1 | -2/+2 |
| | | | | | | This naming makes more sense since voice regions are not a guild exclusive concept. | ||||
| * | Add support for message delete audit log action type. | Rapptz | 2017-05-04 | 1 | -1/+4 |
| | | |||||
| * | Implement audit logs. | Rapptz | 2017-04-30 | 1 | -1/+86 |
| | | |||||
| * | Support for new member message types. | Rapptz | 2017-04-21 | 1 | -0/+1 |
| | | |||||
| * | Export missing enums. | Rapptz | 2017-04-12 | 1 | -0/+3 |
| | | |||||
| * | Add Guild.explicit_content_filter. | Rapptz | 2017-04-12 | 1 | -0/+8 |
| | | |||||
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | Add support for relationships. | Rapptz | 2017-01-20 | 1 | -0/+6 |
| | | |||||
| * | Use CDN URL for default avatars. | Rapptz | 2017-01-09 | 1 | -12/+6 |
| | | |||||
| * | Rename Server to Guild everywhere. | Rapptz | 2017-01-03 | 1 | -1/+1 |
| | | |||||
| * | Add support for "Do Not Disturb" and "Invisible" statuses. | Rapptz | 2016-09-26 | 1 | -0/+3 |
| | | | | | | This deprecates Client.change_status in favour of the newer and more correct Client.change_presence. | ||||
| * | Add support for server verification levels. | Rapptz | 2016-09-12 | 1 | -0/+10 |
| | | | | | | | 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. | ||||
| * | Support for pinned system messages. | Rapptz | 2016-09-12 | 1 | -0/+1 |
| | | |||||
| * | Add new EU Central and EU West server regions. | Rapptz | 2016-09-09 | 1 | -0/+2 |
| | | |||||
| * | Add remaining server regions to the enum. | Rapptz | 2016-07-14 | 1 | -9/+13 |
| | | |||||
| * | Add support for different message types and call message. | Rapptz | 2016-07-13 | 1 | -0/+8 |
| | | |||||
| * | Handle CHANNEL_UPDATE for group direct messages. | Rapptz | 2016-07-13 | 1 | -0/+10 |
| | | |||||
| * | Begin working on gateway v6 changes. | Rapptz | 2016-07-13 | 1 | -3/+5 |
| | | | | | | The first batch of changes are related to channel types and group direct messages. Support these first so READY begins parsing. | ||||
| * | Add default avatar property to User. | Khazhismel Kumykov | 2016-03-31 | 1 | -0/+17 |
| | | |||||
| * | Add new US Central and US South voice regions. | Rapptz | 2016-02-04 | 1 | -0/+2 |
| | | |||||
| * | Update license of files to 2016. | Rapptz | 2016-01-04 | 1 | -1/+1 |
| | | |||||
| * | Add enumerators instead of strings. | Rapptz | 2015-12-04 | 1 | -0/+54 |
| Changes channel type, status and server region into 3.4 enums. | |||||