| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Mention User.avatar_url change in migration page. | Rapptz | 2017-05-25 | 1 | -0/+4 | |
| | | ||||||
| * | Mention on_member_ban event change. | Rapptz | 2017-05-23 | 1 | -0/+13 | |
| | | ||||||
| * | Working fix for one of the bullet points. | Rapptz | 2017-05-23 | 1 | -1/+1 | |
| | | | | | Thanks Pirate. | |||||
| * | Add ref links to the commands API page. | Rapptz | 2017-05-22 | 1 | -0/+14 | |
| | | ||||||
| * | Use Python3Lexer instead of PythonLexer for pygments. | Rapptz | 2017-05-22 | 4 | -22/+22 | |
| | | ||||||
| * | Warnings are yellow. | Rapptz | 2017-05-20 | 1 | -3/+3 | |
| | | ||||||
| * | Slightly different styling for supported operations. | Rapptz | 2017-05-20 | 1 | -3/+3 | |
| | | ||||||
| * | Make supported operations stand out more than attributes. | Rapptz | 2017-05-20 | 1 | -0/+14 | |
| | | ||||||
| * | Kill remaining references to discord.Channel in documentation. | Rapptz | 2017-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | Update migrating page with new extension information. | Rapptz | 2017-05-19 | 1 | -2/+17 | |
| | | ||||||
| * | Lazy fix for active class when viewport is too small for sidebar. | Rapptz | 2017-05-17 | 1 | -0/+4 | |
| | | ||||||
| * | Add __unload to the special cog method list. | Rapptz | 2017-05-17 | 1 | -0/+3 | |
| | | ||||||
| * | Highlight currently visited section. | Rapptz | 2017-05-16 | 3 | -0/+39 | |
| | | ||||||
| * | Add helpful admonition CSS. | Rapptz | 2017-05-15 | 1 | -0/+18 | |
| | | ||||||
| * | Rename Colour.to_tuple to Colour.to_rgb. | Rapptz | 2017-05-15 | 1 | -0/+5 | |
| | | ||||||
| * | Fix all broken cross references in the migrating page... again. | Rapptz | 2017-05-15 | 2 | -4/+5 | |
| | | ||||||
| * | Remove a bunch of red from the theme. | Rapptz | 2017-05-15 | 1 | -6/+2 | |
| | | ||||||
| * | Make buttons in the sidebar not so sticky looking. | Rapptz | 2017-05-15 | 1 | -0/+1 | |
| | | ||||||
| * | Completely new theme separate from alabaster. | Rapptz | 2017-05-15 | 4 | -32/+481 | |
| | | ||||||
| * | Fix dead links in the migrating page. | Rapptz | 2017-05-14 | 1 | -3/+3 | |
| | | ||||||
| * | Add note about upgraded dependencies in the migrating page. | Rapptz | 2017-05-14 | 1 | -0/+29 | |
| | | ||||||
| * | Fix FAQ using string for IDs. | Rapptz | 2017-05-14 | 1 | -1/+1 | |
| | | ||||||
| * | Fix some broken cross references in the migrating page. | Rapptz | 2017-05-13 | 1 | -20/+16 | |
| | | ||||||
| * | Add warning about sharing tokens. | Rapptz | 2017-05-13 | 1 | -0/+9 | |
| | | ||||||
| * | Be more consistent with period placements. | Rapptz | 2017-05-12 | 1 | -19/+19 | |
| | | ||||||
| * | Make images in the discord intro have consistent dimensions. | Rapptz | 2017-05-12 | 13 | -16/+14 | |
| | | ||||||
| * | Remove ugly background in the FAQ page. | Rapptz | 2017-05-12 | 1 | -0/+9 | |
| | | ||||||
| * | Rename image file to lower case png. | Rapptz | 2017-05-12 | 2 | -1/+1 | |
| | | | | | | Apparently Windows likes to make it PNG and not png which is quite odd really. | |||||
| * | Fix some left over incorrect snippets. | Rapptz | 2017-05-12 | 1 | -2/+2 | |
| | | ||||||
| * | Fix dead cross-reference links in the migrating page. | Rapptz | 2017-05-12 | 1 | -4/+4 | |
| | | ||||||
| * | Hide the title in the index. | Rapptz | 2017-05-12 | 2 | -2/+7 | |
| | | ||||||
| * | First pass at documentation reform. | Rapptz | 2017-05-12 | 20 | -470/+2156 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||