82 Commits (53ab2631252bf0977446d762f07b3821edb151ee)

Author SHA1 Message Date
Rapptz 53ab263125 Split channel types. 9 years ago
Rapptz 45c729b167 Switch IDs to use int instead of str 9 years ago
Rapptz 31229a53e9 Optimise VoiceState for memory. 9 years ago
Rapptz 044b0824e6 Begin working on the rewrite. 9 years ago
Rapptz a8264f6540 Chunk every guild if it's a user bot. 8 years ago
Rapptz bed2e90e82 Properly propagate loop. Fixes #420. 8 years ago
Rapptz a0f4ad36eb Timeout waiting for chunking. 8 years ago
khazhyk c8fd8a9e1a Fix crash on duplicate or out of order reactions. 8 years ago
Rapptz 92c3c2804d Support MESSAGE_REACTION_REMOVE_ALL event. 8 years ago
khazhyk 8bd242f00b Fix crash on reaction remove. 9 years ago
Rapptz 12a3403af3 Change reaction events signature and name. 9 years ago
khazhyk 4d87b2f817 Inject full Emoji to Reaction if we have it. 9 years ago
khazhyk c4acc0e1a1 Add support for reactions. 9 years ago
Khazhismel c5a989eeb2 Add custom emoji support. 9 years ago
Rapptz b0e5357716 Fix voice state update issue in on_voice_state_update 9 years ago
Rapptz 3cd9f80854 Fix bug where discriminators would not update in PRESENCE_UPDATE. 9 years ago
Rapptz bd39c3ef45 Add utility properties to CallMessage to query information. 9 years ago
Rapptz 1c8ab25917 Add support for querying information about group calls. 9 years ago
Rapptz 91351a3238 Handle adding and removal of group members. 9 years ago
Rapptz c7f99afe7e Handle private channel CHANNEL_CREATE better. 9 years ago
Rapptz a128249b63 Add support for different message types and call message. 9 years ago
Rapptz 69c506d7ae Handle CHANNEL_UPDATE for group direct messages. 9 years ago
Rapptz ddd3fd0a3d Begin working on gateway v6 changes. 9 years ago
Rapptz d87d11c5a6 Fix voice states being overwritten after a GUILD_SYNC. 9 years ago
Rapptz a1ae8fdb10 Handle MESSAGE_DELETE_BULK. 9 years ago
Rapptz 8b3617111a Support for v5 Gateway. 9 years ago
Rapptz c97e5a17e6 Update positions when a role is added or removed. 9 years ago
Rapptz 5016f12079 Add Role.server attribute. 9 years ago
Rapptz 8638ff4414 Update voice client main ws references when reconnecting. 9 years ago
Rapptz e0a91df32b Add RESUME support. 9 years ago
Rapptz bf650297a1 Only trigger on_voice_state_update if the member actually exists. 9 years ago
Rapptz a31188c966 Fix bug where members leaving will stay in Channel.voice_members. 9 years ago
Rapptz cf2bee5c43 Fix issue with Member.joined_at being None. 9 years ago
Rapptz d9c780b8a8 Working multi-server voice support. 9 years ago
Rapptz 5e8c79bf76 Attempt to consistently sort of all Member.roles 9 years ago
Rapptz ebaf74e784 Sort member.roles by ID but keep the default role in index 0. 9 years ago
Rapptz 133e8d3a44 Add support for server specific nicknames. 9 years ago
Rapptz 1c623ccf11 Begin working on gateway v4 support. 9 years ago
Rapptz 8d7dd79673 Fix deadlock issue when joining large guilds. 9 years ago
Rapptz 7eb9a7dfdc Handle bot tag updates in GUILD_MEMBER_UPDATE. 9 years ago
Rapptz 7023b353f6 User JSON object has 'username' keys not 'name'. 9 years ago
Rapptz 6076c8c671 Better chunking behaviour and add members on PRESENCE_UPDATE. 9 years ago
Khazhismel 84f1342b85 Fix chunk requests not actually being batched. 9 years ago
Rapptz 0401ab561b Proper chunking for unavailable guilds. 9 years ago
Zeta f235dc5ca4 Fix handling of message update in MESSAGE_UPDATE 9 years ago
Rapptz 8b7f15ef8d Skip member_update event when a member is not in a guild. 9 years ago
Rapptz 80587fc1e9 Change parsing of READY to be eager again. 9 years ago
Rapptz 6ac2e07833 Fix bug where large servers in GUILD_CREATE did not get chunked. 9 years ago
Rapptz 425bd2c091 Move chunking logic back into ConnectionState. 9 years ago
Rapptz 3802e7f534 Server.me is now a dynamic property to avoid outdated references. 9 years ago