| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes and improvements for v1.3 documentation | Harmon | 2020-01-22 | 1 | -0/+3 |
| | | | | | | | | | | * Add missing versionadded strings for v1.3 * Add missing versionchanged string for Message.edit * Consistently use versionadded for attributes * Consistently use versionchanged for parameters * Use versionchanged for Bot.is_owner * Fix references in v1.3 changelog * Improve grammar in v1.3 changelog | ||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | Add Profile.system and Profile.team_user to query newer flags | Rapptz | 2019-12-21 | 1 | -0/+8 |
| | | |||||
| * | Add User.system and MessageFlags.urgent | Rapptz | 2019-12-21 | 1 | -1/+6 |
| | | |||||
| * | Return 'username' instead of 'name' | Merlintor | 2019-12-05 | 1 | -1/+1 |
| | | |||||
| * | Adjust BASE urls to have no trailing slash (consistency) | Devon R | 2019-11-15 | 1 | -1/+1 |
| | | |||||
| * | Return invites as https, various URL normalization | Devon R | 2019-11-15 | 1 | -1/+1 |
| | | |||||
| * | Added Optional to ClientUser.premium_type type hint | Willy | 2019-11-15 | 1 | -1/+1 |
| | | |||||
| * | Disambiguate and normalize documentation for non-bot only methods | Tyler | 2019-08-11 | 1 | -15/+15 |
| | | |||||
| * | Fix: another capitalization issue in docstring | Reece Dunham | 2019-07-18 | 1 | -1/+1 |
| | | |||||
| * | Fix return type docstring for BaseUser.default_avatar | Steve C | 2019-07-18 | 1 | -1/+1 |
| | | |||||
| * | Different method of upgrading user instances | Rapptz | 2019-07-10 | 1 | -0/+9 |
| | | |||||
| * | Properly populate __slots__ for derived user types. | Rapptz | 2019-07-09 | 1 | -2/+3 |
| | | | | | Fixes #2265 | ||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -26/+33 |
| | | |||||
| * | Fix stray colon in Asset related docstrings | Rapptz | 2019-06-04 | 1 | -2/+2 |
| | | |||||
| * | Add support for animated guild icons. | Rapptz | 2019-06-04 | 1 | -1/+1 |
| | | |||||
| * | Fix wording in documentation for ClientUser.locale | Harmon | 2019-05-21 | 1 | -1/+1 |
| | | |||||
| * | Correct the documentation for methods and properties that return Assets | Vexs | 2019-05-14 | 1 | -6/+6 |
| | | |||||
| * | Fix USER_UPDATE changes not triggering for member instances. | Rapptz | 2019-04-28 | 1 | -13/+23 |
| | | | | | Also add a ClientUser.locale attribute. | ||||
| * | Improve performance of value -> enum by about 5x. | Rapptz | 2019-04-15 | 1 | -1/+1 |
| | | |||||
| * | Add notes to all relationship endpoints that they don't work on bots. | Rapptz | 2019-04-14 | 1 | -10/+74 |
| | | |||||
| * | Fix copy paste error in ClientUser.edit_settings | Rapptz | 2019-04-06 | 1 | -2/+2 |
| | | |||||
| * | Redesign asset retrieval in the library. | NCPlayz | 2019-04-06 | 1 | -27/+7 |
| | | | | | | | | | | | | Most assets now return a new class named `Asset`. This allows for the assets to be consistently saved via a `save` method instead of special casing for `Attachment`. `AppInfo` is no longer a namedtuple it is a fully documented dataclass, as well as having the state attached to it. Fixes #1997 | ||||
| * | Added functionality to edit user settings | CapnS | 2019-03-28 | 1 | -0/+107 |
| | | | | | | | | | | | | | Changing docs to fit other parts of the lib Co-Authored-By: CapnS <[email protected]> Removing Type Checking Made all of Rapptz's suggested changes Removing imports that are no longer needed | ||||
| * | Organise documentation | NCPlayz | 2019-03-19 | 1 | -27/+27 |
| | | |||||
| * | Add PremiumType enumeration and ClientUser.premium_type | Liam H | 2019-02-12 | 1 | -2/+5 |
| | | |||||
| * | Added User.mutual_friends() | CapnS | 2018-12-14 | 1 | -0/+21 |
| | | |||||
| * | add support for Bug Hunter and Early Supporter flags | bmintz | 2018-11-24 | 1 | -4/+12 |
| | | |||||
| * | [lint] Fix import order | Hornwitser | 2018-11-24 | 1 | -4/+3 |
| | | | | | | Reorder imports to be consistenly grouped by standard library, third party library, and local modules in that order thoughout the library. | ||||
| * | Revert "Rework documentation to not duplicate inherited members." | Rapptz | 2018-10-11 | 1 | -4/+0 |
| | | | | | This reverts commit 96981210b3415e15446db0b702b07fef25c8b680. | ||||
| * | Rework documentation to not duplicate inherited members. | Rapptz | 2018-10-03 | 1 | -0/+4 |
| | | | | | This will probably be reverted in 1 week. | ||||
| * | Optimise some member and user related routines. | Rapptz | 2018-09-24 | 1 | -0/+13 |
| | | | | | | | | * Skip user update if possible * Drop copy.copy in favour of manual copy Credit to Hornwitser for these findings. | ||||
| * | Add colour attribute for BaseUser | MusicOnline | 2018-09-16 | 1 | -0/+12 |
| | | |||||
| * | Fix up the Sphinx strings causing warnings. | Rapptz | 2018-09-15 | 1 | -4/+4 |
| | | |||||
| * | Change docstrings to raw-strings | BeatButton | 2018-09-14 | 1 | -3/+3 |
| | | |||||
| * | Call Http.start_group() in ClientUser.create_group() | Bryan Forbes | 2018-08-28 | 1 | -1/+1 |
| | | |||||
| * | Added hypesquad house functionality | mental | 2018-08-22 | 1 | -1/+21 |
| | | |||||
| * | [lint] Fix types used for __slots__ and __all__ | Hornwitser | 2018-08-22 | 1 | -1/+1 |
| | | | | | | Stay consistent with the rest of the library and use lists for module __all__ values and tuples for class __slots__ attributes. | ||||
| * | [lint] Remove unused imports | Hornwitser | 2018-08-22 | 1 | -1/+0 |
| | | | | | Left over from various refactoring and rewrites. | ||||
| * | Revert "Ensure gif avatar urls end in `.gif`" | khazhyk | 2018-07-20 | 1 | -4/+1 |
| | | | | | | | | This reverts commit 456390f417e63126b08ac52fa8ee49ca68cefed8. This commit isn't needed anymore - the image proxy now properly handles gifs that do not end in .gif | ||||
| * | Drop support for Python 3.4 and make minimum version 3.5.2. | Rapptz | 2018-06-10 | 1 | -27/+18 |
| | | |||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 1 | -21/+21 |
| | | |||||
| * | Ensure gif avatar urls end in `.gif` | khazhyk | 2018-01-06 | 1 | -1/+4 |
| | | | | | | | | This is a workaround for discord having trouble animating gifs if the url does not end in exactly `.gif`. Since avatar_url is common for thumbnails etc., adding this workaround here is handy, and likely restores expected behavior (animated avatars animating). | ||||
| * | Fix Spelling Error | Mippy (William) | 2017-11-12 | 1 | -1/+1 |
| | | |||||
| * | is_avatar_animated should always return bool | khazhyk | 2017-10-24 | 1 | -1/+1 |
| | | | | | Was returning None when User.avatar was None | ||||
| * | Rename avatar_is_animated to is_avatar_animated and make it a method. | Rapptz | 2017-07-27 | 1 | -5/+4 |
| | | |||||
| * | avatar_url_as improvements | khazhyk | 2017-07-25 | 1 | -8/+34 |
| | | | | | | | | | | | | | | | | | | | | static_format will only apply to static (not animated) avatars. Makes it easier to grab gif-or-'format' of an avatar. Defaults to 'webp' This is for a similar usecase to avatar_url_as(format=None), except one can specify the non-animated format, instead of always using webp. add User.avatar_is_animated property. add validation for avatar_url_as, since invalid arguments result in a url which will return 415, which can be confusing for a user. (They just see a blank page) Discord accepts size=16-2048, but images cap at 1024px, so accept 16-1024 Discord accepts "jpg", "jpeg", "png", "gif", and "webp", *unless* the avatar is not animated, in which case "gif" is not supported. :\ | ||||
| * | Add support for user flags in Profile. | Rapptz | 2017-06-30 | 1 | -3/+27 |
| | | |||||
| * | Use Python3Lexer instead of PythonLexer for pygments. | Rapptz | 2017-05-22 | 1 | -1/+1 |
| | | |||||
| * | More broken Channel references. | Rapptz | 2017-05-20 | 1 | -1/+1 |
| | | |||||