| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix minor markdown typo in migrating.rst | Tarek | 2020-06-04 | 1 | -1/+1 |
| | | |||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -11/+11 |
| | | |||||
| * | Make context documentation in migration a bit more clear. | Rapptz | 2019-04-18 | 1 | -7/+11 |
| | | |||||
| * | add read-only cached_messages property to Client | khazhyk | 2019-04-17 | 1 | -2/+4 |
| | | | | | For those of us who want access to this sweet trove of zero hop messages | ||||
| * | Fix mistake in documentation. | Rapptz | 2019-03-20 | 1 | -1/+1 |
| | | |||||
| * | Expose Metadata | NCPlayz | 2019-03-19 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added access to: * `/users/@me/guilds` * `/guilds/{guild_id}` * `/guilds/{guild_id}/members/{member_id}` BREAKING CHANGE: * `get_user_info` -> `fetch_user_info` to match naming scheme. Remove useless note Remove `reverse` and corresponding documentation Update documentation to reflect #1988 Rename `get_` HTTP functions to `fetch_` Breaking Changes: * `get_message` -> `fetch_message` * `get_invite` -> `fetch_invite` * `get_user_profile` -> `fetch_user_profile` * `get_webhook_info` -> `fetch_webhook` * `get_ban` -> `fetch_ban` Fix InviteConverter, update migrating.rst Rename get_message to fetch_message | ||||
| * | [commands] Redesign HelpFormatter into HelpCommand | Rapptz | 2019-03-15 | 1 | -0/+58 |
| | | | | | Part of #1938 | ||||
| * | Document listener changes in the migrating docs. | Rapptz | 2019-02-23 | 1 | -0/+6 |
| | | |||||
| * | Rework entire cog system and partially document it and extensions. | Rapptz | 2019-02-23 | 1 | -25/+33 |
| | | |||||
| * | Add support for multiple activities | SnowyLuma | 2018-11-24 | 1 | -1/+1 |
| | | |||||
| * | Change internal role storage in Guild to a dict instead of a list. | Rapptz | 2018-09-24 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | This adds the following APIs: * Guild.get_role This removes the following APIs: * Guild.role_hierarchy To compensate for the removed APIs, Guild.roles is now a sorted list based on hierarchy. The first element will always be the @everyone role. This speeds up access at the cost of some memory, theoretically. | ||||
| * | docs/mimgrating.rst: CPython 3.5.2 is not supported! | Ben Mintz | 2018-06-21 | 1 | -1/+1 |
| | | | | | | The minimum version supported by aiohttp is CPython 3.5.3, not 3.5.2. Fixes #1344. | ||||
| * | Drop support for Python 3.4 and make minimum version 3.5.2. | Rapptz | 2018-06-10 | 1 | -3/+10 |
| | | |||||
| * | Add some documentation for the Game to Activity breaking change. | Rapptz | 2018-03-06 | 1 | -0/+5 |
| | | |||||
| * | Fix minor typo in migrating documentation. | Rapptz | 2018-01-22 | 1 | -1/+1 |
| | | |||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 1 | -2/+2 |
| | | |||||
| * | Add category support. | Rapptz | 2017-09-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | 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 | ||||
| * | Switched places of user and reaction in wait_for example | Nick | 2017-08-31 | 1 | -1/+1 |
| | | |||||
| * | Minor fixes in migrating doc | Gorialis | 2017-08-16 | 1 | -7/+7 |
| | | |||||
| * | Fix extraneous parentheses in Client.emojis render in migrating docs. | Rapptz | 2017-08-12 | 1 | -1/+1 |
| | | |||||
| * | Remove GuildChannel.is_default | SinisterRectus | 2017-08-08 | 1 | -2/+1 |
| | | |||||
| * | Remove Guild.create_invite too since it relies on a default channel. | Rapptz | 2017-07-31 | 1 | -1/+1 |
| | | |||||
| * | Remove Guild.default_channel | Rapptz | 2017-07-31 | 1 | -0/+5 |
| | | | | | The concept no longer exists. | ||||
| * | Fix wrong order in migrating docs. | Rapptz | 2017-07-02 | 1 | -2/+2 |
| | | |||||
| * | Fix typo in migrating page. | Rapptz | 2017-06-29 | 1 | -4/+4 |
| | | |||||
| * | [commands] Add __global_check_once to list of cog functions. | Rapptz | 2017-06-20 | 1 | -0/+4 |
| | | |||||
| * | [commands] Add Bot.check_once for a global check that is called once. | Rapptz | 2017-06-20 | 1 | -1/+3 |
| | | | | | | | | There is a counterpart for this in cogs, called __global_check_once. This allows for predicates that would filter a command globally that do not necessarily require rechecking in the case of e.g. the help command such as blocking users or blocking channels. | ||||
| * | Fix mixed order in migrating docs. | Rapptz | 2017-06-05 | 1 | -1/+1 |
| | | |||||
| * | Fix mistake in migrating docs. | Rapptz | 2017-06-02 | 1 | -1/+1 |
| | | |||||
| * | Minor fix in migrating page. | Rapptz | 2017-05-31 | 1 | -1/+1 |
| | | |||||
| * | Document Message.embeds and Message.attachments changes. | Rapptz | 2017-05-31 | 1 | -0/+3 |
| | | |||||
| * | Permissions.view_audit_logs -> Permissions.view_audit_log | Rapptz | 2017-05-28 | 1 | -0/+4 |
| | | |||||
| * | Don't expose Client.messages | Rapptz | 2017-05-26 | 1 | -0/+2 |
| | | | | | | | | Not entirely sure why it was exposed in the first place. Most uses with it essentially boiled down to mis-usage when they meant to use the /messages endpoint (via Client.logs_from or Messageable.history) or complaining about the partial data woes that came from it. | ||||
| * | 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 |
| | | |||||
| * | Use Python3Lexer instead of PythonLexer for pygments. | Rapptz | 2017-05-22 | 1 | -5/+5 |
| | | |||||
| * | Update migrating page with new extension information. | Rapptz | 2017-05-19 | 1 | -2/+17 |
| | | |||||
| * | Add __unload to the special cog method list. | Rapptz | 2017-05-17 | 1 | -0/+3 |
| | | |||||
| * | 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 | 1 | -4/+4 |
| | | |||||
| * | 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 some broken cross references in the migrating page. | Rapptz | 2017-05-13 | 1 | -20/+16 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | Fix dead cross-reference links in the migrating page. | Rapptz | 2017-05-12 | 1 | -4/+4 |
| | | |||||
| * | First pass at documentation reform. | Rapptz | 2017-05-12 | 1 | -233/+880 |
| | | |||||
| * | Change all email/password pair examples to use token. | Rapptz | 2016-04-08 | 1 | -3/+3 |
| | | |||||
| * | Change enumerators into enumerations to please Voltana. | Rapptz | 2016-01-30 | 1 | -3/+3 |
| | | |||||
| * | Add and remove some of the on_socket_* events. | Rapptz | 2016-01-25 | 1 | -1/+3 |
| | | | | | | | on_socket_raw_receive and on_socket_raw_send were added back in an odd way. The rest of them such as on_socket_closed, on_socket_opened, and on_socket_receive were removed. | ||||