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
*
Accidentally left a print statement.
Rapptz
2017-07-05
1
-1
/
+0
*
Implement a LRU cache for private channels.
Rapptz
2017-07-04
1
-4
/
+20
*
Don't unnecessarily re-create private channels.
Rapptz
2017-07-04
1
-3
/
+6
*
Downgrade PartialReactionEmoji to str in non-raw reaction events.
Rapptz
2017-06-09
1
-1
/
+4
*
Defer logging formatting until the logger is actually called.
Rapptz
2017-06-09
1
-1
/
+1
*
Implement "partial" message events.
Rapptz
2017-06-09
1
-13
/
+52
*
Don't expose Client.messages
Rapptz
2017-05-26
1
-7
/
+7
*
Don't dispatch on_voice_state_update when Member is not found.
Rapptz
2017-05-22
1
-1
/
+3
*
Allow setting a presence upon logging in.
Rapptz
2017-05-20
1
-1
/
+16
*
Split on_channel_pins_update as well.
Rapptz
2017-05-05
1
-2
/
+16
*
Rework some events to make more sense.
Rapptz
2017-05-05
1
-9
/
+10
*
Make sure that the chunker task only runs once.
Rapptz
2017-05-01
1
-25
/
+34
*
Add Client.get_emoji to get an Emoji from an ID.
Rapptz
2017-04-30
1
-0
/
+3
*
Don't set VoiceClient.channel to None when VOICE_STATE_UPDATE says so.
Rapptz
2017-04-26
1
-1
/
+3
*
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
[next]