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 Client.emojis returning a list of IDs.
Rapptz
2017-02-21
1
-1
/
+1
*
Add Client.emojis to get all emojis.
Rapptz
2017-02-10
1
-0
/
+4
*
Add missing int casts in many different events in the state.
Rapptz
2017-01-28
1
-9
/
+13
*
Add compatibility shim for asyncio.Future creation.
Rapptz
2017-01-25
1
-1
/
+1
*
Add option to disable auto member chunking.
Rapptz
2017-01-23
1
-36
/
+53
*
Fix issue with user bots chunking unavailable guilds.
Rapptz
2017-01-21
1
-2
/
+2
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Add support for relationships.
Rapptz
2017-01-20
1
-1
/
+29
*
Make ClientUser separate from a regular User.
Rapptz
2017-01-19
1
-3
/
+3
*
Reimplement Guild.me property without patching it in.
Rapptz
2017-01-18
1
-2
/
+0
*
Simple parser for CHANNEL_PINS_UPDATE
Ian Salmons
2017-01-09
1
-0
/
+5
*
Allow overriding the shard_ids used for initial shard launch.
Rapptz
2017-01-08
1
-3
/
+0
*
Implement AutoShardedClient for transparent sharding.
Rapptz
2017-01-07
1
-3
/
+77
*
Fix variable shadowing in READY parsing.
Rapptz
2017-01-05
1
-4
/
+3
*
Move global user cache to a WeakValueDictionary.
Rapptz
2017-01-04
1
-1
/
+5
*
Fix bug that made member roles go missing.
Rapptz
2017-01-03
1
-13
/
+3
*
Make User and Member messageable.
Rapptz
2017-01-03
1
-0
/
+5
*
Move message creation to a factory method inside ConnectionState.
Rapptz
2017-01-03
1
-20
/
+21
*
Move away from StateContext and use ConnectionState directly.
Rapptz
2017-01-03
1
-23
/
+17
*
Add delete_after parameter to MessageChannel.send
Rapptz
2017-01-03
1
-2
/
+2
*
Absolute import some circular dependencies to appease Python 3.4.
Rapptz
2017-01-03
1
-18
/
+20
*
Change dict value views into lists.
Rapptz
2017-01-03
1
-3
/
+3
*
Re-add support for reactions.
Rapptz
2017-01-03
1
-66
/
+49
*
Rename try_insert_user to store_user
Rapptz
2017-01-03
1
-7
/
+7
*
Make emojis and members stateful.
Rapptz
2017-01-03
1
-2
/
+3
*
Make roles and guilds stateful.
Rapptz
2017-01-03
1
-2
/
+2
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
1
-138
/
+138
*
Split channel types.
Rapptz
2017-01-03
1
-18
/
+22
*
Switch IDs to use int instead of str
Rapptz
2017-01-03
1
-41
/
+38
*
Optimise VoiceState for memory.
Rapptz
2017-01-03
1
-12
/
+13
*
Begin working on the rewrite.
Rapptz
2017-01-03
1
-54
/
+39
*
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
[next]