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
*
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
*
performance improvements
Steven Berler
2016-01-08
1
-57
/
+76
*
Fix handling of embed-only MESSAGE_UPDATE.
Rapptz
2016-01-07
1
-1
/
+6
*
Change the way MESSAGE_UPDATE events are handled.
Rapptz
2016-01-07
1
-11
/
+1
*
Unavailable guilds get added to cache.
Rapptz
2016-01-06
1
-2
/
+0
*
Update license of files to 2016.
Rapptz
2016-01-04
1
-1
/
+1
*
ConnectionState is now constructed in Client.__init__.
Rapptz
2015-12-29
1
-3
/
+5
*
Add game data class, replace game_id.
Khazhismel
2015-12-23
1
-1
/
+3
*
Delete messages from message cache when you leave the server.
Rapptz
2015-12-19
1
-1
/
+9
*
Add __slots__ where appropriate to data classes.
Rapptz
2015-12-19
1
-1
/
+0
*
Add on_member_ban and on_member_unban events.
Rapptz
2015-12-17
1
-0
/
+20
*
Remove on_status event. Superseded by on_member_update.
Rapptz
2015-12-17
1
-2
/
+1
*
All update related events now pass in the previous state.
Rapptz
2015-12-17
1
-6
/
+10
*
Add Server.me attribute to access the Member version of Client.user.
Rapptz
2015-12-16
1
-0
/
+1
*
Make more things into properties.
Rapptz
2015-12-16
1
-2
/
+2
*
Fix GUILD_ROLE_DELETE triggering ValueError.
Rapptz
2015-12-14
1
-5
/
+12
*
avoid potential bug when creating new private msgs
Steven Berler
2015-12-13
1
-2
/
+3
*
Fix issue with member.roles being empty.
Rapptz
2015-12-08
1
-1
/
+2
*
Handle GUILD_UPDATE
Rapptz
2015-12-06
1
-0
/
+7
*
Add enumerators instead of strings.
Rapptz
2015-12-04
1
-0
/
+5
*
Begin working on asyncio port.
Rapptz
2015-12-04
1
-0
/
+295