| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Missing Voice Regions | Mippy (William) | 2017-11-12 | 1 | -0/+9 |
| | | |||||
| * | Fix header size warnings. | Rapptz | 2017-09-21 | 1 | -1/+1 |
| | | |||||
| * | Add category support. | Rapptz | 2017-09-13 | 1 | -0/+7 |
| | | | | | | | | | | | | | | 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 | ||||
| * | Fix on_guild_join param doc | Steve C | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | Add webhook support. | Rapptz | 2017-08-21 | 1 | -1/+23 |
| | | | | | | | | Allows for usage of either `requests` and `aiohttp` when used in "Standalone" mode. Fixes #704 | ||||
| * | Add support for Guild.system_channel | Rapptz | 2017-08-17 | 1 | -0/+10 |
| | | |||||
| * | Add documentation examples for AsyncIterator and change_presence. | Gorialis | 2017-08-08 | 1 | -0/+27 |
| | | |||||
| * | Add operation documentation for VerificationLevel, ContentFilter | Gorialis | 2017-08-02 | 1 | -0/+42 |
| | | |||||
| * | Fix AsyncIterator documentation to properly show coroutines. | Rapptz | 2017-07-29 | 1 | -4/+6 |
| | | |||||
| * | Hide constructor for objects that shouldn't be created by users. | Rapptz | 2017-07-05 | 1 | -19/+19 |
| | | |||||
| * | Rename AsyncIterator.get to next to prevent shadowing. | Rapptz | 2017-07-04 | 1 | -1/+14 |
| | | |||||
| * | Add support for user flags in Profile. | Rapptz | 2017-06-30 | 1 | -0/+12 |
| | | |||||
| * | Implement "partial" message events. | Rapptz | 2017-06-09 | 1 | -1/+70 |
| | | | | | | These are events that get triggered regardless of the state of the message cache. Useful for getting data from before the bot was booted. | ||||
| * | Fix typing/history showing up twice in the documentation. | Rapptz | 2017-06-03 | 1 | -6/+6 |
| | | |||||
| * | Implement an Attachment model. | Rapptz | 2017-05-30 | 1 | -0/+6 |
| | | |||||
| * | Rename verification level to extreme due to demand. | Rapptz | 2017-05-27 | 1 | -2/+2 |
| | | |||||
| * | Add highest verification level. | Rapptz | 2017-05-27 | 1 | -0/+7 |
| | | |||||
| * | Kill remaining references to discord.Channel in documentation. | Rapptz | 2017-05-19 | 1 | -1/+1 |
| | | |||||
| * | First pass at documentation reform. | Rapptz | 2017-05-12 | 1 | -143/+270 |
| | | |||||
| * | 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. | ||||
| * | Make AuditLogDiff.roles an empty list instead of None. | Rapptz | 2017-05-07 | 1 | -1/+1 |
| | | |||||
| * | Audit log role add and removes are lists, not single item. | Rapptz | 2017-05-06 | 1 | -4/+4 |
| | | | | | Breaking change. role -> roles and it's now a list. | ||||
| * | Add support for message delete audit log action type. | Rapptz | 2017-05-04 | 1 | -0/+15 |
| | | |||||
| * | Add support for setting and retrieving guild vanity invites. | Rapptz | 2017-04-30 | 1 | -0/+2 |
| | | |||||
| * | Changed audit_log to audit_logs in documentation | Twentysix | 2017-04-30 | 1 | -1/+1 |
| | | |||||
| * | Implement audit logs. | Rapptz | 2017-04-30 | 1 | -0/+685 |
| | | |||||
| * | Add PCMVolumeTransformer to augment volume of a PCM stream. | Rapptz | 2017-04-19 | 1 | -0/+3 |
| | | | | | | | This also introduces the idea of replacing the VoiceClient.source on the fly. Note that this internally pauses and resumes the audio stream. | ||||
| * | Re-implement voice sending. | Rapptz | 2017-04-18 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | This is a complete redesign of the old voice code. A list of major changes is as follows: * The voice websocket will now automatically reconnect with exponential back-off just like the regular Client does. * Removal of the stream player concept. * Audio now gracefully pauses and resumes when a disconnect is found. * Introduce a discord.AudioSource concept to abstract streams * Flatten previous stream player functionality with the VoiceClient, e.g. player.stop() is now voice_client.stop() * With the above re-coupling this means you no longer have to store players anywhere. * The after function now requires a single parameter, the error, if any existed. This will typically be None. A lot of this design is experimental. | ||||
| * | Add Guild.explicit_content_filter. | Rapptz | 2017-04-12 | 1 | -0/+16 |
| | | |||||
| * | Add support for multiple file attachments. | Rapptz | 2017-04-08 | 1 | -0/+6 |
| | | | | | | | | 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. | ||||
| * | Implement utilities for AsyncIterator. | Rapptz | 2017-02-11 | 1 | -8/+76 |
| | | | | | Closes #473. | ||||
| * | Implement User.profile coroutine to get a user's profile. | Rapptz | 2017-01-24 | 1 | -0/+29 |
| | | |||||
| * | Add option to disable auto member chunking. | Rapptz | 2017-01-23 | 1 | -0/+14 |
| | | |||||
| * | Add support for relationships. | Rapptz | 2017-01-20 | 1 | -0/+39 |
| | | |||||
| * | Make ClientUser separate from a regular User. | Rapptz | 2017-01-19 | 1 | -0/+7 |
| | | | | | This removes Client.edit_profile in favour of ClientUser.edit. | ||||
| * | Show inherited members in the docs for User and Member. | Rapptz | 2017-01-13 | 1 | -0/+2 |
| | | |||||
| * | Rename NoMoreMessages to NoMoreItems. | Rapptz | 2017-01-11 | 1 | -0/+2 |
| | | |||||
| * | Simple parser for CHANNEL_PINS_UPDATE | Ian Salmons | 2017-01-09 | 1 | -0/+8 |
| | | |||||
| * | Implement AutoShardedClient for transparent sharding. | Rapptz | 2017-01-07 | 1 | -0/+3 |
| | | | | | | This allows people to run their >2,500 guild bot in a single process without the headaches of IPC/RPC or much difficulty. | ||||
| * | Fix documentation to work. | Rapptz | 2017-01-03 | 1 | -6/+24 |
| | | |||||
| * | Rename Server to Guild everywhere. | Rapptz | 2017-01-03 | 1 | -51/+51 |
| | | |||||
| * | Support MESSAGE_REACTION_REMOVE_ALL event. | Rapptz | 2016-11-21 | 1 | -0/+9 |
| | | |||||
| * | Add support for rich embeds. | Rapptz | 2016-11-13 | 1 | -0/+6 |
| | | |||||
| * | 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 | ||||
| * | 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. | ||||
| * | 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 |
| | | |||||