174 Commits (be227ebcf0c8bad6b56798339b5414b8da414dc0)

Author SHA1 Message Date
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
khazhyk 74380cd72a don't drop guild_available/join before ready 7 years ago
Rapptz c67d95327e Remove dead package references. 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Rapptz 6b75179c1f Remove emojis from cache if they're removed from a guild. 7 years ago
Rapptz 56650ae7c2 Change raw events to use slotted data models instead of parameters. 7 years ago
Rapptz 3cb6ac152e Userbots do not have a DM cache cap limit. 7 years ago
Rapptz f8f8f418f3 Split Game object to separate Activity subtypes for Rich Presences. 7 years ago
Rapptz 1c215cfbbe Don't cache webhook users. 7 years ago
Gorialis 04d9dd9c0d Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter 7 years ago
Rapptz 53b4890435 Add category support. 8 years ago
Rapptz 1367877d36 Fix crashing for now when a category is created. 8 years ago
Rapptz de65f7309b Add heartbeat_timeout to the Client options. 8 years ago
Rapptz b88cc8156c Accidentally left a print statement. 8 years ago
Rapptz 3bd0c2120c Implement a LRU cache for private channels. 8 years ago
Rapptz 169f3a8322 Don't unnecessarily re-create private channels. 8 years ago
Rapptz c1dad43f9d Downgrade PartialReactionEmoji to str in non-raw reaction events. 8 years ago
Rapptz b06899e7d4 Defer logging formatting until the logger is actually called. 8 years ago
Rapptz d239cc2666 Implement "partial" message events. 8 years ago
Rapptz a47ded6e49 Don't expose Client.messages 8 years ago
Rapptz 5a56e3fda1 Don't dispatch on_voice_state_update when Member is not found. 8 years ago
Rapptz 3436792614 Allow setting a presence upon logging in. 8 years ago
Rapptz 1626ade67d Split on_channel_pins_update as well. 8 years ago
Rapptz 322c70fda9 Rework some events to make more sense. 8 years ago
Rapptz c9565e57d3 Make sure that the chunker task only runs once. 8 years ago
Rapptz 10453d6718 Add Client.get_emoji to get an Emoji from an ID. 8 years ago
Rapptz 92d55077aa Don't set VoiceClient.channel to None when VOICE_STATE_UPDATE says so. 8 years ago
Rapptz 1519a6fefa Fix some linting errors. 8 years ago
Rapptz f9c2ac9d25 Better handling of VOICE_SERVER_UPDATE. 8 years ago
Rapptz 3b1b26ffb1 Re-implement voice sending. 8 years ago