| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prepare for the discord.com domain rename | Rapptz | 2020-05-23 | 1 | -1/+1 |
| | | |||||
| * | Fix timeout issues with fetching members via query_members | Rapptz | 2020-05-10 | 1 | -19/+5 |
| | | | | | | | | | | | | | This uses the nonce field to properly disambiguate queries. There's also some redesigning going on behind the scenes and minor clean-up. Originally I planned on working on this more to account for the more widespread chunking changes planned for gateway v7 but I realized that this would indiscriminately slow down everyone else who isn't planning on working with intents for now. I will work on the larger chunking changes in the future, should time allow for it. | ||||
| * | Rename allowed mention parameters to allowed_mentions | Rapptz | 2020-04-04 | 1 | -8/+8 |
| | | |||||
| * | Allow introspection and setting of global allowed mention configuration | Rapptz | 2020-04-04 | 1 | -0/+18 |
| | | |||||
| * | Fix various implementation bugs with allowed mentions | Rapptz | 2020-04-04 | 1 | -1/+1 |
| | | |||||
| * | Add support for configuring allowed mentions per message or bot wide. | Rapptz | 2020-04-04 | 1 | -1/+5 |
| | | |||||
| * | Fix regression with Member.activities not clearing | Rapptz | 2020-04-04 | 1 | -0/+3 |
| | | |||||
| * | 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 | ||||