| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change default close code to 4000 instead of 1000. | Rapptz | 2020-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | This prevents our sessions from being invalidated by Discord which caused a lot of failures when resuming. This caused an unnecessary amount of IDENTIFYs to happen depending on the circumstances. Closes #2631 See also discord/discord-api-docs#1472 | ||||
| * | Don't add None to Member.activities tuple | jack1142 | 2020-04-04 | 1 | -1/+2 |
| | | |||||
| * | fixing the BaseActivity links | Glazed_Belmont | 2020-04-04 | 1 | -3/+3 |
| | | |||||
| * | Minor documentation fixes | Rapptz | 2020-01-21 | 1 | -1/+1 |
| | | |||||
| * | Drop superfluous zero in version related changes in the documentation | Rapptz | 2020-01-21 | 1 | -2/+2 |
| | | |||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | Document BaseActivity | Rapptz | 2020-01-14 | 1 | -4/+0 |
| | | |||||
| * | Expose _ActivityTag as BaseActivity to easily refer to. | Rapptz | 2020-01-14 | 1 | -6/+6 |
| | | |||||
| * | Fix more deprecation warnings for 3.8 | Rapptz | 2019-11-26 | 1 | -1/+1 |
| | | |||||
| * | Fix all deprecation warnings for 3.8 | Rapptz | 2019-11-20 | 1 | -5/+5 |
| | | |||||
| * | Use X-Ratelimit-Reset-After header by default. | Rapptz | 2019-08-27 | 1 | -1/+10 |
| | | | | | There is now an option to turn it off, of course. | ||||
| * | Strip tokens before use. | Rapptz | 2019-08-27 | 1 | -1/+1 |
| | | | | | Closes #2135 | ||||
| * | Allow disabling the message cache with max_messages=None | Rapptz | 2019-08-27 | 1 | -3/+5 |
| | | | | | | | This also changes the default to 1000 instead of 5000 since it can take some time for small bots to cycle through the default and they make up the majority of it. | ||||
| * | Disambiguate and normalize documentation for non-bot only methods | Tyler | 2019-08-11 | 1 | -1/+5 |
| | | |||||
| * | Document that the cache retrieval functions require an int ID. | Rapptz | 2019-07-23 | 1 | -9/+40 |
| | | | | | Closes #2285 | ||||
| * | on_member_leave => on_member_remove | Tarek | 2019-07-18 | 1 | -1/+1 |
| | | |||||
| * | Fix doc URL in Client.fetch_guild | Steve C | 2019-07-18 | 1 | -1/+1 |
| | | |||||
| * | Better knowledge on how guild_subscriptions work now. | Rapptz | 2019-07-15 | 1 | -1/+6 |
| | | |||||
| * | Add versionadded for guild_subscriptions option. | Rapptz | 2019-07-10 | 1 | -14/+16 |
| | | |||||
| * | Add support for guild subscriptions. | Rapptz | 2019-07-10 | 1 | -0/+24 |
| | | |||||
| * | Only return exception in Client.run when it's not cancelled. | Rapptz | 2019-06-20 | 1 | -1/+2 |
| | | |||||
| * | Propagate exception in Client.run | Rapptz | 2019-06-20 | 1 | -0/+2 |
| | | | | | Fix #2237 | ||||
| * | Rename error type for `X.fetch_channel(s)`. | NCPlayz | 2019-06-12 | 1 | -1/+1 |
| | | |||||
| * | docs: Fix minor typo | Reece Dunham | 2019-06-12 | 1 | -5/+5 |
| | | |||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -70/+80 |
| | | |||||
| * | Implementing GET '/channels/:id' & '/guilds/:id/channels' | NCPlayz | 2019-06-07 | 1 | -0/+45 |
| | | | | | Signed-off-by: NCPlayz <[email protected]> | ||||
| * | Add asyncio.Task subclass for better __repr__ for events. | Rapptz | 2019-05-19 | 1 | -1/+22 |
| | | |||||
| * | Validate kwargs in Client.start | NCPlayz | 2019-05-19 | 1 | -0/+9 |
| | | |||||
| * | Add back signal handling to Client.run | Rapptz | 2019-05-11 | 1 | -2/+16 |
| | | | | | | Apparently Python does not transform SIGTERM to KeyboardInterrupt as nicely as I thought. | ||||
| * | Rewrite loop cleanup code (again...) and remove signal handling. | Rapptz | 2019-04-26 | 1 | -66/+27 |
| | | | | | This should hopefully be the last time I touch this. | ||||
| * | Use a regular boolean instead of asyncio.Event for close status. | Rapptz | 2019-04-25 | 1 | -5/+5 |
| | | |||||
| * | Add note about overriding Client.close vs Client.logout | Rapptz | 2019-04-18 | 1 | -0/+6 |
| | | |||||
| * | add read-only cached_messages property to Client | khazhyk | 2019-04-17 | 1 | -0/+8 |
| | | | | | For those of us who want access to this sweet trove of zero hop messages | ||||
| * | Internal consistency with message related HTTPClient methods | Rapptz | 2019-04-14 | 1 | -1/+1 |
| | | |||||
| * | [commands] Fix references in Bot to actually link. | Rapptz | 2019-04-10 | 1 | -65/+62 |
| | | | | | Exceptions can't seem to link due to a bug in Sphinx. | ||||
| * | Add notes warning that fetch_ methods are api calls | Vexs | 2019-04-10 | 1 | -0/+12 |
| | | | | | Also recommends using cache attributes/methods instead | ||||
| * | Fix cleanup code on Linux not working properly. | Rapptz | 2019-04-09 | 1 | -9/+17 |
| | | |||||
| * | Stop the event loop if it's running during cleanup. | Rapptz | 2019-04-09 | 1 | -1/+8 |
| | | | | | Also handle the coroutine directly instead of using run_until_complete | ||||
| * | Add notes stating what Guild.fetch_guild and Guild.fetch_guilds returns | NCPlayz | 2019-04-08 | 1 | -2/+12 |
| | | | | | Also fixed two typos. | ||||
| * | Fix oversight where on_disconnect did not get called on WS termination. | Rapptz | 2019-04-08 | 1 | -0/+1 |
| | | |||||
| * | Client.event raises TypeError instead of ClientException. | Rapptz | 2019-04-07 | 1 | -2/+7 |
| | | |||||
| * | Don't raise an exception during the signal handlers. | Rapptz | 2019-04-07 | 1 | -10/+7 |
| | | |||||
| * | Simplify bot loop cleanup routine. | Rapptz | 2019-04-06 | 1 | -46/+57 |
| | | | | | Attempted solution for #2040 | ||||
| * | Redesign asset retrieval in the library. | NCPlayz | 2019-04-06 | 1 | -17/+3 |
| | | | | | | | | | | | | 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 | ||||
| * | Add support for guild widget | NCPlayz | 2019-03-19 | 1 | -14/+33 |
| | | |||||
| * | Expose Metadata | NCPlayz | 2019-03-19 | 1 | -4/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Organise documentation | NCPlayz | 2019-03-19 | 1 | -53/+56 |
| | | |||||
| * | Add on_disconnect event. | Rapptz | 2019-03-18 | 1 | -0/+1 |
| | | | | | I assume this is where it has to be. Fix #1937 | ||||
| * | Moved http.close to before _closed.set | NCPlayz | 2019-03-09 | 1 | -2/+1 |
| | | |||||
| * | Expose more information from partial invites, along with counts. | Rapptz | 2019-02-12 | 1 | -5/+9 |
| | | | | | | | | | | | | | | 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 | ||||