203 Commits (87f9dcff9c5af9c4fa6e6b148663320522a3c82f)

Author SHA1 Message Date
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
Hornwitser efb4ff850e [lint] Fix import order 7 years ago
Hornwitser 633192b3cd [lint] Replace equality comparisons to singletons 7 years ago
Hornwitser fa46b07db1 [lint] Rename exception variables to exc 7 years ago
Rapptz 2721689254 Optimise tight loops in DiscordGateway.received_message 7 years ago
Rapptz 095f0ec2fc Optimise some member and user related routines. 7 years ago
Rapptz 3d03dbc451 Change internal role storage in Guild to a dict instead of a list. 7 years ago
Jeremy Zhang d092c6635b Fix webhook_update from code review 7 years ago
Jeremy Zhang 17f9916b03 Simple parser for WEBHOOKS_UPDATE 7 years ago
Bryan Forbes b6824c073e Ensure large guilds are properly appended to the ready state guild list 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser 119c5a0618 [lint] Remove unused variables 7 years ago
Hornwitser d58fc0ccee [lint] Remove unused imports 7 years ago
Rapptz 351bb1927a Fix crashing with wonky TYPING_START events. 7 years ago
khazhyk 9d301f7cae Store guild, unavailable tuple in ready as well 7 years ago