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
*
Proper boolean check for caching members.
Rapptz
2019-07-15
1
-1
/
+1
*
Add Guild.query_members to fetch members from the gateway.
Rapptz
2019-07-15
1
-7
/
+43
*
Allow complete disabling of the member cache.
Rapptz
2019-07-11
1
-1
/
+4
*
Add support for guild subscriptions.
Rapptz
2019-07-10
1
-0
/
+1
*
Fix regression with unresolved channels due to reordering.
Rapptz
2019-06-29
1
-3
/
+5
*
Publicly expose a type property for all channels.
Rapptz
2019-06-09
1
-1
/
+1
*
Replace Enum with an internal one for significant speed improvements.
Rapptz
2019-06-09
1
-3
/
+2
*
Improve performance of parsing MESSAGE_UPDATE and MESSAGE_CREATE events
Rapptz
2019-06-07
1
-9
/
+1
*
Use a dict instead of getattr for parsing events.
Rapptz
2019-05-29
1
-0
/
+6
*
Add cached_message to on_raw_message_edit event
Vexs
2019-05-09
1
-1
/
+4
*
Fix USER_UPDATE changes not triggering for member instances.
Rapptz
2019-04-28
1
-6
/
+8
*
Fix long-standing issue with user updates not dispatching properly.
Rapptz
2019-04-08
1
-3
/
+6
*
GUILD_MEMBER_UPDATE no longer does actual user updates.
Rapptz
2019-04-08
1
-1
/
+1
*
Redesign bulk delete events
Vexs
2019-04-06
1
-7
/
+8
*
Redesign asset retrieval in the library.
NCPlayz
2019-04-06
1
-2
/
+2
*
Get cached message in reverse order for improved performance.
Rapptz
2019-03-23
1
-1
/
+1
*
Add TextChannel.last_message_id and TextChannel.last_message
Rapptz
2019-03-20
1
-0
/
+2
*
Expose Embed.from_data as Embed.from_dict
Rapptz
2019-03-13
1
-1
/
+1
*
Log unknown channel warning in WEBHOOK_UPDATE
CraftSpider
2019-02-18
1
-2
/
+3
*
Add guild_integrations_update event
CraftSpider
2019-02-18
1
-0
/
+7
*
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
[next]