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 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
[prev]