| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix fetching invites on guilds the user is not in | Rapptz | 2020-01-25 | 1 | -1/+1 |
| | | |||||
| * | Fix fetching invites for a GroupChannel. | Rapptz | 2020-01-20 | 1 | -12/+23 |
| | | | | | | Closes #2394 Fixes #2383 | ||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | Add support for on_invite_create and on_invite_delete | Rapptz | 2020-01-17 | 1 | -3/+19 |
| | | |||||
| * | Adjust BASE urls to have no trailing slash (consistency) | Devon R | 2019-11-15 | 1 | -2/+2 |
| | | |||||
| * | Return invites as https, various URL normalization | Devon R | 2019-11-15 | 1 | -1/+3 |
| | | |||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -10/+10 |
| | | |||||
| * | Make __repr__ slightly more detailed and add a few missing ones. | Rapptz | 2019-05-26 | 1 | -1/+3 |
| | | | | | | | This includes raw events (which didn't have any) and a few other types that were missing them. Upon review some more useful fields were added to the repr output which would be more useful during debugging. | ||||
| * | Add table showing what methods get invite attributes. | Rapptz | 2019-05-19 | 1 | -1/+23 |
| | | |||||
| * | Correct the documentation for methods and properties that return Assets | Vexs | 2019-05-14 | 1 | -3/+3 |
| | | |||||
| * | Add back __repr__ that were deleted in the Asset redesign | Benjamin Mintz | 2019-05-13 | 1 | -0/+4 |
| | | | | | | | The Asset PR (be227ebcf0c8bad6b56798339b5414b8da414dc0) changed some namedtuple-deriving classes to object-deriving classes, which meant that the free __repr__ provided by namedtuple was removed | ||||
| * | Redesign asset retrieval in the library. | NCPlayz | 2019-04-06 | 1 | -45/+23 |
| | | | | | | | | | | | | 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 | ||||
| * | Organise documentation | NCPlayz | 2019-03-19 | 1 | -1/+1 |
| | | |||||
| * | Add support for reading guild descriptions | Nadir Chowdhury | 2019-03-13 | 1 | -2/+5 |
| | | | | Added `Guild.description` and `PartialInviteGuild.description`. | ||||
| * | Fix imports | Nadir Chowdhury | 2019-03-13 | 1 | -4/+4 |
| | | | | | Removed unnecessary Object import. Added `snowflake_time` and `InvalidArgument` | ||||
| * | Add support for guild banners | SnowyLuma | 2019-03-09 | 1 | -3/+23 |
| | | | | | | | | | Document banner attribute of Guild and Invite Update discord/utils.py Co-Authored-By: SnowyLuma <[email protected]> | ||||
| * | Fix missing imports | Rapptz | 2019-02-12 | 1 | -1/+3 |
| | | |||||
| * | Expose more information from partial invites, along with counts. | Rapptz | 2019-02-12 | 1 | -14/+156 |
| | | | | | | | | | | | | | | This adds the following information. * `PartialInviteGuild` to replace `Object` patching * `PartialInviteChannel` to replace `Object` patching * Invite.approximate_member_count and Invite.approximate_presence_count The new partial objects provide better documentation on what is expected when you fetch random invites. Fixes #1830 | ||||
| * | Bumped copyright years to 2019. | Dante Dam | 2019-01-28 | 1 | -1/+1 |
| | | |||||
| * | [lint] Fix incorrect and inconsistent whitespace | Hornwitser | 2018-08-22 | 1 | -2/+2 |
| | | | | | Adjust whitespace to be consistent with the rest of the library. | ||||
| * | [lint] Remove unused imports | Hornwitser | 2018-08-22 | 1 | -2/+0 |
| | | | | | Left over from various refactoring and rewrites. | ||||
| * | Add support for splash(_url) to invites | DismissedGuy | 2018-08-22 | 1 | -0/+6 |
| | | |||||
| * | Drop support for Python 3.4 and make minimum version 3.5.2. | Rapptz | 2018-06-10 | 1 | -3/+2 |
| | | |||||
| * | Fixes various documentation errors/inconsistencies | Steve C | 2018-05-18 | 1 | -0/+2 |
| | | | | | Mostly dealing with permissions, also fixes Raw Events inclusion. | ||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 1 | -6/+6 |
| | | |||||
| * | Fix __hash__ for Invite objects. | Rapptz | 2017-09-04 | 1 | -0/+3 |
| | | |||||
| * | Remove Invite.accept. | Rapptz | 2017-07-08 | 1 | -19/+0 |
| | | |||||
| * | Make supported operations stand out more than attributes. | Rapptz | 2017-05-20 | 1 | -8/+10 |
| | | |||||
| * | Kill remaining references to discord.Channel in documentation. | Rapptz | 2017-05-19 | 1 | -2/+2 |
| | | |||||
| * | Use describe instead of tables for supported operations. | Rapptz | 2017-05-13 | 1 | -13/+15 |
| | | |||||
| * | Add support for audit log reasons. | Rapptz | 2017-05-07 | 1 | -2/+7 |
| | | | | | Most routes now have a 'reason' keyword argument. | ||||
| * | Fix support for instant invites. | Rapptz | 2017-02-08 | 1 | -4/+59 |
| | | |||||
| * | Fix parsing of Invite.user | Rapptz | 2017-01-30 | 1 | -2/+2 |
| | | |||||
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | Add useful repr to all data classes. | Rapptz | 2017-01-03 | 1 | -0/+3 |
| | | |||||
| * | Rename Server to Guild everywhere. | Rapptz | 2017-01-03 | 1 | -5/+5 |
| | | |||||
| * | Stateful Message and remove Invite.xkcd since it is removed. | Rapptz | 2017-01-03 | 1 | -15/+12 |
| | | |||||
| * | Begin working on the rewrite. | Rapptz | 2017-01-03 | 1 | -17/+18 |
| | | |||||
| * | Update license of files to 2016. | Rapptz | 2016-01-04 | 1 | -1/+1 |
| | | |||||
| * | Add __slots__ where appropriate to data classes. | Rapptz | 2015-12-19 | 1 | -0/+4 |
| | | |||||
| * | Most data classes now support hashing. | Rapptz | 2015-12-17 | 1 | -2/+4 |
| | | |||||
| * | All data classes now support !=, == and str(obj). | Rapptz | 2015-12-13 | 1 | -1/+17 |
| | | |||||
| * | Switch to NumPy style documentation. | Rapptz | 2015-12-04 | 1 | -29/+18 |
| | | |||||
| * | Add Client.get_invite to turn a URL to an Invite object. | Rapptz | 2015-11-26 | 1 | -2/+8 |
| | | |||||
| * | Add the ability to accept invites. | Rapptz | 2015-09-05 | 1 | -1/+7 |
| | | |||||
| * | Add support for creating invites. | Rapptz | 2015-09-04 | 1 | -0/+86 |