532 Commits (13a3f760e6de8aa251f06bbe2a746e5f92deafd2)

Author SHA1 Message Date
Rapptz 13a3f760e6 Fix timeout issues with fetching members via query_members 5 years ago
Rapptz d853a57e86 Rename allowed mention parameters to allowed_mentions 5 years ago
Rapptz 730d79d60a Allow introspection and setting of global allowed mention configuration 5 years ago
Rapptz 481b335f2d Fix various implementation bugs with allowed mentions 5 years ago
Rapptz 041785937e Add support for configuring allowed mentions per message or bot wide. 5 years ago
Rapptz 6c764465c0 Fix regression with Member.activities not clearing 5 years ago
Rapptz 403651a144 Change default close code to 4000 instead of 1000. 5 years ago
jack1142 7b3335a0b0 Don't add None to Member.activities tuple 5 years ago
Glazed_Belmont 6525ac948c fixing the BaseActivity links 5 years ago
Rapptz 17f343b03e Minor documentation fixes 5 years ago
Rapptz 02397306b2 Drop superfluous zero in version related changes in the documentation 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz 5f7a97ff96 Document BaseActivity 5 years ago
Rapptz 42a084028c Expose _ActivityTag as BaseActivity to easily refer to. 5 years ago
Rapptz c62b6c3e88 Fix more deprecation warnings for 3.8 5 years ago
Rapptz a6f61dcbde Fix all deprecation warnings for 3.8 5 years ago
Rapptz ea3d119ca6 Use X-Ratelimit-Reset-After header by default. 6 years ago
Rapptz 2f7e875a76 Strip tokens before use. 6 years ago
Rapptz cf79816c5d Allow disabling the message cache with max_messages=None 6 years ago
Tyler c7a1f5e6e9 Disambiguate and normalize documentation for non-bot only methods 6 years ago
Rapptz 18fe2035ef Document that the cache retrieval functions require an int ID. 6 years ago
Tarek 92b3a4f8f4 on_member_leave => on_member_remove 6 years ago
Steve C 7cec42c8f1 Fix doc URL in Client.fetch_guild 6 years ago
Rapptz f13c1be171 Better knowledge on how guild_subscriptions work now. 6 years ago
Rapptz ca2ee0655d Add versionadded for guild_subscriptions option. 6 years ago
Rapptz 7b8d50a988 Add support for guild subscriptions. 6 years ago
Rapptz 8f691ae775 Only return exception in Client.run when it's not cancelled. 6 years ago
Rapptz b2f247bef3 Propagate exception in Client.run 6 years ago
NCPlayz dfcf9cdb0a Rename error type for `X.fetch_channel(s)`. 6 years ago
Reece Dunham 34b93c757c docs: Fix minor typo 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
NCPlayz f7c6c5995d Implementing GET '/channels/:id' & '/guilds/:id/channels' 6 years ago
Rapptz 82b54933e2 Add asyncio.Task subclass for better __repr__ for events. 6 years ago
NCPlayz 38eb2b4828 Validate kwargs in Client.start 6 years ago
Rapptz 123e151978 Add back signal handling to Client.run 6 years ago
Rapptz de6240f1e7 Rewrite loop cleanup code (again...) and remove signal handling. 6 years ago
Rapptz 186d9a7f9c Use a regular boolean instead of asyncio.Event for close status. 6 years ago
Rapptz ceb154718d Add note about overriding Client.close vs Client.logout 6 years ago
khazhyk b1fae0861a add read-only cached_messages property to Client 6 years ago
Rapptz 14d66e7b9c Internal consistency with message related HTTPClient methods 6 years ago
Rapptz 50dcdac5ca [commands] Fix references in Bot to actually link. 6 years ago
Vexs 4df0f79a6b Add notes warning that fetch_ methods are api calls 6 years ago
Rapptz e77dec85e9 Fix cleanup code on Linux not working properly. 6 years ago
Rapptz dcdcf1adac Stop the event loop if it's running during cleanup. 6 years ago
NCPlayz 7acb7de195 Add notes stating what Guild.fetch_guild and Guild.fetch_guilds returns 6 years ago
Rapptz 61ee88b0fc Fix oversight where on_disconnect did not get called on WS termination. 6 years ago
Rapptz 72b6152e96 Client.event raises TypeError instead of ClientException. 6 years ago
Rapptz 84c1eac62a Don't raise an exception during the signal handlers. 6 years ago
Rapptz 239d430539 Simplify bot loop cleanup routine. 6 years ago
NCPlayz be227ebcf0 Redesign asset retrieval in the library. 6 years ago