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
*
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
*
Do not overwrite members that are already in cache during chunking.
Rapptz
2016-02-17
1
-1
/
+2
*
Remove request_offline option.
Rapptz
2016-02-14
1
-10
/
+7
*
Update owner references when we get a chunk.
Rapptz
2016-02-14
1
-0
/
+4
*
Offline members are now added by default automatically.
Rapptz
2016-02-14
1
-6
/
+54
*
Handle case where PRESENCE_UPDATE adds members to cache.
Rapptz
2016-02-13
1
-21
/
+31
*
Add Server.member_count property for actual member count.
Rapptz
2016-02-13
1
-0
/
+2
*
Fix cases where Member.roles would have a string instead of Role.
Rapptz
2016-02-01
1
-1
/
+8
*
Update the unavailable guild's data when it becomes available.
Rapptz
2016-01-21
1
-3
/
+4
*
Guild member add will include deaf and mute now, do not provide default values
Khazhismel
2016-01-12
1
-1
/
+1
*
Handle cases where people put False-like values for game presences.
Rapptz
2016-01-11
1
-2
/
+2
*
Change internal update functions to have a leading underscore.
Rapptz
2016-01-11
1
-2
/
+2
*
document public get_ methods and make others private
Steven Berler
2016-01-08
1
-35
/
+35
[next]