217 Commits (09ecb16680fe878b92f621016484614ddd88c0a1)

Author SHA1 Message Date
Rapptz 09ecb16680 Rewrite of AutoShardedClient to prevent overlapping identify 5 years ago
Anurag 421d8bf8ca
Fix TypeError on missing shard_id kwarg 5 years ago
Tarek a972c95f12 Add user_ids fields for query_members 5 years ago
apple502j cb43e19bea Fix TypeError in chunker 5 years ago
iomintz 755ab28311
state: use bytes.hex() instead of binascii.hexlify().decode() 5 years ago
Rapptz 13a3f760e6 Fix timeout issues with fetching members via query_members 5 years ago
Rapptz 0d5e6e213c Decrement Guild.member_count even if member is not cached 5 years ago
apple502j 14f80fce45 Fix PartialEmoji.url.read for reactions 5 years ago
Rapptz 8874aa3dd2 Move log levels around to make INFO a little less noisy 5 years ago
NCPlayz c8f32f3151 animated key is never given to reaction_remove(_emoji) 5 years ago
Rapptz d853a57e86 Rename allowed mention parameters to allowed_mentions 5 years ago
Rapptz 041785937e Add support for configuring allowed mentions per message or bot wide. 5 years ago
Rapptz 5c7df3d943 Bump waiting time of GUILD_CREATE stream by number of shards waited. 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz 87f9dcff9c Add support for clearing a specific reaction. 5 years ago
Rapptz 7b2c01c48a Add support for on_invite_create and on_invite_delete 5 years ago
Rapptz 42a084028c Expose _ActivityTag as BaseActivity to easily refer to. 5 years ago
Rapptz cd9135b082 Rewrite on_ready delay to actually make sense and prevent heavy sleep 5 years ago
NCPlayz f95ccf53e0 Fix issue with `shard_ready` not dispatching when not fetching offline 5 years ago
NCPlayz bb71f14ce3 Add `RawReactionActionEvent.member` 5 years ago
Rapptz a6f61dcbde Fix all deprecation warnings for 3.8 5 years ago
Rapptz 45f342ff79 Fix regression with references being overwritten from the cache. 5 years ago
Rapptz 15f0b000e1 Move PartialEmoji over to a new namespace to avoid circular imports 5 years ago
Rapptz d8e47b08a2 Manually trigger GC in cases of large deallocations. 5 years ago
Rapptz 89bfd9cc20 animation field in reaction objects are not consistently available 5 years ago
Rapptz 5d7cf56d7f Actually add things to the message cache. 6 years ago
Lorenzo 828e8189d3 Fix _get_message returning the message cache. 6 years ago
Rapptz cf79816c5d Allow disabling the message cache with max_messages=None 6 years ago
Rapptz f513d831d1 Add RawReactionActionEvent.event_type attribute. 6 years ago
Rapptz 93f719aeb7 Proper boolean check for caching members. 6 years ago
Rapptz 5b2f630848 Add Guild.query_members to fetch members from the gateway. 6 years ago
Rapptz bc352f0e50 Allow complete disabling of the member cache. 6 years ago
Rapptz 7b8d50a988 Add support for guild subscriptions. 6 years ago
Rapptz 2c16e43e8a Fix regression with unresolved channels due to reordering. 6 years ago
Rapptz 7e2da1c93b Publicly expose a type property for all channels. 6 years ago
Rapptz 991140eebe Replace Enum with an internal one for significant speed improvements. 6 years ago
Rapptz f84219c2b2 Improve performance of parsing MESSAGE_UPDATE and MESSAGE_CREATE events 6 years ago
Rapptz 00a0856cc4 Use a dict instead of getattr for parsing events. 6 years ago
Vexs 82a39eb148 Add cached_message to on_raw_message_edit event 6 years ago
Rapptz f9e95a35f9 Fix USER_UPDATE changes not triggering for member instances. 6 years ago
Rapptz f8999b63ae Fix long-standing issue with user updates not dispatching properly. 6 years ago
Rapptz 1a9726087a GUILD_MEMBER_UPDATE no longer does actual user updates. 6 years ago
Vexs 9591b00dcf Redesign bulk delete events 6 years ago
NCPlayz be227ebcf0 Redesign asset retrieval in the library. 6 years ago
Rapptz b41a29a889 Get cached message in reverse order for improved performance. 6 years ago
Rapptz 35c0476dbb Add TextChannel.last_message_id and TextChannel.last_message 6 years ago
Rapptz 73aca4d4d3 Expose Embed.from_data as Embed.from_dict 6 years ago
CraftSpider 8e97a0a248 Log unknown channel warning in WEBHOOK_UPDATE 6 years ago
CraftSpider e920fe9a56 Add guild_integrations_update event 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago