aboutsummaryrefslogtreecommitdiff
path: root/discord/shard.py
Commit message (Expand)AuthorAgeFilesLines
* Fix broken rename from pyrightRapptz2021-08-221-6/+6
* Make global log variable in modules privateRapptz2021-08-221-4/+4
* Reformat shard.pyRapptz2021-08-211-10/+32
* Typehint shard.pyStocker2021-08-201-63/+77
* Remove afk parameter from change_presenceAaron Hennessey2021-07-211-7/+6
* Remove AutoShardedClient.request_offline_membersRapptz2021-04-121-36/+0
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+5
* Remove userbot functionalityRapptz2021-04-041-1/+1
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-241-1/+1
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Add a way to check if the websocket is rate limited.Rapptz2020-11-261-0/+23
* Add chunk_guilds_at_startup and deprecate fetch_offline_membersRapptz2020-09-241-4/+5
* Add a special exception for required privileged intentsRapptz2020-09-231-3/+17
* Add Guild.chunk and deprecated Client.request_offline_membersRapptz2020-09-231-1/+2
* Fix Client.request_offline_members no longer workingRapptz2020-09-231-4/+8
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-231-0/+1
* Remove caching from AutoShardedClient.shardsRapptz2020-09-101-1/+1
* Terminate shard processing queue when a clean close is encountered.Rapptz2020-08-011-0/+4
* Fix AttributeError from internal queue being double underscore.Rapptz2020-07-251-11/+11
* Add an exposed way to extract shard-specific information.Rapptz2020-07-251-11/+93
* Propagate exceptions when an unhandled error happensRapptz2020-07-251-0/+17
* Handle Connection Reset by Peer connection errors.Rapptz2020-07-251-2/+8
* Add shard related connection and resume events.Rapptz2020-07-251-0/+2
* Handle connection errors during reidentify flow.Rapptz2020-07-251-5/+9
* Make every shard maintain its own reconnect loopRapptz2020-07-251-14/+70
* Add before_identify_hook to have finer control over IDENTIFY syncingRapptz2020-07-251-11/+6
* Fix READY not firing for multi-processed AutoShardedClient clustersRapptz2020-07-251-3/+2
* Use a proper type for the event queueRapptz2020-07-251-15/+28
* Rewrite gateway to use aiohttp instead of websocketsRapptz2020-07-251-21/+1
* Fix AttributeError on reconnectionRapptz2020-07-251-4/+4
* Rewrite of AutoShardedClient to prevent overlapping identifyRapptz2020-07-251-50/+53
* Fix timeout issues with fetching members via query_membersRapptz2020-05-101-25/+6
* Fix regression with Member.activities not clearingRapptz2020-04-041-2/+2
* 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
* Bump waiting time of GUILD_CREATE stream by number of shards waited.Rapptz2020-01-281-0/+1
* 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-1/+1
* Fix more deprecation warningsRapptz2019-11-201-1/+1
* Fix all deprecation warnings for 3.8Rapptz2019-11-201-11/+11
* docs: Fix minor typoReece Dunham2019-06-121-1/+1
* Improve documentationNCPlayz2019-06-071-4/+4
* Use a dict instead of getattr for parsing events.Rapptz2019-05-291-0/+1
* Use a regular boolean instead of asyncio.Event for close status.Rapptz2019-04-251-1/+1
* Fix oversight where on_disconnect did not get called on WS termination.Rapptz2019-04-081-0/+2
* Organise documentationNCPlayz2019-03-191-3/+3
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Add support for multiple activitiesSnowyLuma2018-11-241-1/+1