index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
state.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort roles by hierarchy rather than by ID.
Rapptz
2017-08-29
1
-2
/
+2
*
Fix potential chunking woe.
Rapptz
2017-01-23
1
-1
/
+1
*
Fix issue with chunking on userbots when a guild is unavailable.
Rapptz
2017-01-21
1
-1
/
+1
*
Fix case where on_reaction_add returned None in PMs with users.
Rapptz
2017-01-13
1
-0
/
+2
*
Chunk every guild if it's a user bot.
Rapptz
2016-12-24
1
-3
/
+4
*
Properly propagate loop. Fixes #420.
Rapptz
2016-12-21
1
-3
/
+6
*
Timeout waiting for chunking.
Rapptz
2016-12-16
1
-4
/
+10
*
Fix crash on duplicate or out of order reactions.
khazhyk
2016-11-30
1
-2
/
+5
*
Support MESSAGE_REACTION_REMOVE_ALL event.
Rapptz
2016-11-21
1
-0
/
+7
*
Fix crash on reaction remove.
khazhyk
2016-11-05
1
-1
/
+1
*
Change reaction events signature and name.
Rapptz
2016-11-03
1
-2
/
+2
*
Inject full Emoji to Reaction if we have it.
khazhyk
2016-11-03
1
-14
/
+31
*
Add support for reactions.
khazhyk
2016-10-27
1
-0
/
+55
*
Add custom emoji support.
Khazhismel
2016-07-31
1
-0
/
+7
*
Fix voice state update issue in on_voice_state_update
Rapptz
2016-07-23
1
-2
/
+2
*
Fix bug where discriminators would not update in PRESENCE_UPDATE.
Rapptz
2016-07-21
1
-0
/
+1
*
Add utility properties to CallMessage to query information.
Rapptz
2016-07-15
1
-1
/
+1
*
Add support for querying information about group calls.
Rapptz
2016-07-15
1
-4
/
+29
*
Handle adding and removal of group members.
Rapptz
2016-07-15
1
-1
/
+16
*
Handle private channel CHANNEL_CREATE better.
Rapptz
2016-07-15
1
-2
/
+2
*
Add support for different message types and call message.
Rapptz
2016-07-13
1
-1
/
+4
*
Handle CHANNEL_UPDATE for group direct messages.
Rapptz
2016-07-13
1
-4
/
+14
*
Begin working on gateway v6 changes.
Rapptz
2016-07-13
1
-5
/
+2
*
Fix voice states being overwritten after a GUILD_SYNC.
Rapptz
2016-06-28
1
-3
/
+4
*
Handle MESSAGE_DELETE_BULK.
Rapptz
2016-06-22
1
-0
/
+7
*
Support for v5 Gateway.
Rapptz
2016-06-22
1
-3
/
+13
*
Update positions when a role is added or removed.
Rapptz
2016-06-01
1
-2
/
+2
*
Add Role.server attribute.
Rapptz
2016-06-01
1
-4
/
+3
*
Update voice client main ws references when reconnecting.
Rapptz
2016-06-01
1
-0
/
+4
*
Add RESUME support.
Rapptz
2016-06-01
1
-0
/
+3
*
Only trigger on_voice_state_update if the member actually exists.
Rapptz
2016-05-20
1
-2
/
+3
*
Fix bug where members leaving will stay in Channel.voice_members.
Rapptz
2016-05-20
1
-0
/
+9
*
Fix issue with Member.joined_at being None.
Rapptz
2016-05-10
1
-1
/
+2
*
Working multi-server voice support.
Rapptz
2016-05-01
1
-0
/
+21
*
Attempt to consistently sort of all Member.roles
Rapptz
2016-04-29
1
-4
/
+3
*
Sort member.roles by ID but keep the default role in index 0.
Rapptz
2016-04-29
1
-1
/
+4
*
Add support for server specific nicknames.
Rapptz
2016-04-29
1
-1
/
+6
*
Begin working on gateway v4 support.
Rapptz
2016-04-27
1
-3
/
+5
*
Fix deadlock issue when joining large guilds.
Rapptz
2016-04-15
1
-5
/
+13
*
Handle bot tag updates in GUILD_MEMBER_UPDATE.
Rapptz
2016-04-12
1
-0
/
+2
*
User JSON object has 'username' keys not 'name'.
Rapptz
2016-04-11
1
-1
/
+1
*
Better chunking behaviour and add members on PRESENCE_UPDATE.
Rapptz
2016-04-11
1
-23
/
+28
*
Fix chunk requests not actually being batched.
Khazhismel
2016-04-11
1
-3
/
+5
*
Proper chunking for unavailable guilds.
Rapptz
2016-04-10
1
-24
/
+66
*
Fix handling of message update in MESSAGE_UPDATE
Zeta
2016-04-05
1
-6
/
+5
*
Skip member_update event when a member is not in a guild.
Rapptz
2016-04-02
1
-1
/
+1
*
Change parsing of READY to be eager again.
Rapptz
2016-03-06
1
-12
/
+14
*
Fix bug where large servers in GUILD_CREATE did not get chunked.
Rapptz
2016-03-06
1
-3
/
+14
*
Move chunking logic back into ConnectionState.
Rapptz
2016-03-06
1
-3
/
+21
*
Server.me is now a dynamic property to avoid outdated references.
Rapptz
2016-03-01
1
-1
/
+1
[next]