aboutsummaryrefslogtreecommitdiff
path: root/discord/state.py
Commit message (Expand)AuthorAgeFilesLines
* Update message references in AutoShardedConnectionStateRapptz2020-07-251-0/+23
* Add guild_ready_timeout to control the timeout of GUILD_CREATE streamRapptz2020-07-251-4/+8
* Add shard related connection and resume events.Rapptz2020-07-251-0/+5
* Add before_identify_hook to have finer control over IDENTIFY syncingRapptz2020-07-251-1/+10
* Rewrite of AutoShardedClient to prevent overlapping identifyRapptz2020-07-251-0/+2
* Fix TypeError on missing shard_id kwargAnurag2020-06-071-2/+2
* Add user_ids fields for query_membersTarek2020-05-291-2/+2
* Fix TypeError in chunkerapple502j2020-05-231-1/+1
* state: use bytes.hex() instead of binascii.hexlify().decode()iomintz2020-05-101-2/+1
* Fix timeout issues with fetching members via query_membersRapptz2020-05-101-12/+25
* Decrement Guild.member_count even if member is not cachedRapptz2020-04-191-1/+1
* Fix PartialEmoji.url.read for reactionsapple502j2020-04-181-1/+1
* Move log levels around to make INFO a little less noisyRapptz2020-04-061-3/+7
* animated key is never given to reaction_remove(_emoji)NCPlayz2020-04-061-3/+3
* Rename allowed mention parameters to allowed_mentionsRapptz2020-04-041-4/+4
* Add support for configuring allowed mentions per message or bot wide.Rapptz2020-04-041-0/+7
* Bump waiting time of GUILD_CREATE stream by number of shards waited.Rapptz2020-01-281-2/+3
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Add support for clearing a specific reaction.Rapptz2020-01-171-0/+17
* Add support for on_invite_create and on_invite_deleteRapptz2020-01-171-0/+9
* Expose _ActivityTag as BaseActivity to easily refer to.Rapptz2020-01-141-3/+3
* Rewrite on_ready delay to actually make sense and prevent heavy sleepRapptz2020-01-141-7/+15
* Fix issue with `shard_ready` not dispatching when not fetching offlineNCPlayz2020-01-141-12/+6
* Add `RawReactionActionEvent.member`NCPlayz2019-12-171-1/+9
* Fix all deprecation warnings for 3.8Rapptz2019-11-201-6/+6
* Fix regression with references being overwritten from the cache.Rapptz2019-11-201-1/+3
* Move PartialEmoji over to a new namespace to avoid circular importsRapptz2019-11-201-1/+2
* Manually trigger GC in cases of large deallocations.Rapptz2019-11-181-0/+10
* animation field in reaction objects are not consistently availableRapptz2019-11-151-7/+7
* Actually add things to the message cache.Rapptz2019-08-271-2/+2
* Fix _get_message returning the message cache.Lorenzo2019-08-271-1/+1
* Allow disabling the message cache with max_messages=NoneRapptz2019-08-271-7/+15
* Add RawReactionActionEvent.event_type attribute.Rapptz2019-08-111-2/+2
* Proper boolean check for caching members.Rapptz2019-07-151-1/+1
* Add Guild.query_members to fetch members from the gateway.Rapptz2019-07-151-7/+43
* Allow complete disabling of the member cache.Rapptz2019-07-111-1/+4
* Add support for guild subscriptions.Rapptz2019-07-101-0/+1
* Fix regression with unresolved channels due to reordering.Rapptz2019-06-291-3/+5
* Publicly expose a type property for all channels.Rapptz2019-06-091-1/+1
* Replace Enum with an internal one for significant speed improvements.Rapptz2019-06-091-3/+2
* Improve performance of parsing MESSAGE_UPDATE and MESSAGE_CREATE eventsRapptz2019-06-071-9/+1
* Use a dict instead of getattr for parsing events.Rapptz2019-05-291-0/+6
* Add cached_message to on_raw_message_edit eventVexs2019-05-091-1/+4
* Fix USER_UPDATE changes not triggering for member instances.Rapptz2019-04-281-6/+8
* Fix long-standing issue with user updates not dispatching properly.Rapptz2019-04-081-3/+6
* GUILD_MEMBER_UPDATE no longer does actual user updates.Rapptz2019-04-081-1/+1
* Redesign bulk delete eventsVexs2019-04-061-7/+8
* Redesign asset retrieval in the library.NCPlayz2019-04-061-2/+2
* Get cached message in reverse order for improved performance.Rapptz2019-03-231-1/+1
* Add TextChannel.last_message_id and TextChannel.last_messageRapptz2019-03-201-0/+2