92 Commits (98b981848d757e8fb66d4a874a3107c0e8de2963)

Author SHA1 Message Date
Rapptz 98b981848d Move message creation to a factory method inside ConnectionState. 8 years ago
Rapptz 5e6bfecb07 Move away from StateContext and use ConnectionState directly. 8 years ago
Rapptz 4e175d36d3 Add delete_after parameter to MessageChannel.send 8 years ago
Rapptz 79a49f9145 Absolute import some circular dependencies to appease Python 3.4. 8 years ago
Rapptz 2c50c18ca3 Change dict value views into lists. 9 years ago
Rapptz c187d87dae Re-add support for reactions. 9 years ago
Rapptz 59a0df5f98 Rename try_insert_user to store_user 9 years ago
Rapptz 5cb3ad14e8 Make emojis and members stateful. 9 years ago
Rapptz a7a60e433b Make roles and guilds stateful. 9 years ago
Rapptz d1d54a468a Rename Server to Guild everywhere. 9 years ago
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