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 some linting errors.
Rapptz
2017-04-22
1
-4
/
+1
*
Better handling of VOICE_SERVER_UPDATE.
Rapptz
2017-04-18
1
-2
/
+2
*
Re-implement voice sending.
Rapptz
2017-04-18
1
-0
/
+10
*
Don't clear state when READY is reached for auto sharded clients.
Rapptz
2017-04-16
1
-1
/
+0
*
Improve logging in more places.
Rapptz
2017-04-12
1
-2
/
+3
*
Use global user cache to fetch reaction event data.
Rapptz
2017-04-09
1
-9
/
+6
*
Fix KeyError in certain logging cases.
Rapptz
2017-04-07
1
-2
/
+2
*
Keep track of Emoji instances myself.
Rapptz
2017-03-29
1
-2
/
+8
*
Always overwrite Emoji references in the state.
Rapptz
2017-03-26
1
-5
/
+2
*
Fix memory leak by holding on to Emoji references weakly.
Rapptz
2017-03-24
1
-1
/
+1
*
Revert "Reference the ConnectionState by weakref."
Rapptz
2017-03-24
1
-19
/
+19
*
Reference the ConnectionState by weakref instead of a strong reference.
Rapptz
2017-03-22
1
-19
/
+19
*
Eventual consistency fixes.
Rapptz
2017-03-21
1
-3
/
+41
*
Remove call handling for now.
Rapptz
2017-03-13
1
-19
/
+0
*
Fix issue with members not copying correctly.
Rapptz
2017-03-05
1
-1
/
+1
*
Remove remaining voice_member tracking.
Rapptz
2017-02-28
1
-11
/
+0
*
Check for PrivateChannel before GuildChannel in Client.get_channel
Rapptz
2017-02-25
1
-4
/
+4
*
Wrap asyncio.wait into a saner alternative that raises TimeoutError.
Rapptz
2017-02-25
1
-3
/
+3
*
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
[next]