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
*
animated key is never given to reaction_remove(_emoji)
NCPlayz
2020-04-06
1
-3
/
+3
*
Rename allowed mention parameters to allowed_mentions
Rapptz
2020-04-04
1
-4
/
+4
*
Add support for configuring allowed mentions per message or bot wide.
Rapptz
2020-04-04
1
-0
/
+7
*
Bump waiting time of GUILD_CREATE stream by number of shards waited.
Rapptz
2020-01-28
1
-2
/
+3
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Add support for clearing a specific reaction.
Rapptz
2020-01-17
1
-0
/
+17
*
Add support for on_invite_create and on_invite_delete
Rapptz
2020-01-17
1
-0
/
+9
*
Expose _ActivityTag as BaseActivity to easily refer to.
Rapptz
2020-01-14
1
-3
/
+3
*
Rewrite on_ready delay to actually make sense and prevent heavy sleep
Rapptz
2020-01-14
1
-7
/
+15
*
Fix issue with `shard_ready` not dispatching when not fetching offline
NCPlayz
2020-01-14
1
-12
/
+6
*
Add `RawReactionActionEvent.member`
NCPlayz
2019-12-17
1
-1
/
+9
*
Fix all deprecation warnings for 3.8
Rapptz
2019-11-20
1
-6
/
+6
*
Fix regression with references being overwritten from the cache.
Rapptz
2019-11-20
1
-1
/
+3
*
Move PartialEmoji over to a new namespace to avoid circular imports
Rapptz
2019-11-20
1
-1
/
+2
*
Manually trigger GC in cases of large deallocations.
Rapptz
2019-11-18
1
-0
/
+10
*
animation field in reaction objects are not consistently available
Rapptz
2019-11-15
1
-7
/
+7
*
Actually add things to the message cache.
Rapptz
2019-08-27
1
-2
/
+2
*
Fix _get_message returning the message cache.
Lorenzo
2019-08-27
1
-1
/
+1
*
Allow disabling the message cache with max_messages=None
Rapptz
2019-08-27
1
-7
/
+15
*
Add RawReactionActionEvent.event_type attribute.
Rapptz
2019-08-11
1
-2
/
+2
*
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
[next]