aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
Commit message (Expand)AuthorAgeFilesLines
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-041-2/+4
* Remove userbot functionalityRapptz2021-04-041-66/+6
* Remove asyncio.Task subclass in preference to task namesRapptz2021-04-041-17/+1
* Modernize code to use f-stringsRapptz2021-04-041-10/+6
* [docs] Fix fetch_members/guilds documentationNadir Chowdhury2021-03-311-3/+1
* Deprecate Client.logout apple502j2021-03-311-1/+4
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-241-9/+5
* Deprecate non-bot methodsNadir Chowdhury2021-02-231-0/+5
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* [chore] Remove redundant importsNadir Chowdhury2020-11-281-2/+0
* Add a way to check if the websocket is rate limited.Rapptz2020-11-261-0/+12
* Add Client.intents to query the current intentsRapptz2020-09-261-0/+8
* Add chunk_guilds_at_startup and deprecate fetch_offline_membersRapptz2020-09-241-7/+13
* Some documentation fixes for MemberCacheFlags and IntentsRapptz2020-09-231-1/+2
* Default MemberCacheFlags based on intentsRapptz2020-09-231-0/+2
* Add a special exception for required privileged intentsRapptz2020-09-231-0/+2
* Allow finer grained control over the member cache.Rapptz2020-09-231-2/+7
* Add Guild.chunk and deprecated Client.request_offline_membersRapptz2020-09-231-1/+2
* Fix Client.request_offline_members no longer workingRapptz2020-09-231-4/+9
* Add support for guild intentsRapptz2020-09-231-0/+4
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-231-1/+5
* Fix and add documentationMichael2020-09-231-2/+12
* Remove namedtuples to better future guard the libraryTarek2020-09-211-1/+0
* Don't call close() if we've already been closed in Client.runalkatar212020-09-011-1/+2
* Fix hyperlink reference to PartialInviteChannel in ClientNanofaux2020-08-221-1/+1
* Fix gramatical error in Client guild_subscriptions docsJosh2020-08-041-1/+1
* Add guild_ready_timeout to control the timeout of GUILD_CREATE streamRapptz2020-07-251-0/+5
* Handle Connection Reset by Peer connection errors.Rapptz2020-07-251-14/+23
* Add before_identify_hook to have finer control over IDENTIFY syncingRapptz2020-07-251-6/+37
* Rewrite gateway to use aiohttp instead of websocketsRapptz2020-07-251-5/+6
* Rewrite of AutoShardedClient to prevent overlapping identifyRapptz2020-07-251-3/+6
* [bugs] stop resolving Object for template/invite; remove dupe methodsNCPlayz2020-06-291-2/+2
* Add support for Discord templatesNadir Chowdhury2020-06-281-2/+36
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-6/+6
* Prepare for the discord.com domain renameRapptz2020-05-231-1/+1
* Fix timeout issues with fetching members via query_membersRapptz2020-05-101-19/+5
* Rename allowed mention parameters to allowed_mentionsRapptz2020-04-041-8/+8
* Allow introspection and setting of global allowed mention configurationRapptz2020-04-041-0/+18
* Fix various implementation bugs with allowed mentionsRapptz2020-04-041-1/+1
* Add support for configuring allowed mentions per message or bot wide.Rapptz2020-04-041-1/+5
* Fix regression with Member.activities not clearingRapptz2020-04-041-0/+3
* Change default close code to 4000 instead of 1000.Rapptz2020-04-041-1/+1
* Don't add None to Member.activities tuplejack11422020-04-041-1/+2
* fixing the BaseActivity linksGlazed_Belmont2020-04-041-3/+3
* Minor documentation fixesRapptz2020-01-211-1/+1
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-211-2/+2
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Document BaseActivityRapptz2020-01-141-4/+0
* Expose _ActivityTag as BaseActivity to easily refer to.Rapptz2020-01-141-6/+6
* Fix more deprecation warnings for 3.8Rapptz2019-11-261-1/+1