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
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-8
/
+10
*
[lint] Replace equality comparisons to singletons
Hornwitser
2018-11-24
1
-8
/
+8
*
[lint] Rename exception variables to exc
Hornwitser
2018-11-24
1
-2
/
+2
*
Optimise tight loops in DiscordGateway.received_message
Rapptz
2018-09-24
1
-1
/
+12
*
Optimise some member and user related routines.
Rapptz
2018-09-24
1
-1
/
+1
*
Change internal role storage in Guild to a dict instead of a list.
Rapptz
2018-09-24
1
-4
/
+3
*
Fix webhook_update from code review
Jeremy Zhang
2018-09-15
1
-2
/
+3
*
Simple parser for WEBHOOKS_UPDATE
Jeremy Zhang
2018-09-15
1
-0
/
+4
*
Ensure large guilds are properly appended to the ready state guild list
Bryan Forbes
2018-08-28
1
-1
/
+1
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-2
/
+2
*
[lint] Remove unused variables
Hornwitser
2018-08-22
1
-2
/
+2
*
[lint] Remove unused imports
Hornwitser
2018-08-22
1
-1
/
+0
*
Fix crashing with wonky TYPING_START events.
Rapptz
2018-07-20
1
-1
/
+1
*
Store guild, unavailable tuple in ready as well
khazhyk
2018-06-30
1
-1
/
+1
*
don't drop guild_available/join before ready
khazhyk
2018-06-29
1
-5
/
+23
*
Remove dead package references.
Rapptz
2018-06-10
1
-1
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-26
/
+21
*
Remove emojis from cache if they're removed from a guild.
Rapptz
2018-05-19
1
-0
/
+2
*
Change raw events to use slotted data models instead of parameters.
Rapptz
2018-04-14
1
-34
/
+38
*
Userbots do not have a DM cache cap limit.
Rapptz
2018-04-02
1
-1
/
+1
*
Split Game object to separate Activity subtypes for Rich Presences.
Rapptz
2018-03-05
1
-4
/
+8
*
Don't cache webhook users.
Rapptz
2018-02-24
1
-1
/
+3
*
Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter
Gorialis
2018-01-06
1
-4
/
+4
*
Add category support.
Rapptz
2017-09-13
1
-4
/
+4
*
Fix crashing for now when a category is created.
Rapptz
2017-09-08
1
-0
/
+4
*
Add heartbeat_timeout to the Client options.
Rapptz
2017-08-08
1
-1
/
+1
*
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
[next]