158 Commits (c8b49d37be8c4aabb2d5896708f9dff91ffae368)

Author SHA1 Message Date
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
Rapptz 38fd0928df Don't clear state when READY is reached for auto sharded clients. 8 years ago
Rapptz ac90159c72 Improve logging in more places. 8 years ago
Rapptz 982308da3c Use global user cache to fetch reaction event data. 8 years ago
Rapptz bcfb31779d Fix KeyError in certain logging cases. 8 years ago
Rapptz 7f58853e3a Keep track of Emoji instances myself. 8 years ago
Rapptz cac84e517b Always overwrite Emoji references in the state. 8 years ago
Rapptz aef170d7e0 Fix memory leak by holding on to Emoji references weakly. 8 years ago
Rapptz 46951e27f7 Revert "Reference the ConnectionState by weakref." 8 years ago
Rapptz 730a0e2d53 Reference the ConnectionState by weakref instead of a strong reference. 8 years ago
Rapptz a0cdb19c5f Eventual consistency fixes. 8 years ago
Rapptz 9c6d9f1a84 Remove call handling for now. 8 years ago
Rapptz ead18e3948 Fix issue with members not copying correctly. 8 years ago
Rapptz e78a5c0643 Remove remaining voice_member tracking. 8 years ago
Rapptz f6fcb62c7b Check for PrivateChannel before GuildChannel in Client.get_channel 8 years ago
Rapptz 29f676c42e Wrap asyncio.wait into a saner alternative that raises TimeoutError. 8 years ago
Rapptz b8727fd463 Fix Client.emojis returning a list of IDs. 8 years ago