aboutsummaryrefslogtreecommitdiff
path: root/discord/state.py
Commit message (Expand)AuthorAgeFilesLines
* Actually add things to the message cache.Rapptz2019-08-271-2/+2
* Fix _get_message returning the message cache.Lorenzo2019-08-271-1/+1
* Allow disabling the message cache with max_messages=NoneRapptz2019-08-271-7/+15
* Add RawReactionActionEvent.event_type attribute.Rapptz2019-08-111-2/+2
* Proper boolean check for caching members.Rapptz2019-07-151-1/+1
* Add Guild.query_members to fetch members from the gateway.Rapptz2019-07-151-7/+43
* Allow complete disabling of the member cache.Rapptz2019-07-111-1/+4
* Add support for guild subscriptions.Rapptz2019-07-101-0/+1
* Fix regression with unresolved channels due to reordering.Rapptz2019-06-291-3/+5
* Publicly expose a type property for all channels.Rapptz2019-06-091-1/+1
* Replace Enum with an internal one for significant speed improvements.Rapptz2019-06-091-3/+2
* Improve performance of parsing MESSAGE_UPDATE and MESSAGE_CREATE eventsRapptz2019-06-071-9/+1
* Use a dict instead of getattr for parsing events.Rapptz2019-05-291-0/+6
* Add cached_message to on_raw_message_edit eventVexs2019-05-091-1/+4
* Fix USER_UPDATE changes not triggering for member instances.Rapptz2019-04-281-6/+8
* Fix long-standing issue with user updates not dispatching properly.Rapptz2019-04-081-3/+6
* GUILD_MEMBER_UPDATE no longer does actual user updates.Rapptz2019-04-081-1/+1
* Redesign bulk delete eventsVexs2019-04-061-7/+8
* Redesign asset retrieval in the library.NCPlayz2019-04-061-2/+2
* Get cached message in reverse order for improved performance.Rapptz2019-03-231-1/+1
* Add TextChannel.last_message_id and TextChannel.last_messageRapptz2019-03-201-0/+2
* Expose Embed.from_data as Embed.from_dictRapptz2019-03-131-1/+1
* Log unknown channel warning in WEBHOOK_UPDATECraftSpider2019-02-181-2/+3
* Add guild_integrations_update eventCraftSpider2019-02-181-0/+7
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* [lint] Fix import orderHornwitser2018-11-241-8/+10
* [lint] Replace equality comparisons to singletonsHornwitser2018-11-241-8/+8
* [lint] Rename exception variables to excHornwitser2018-11-241-2/+2
* Optimise tight loops in DiscordGateway.received_messageRapptz2018-09-241-1/+12
* Optimise some member and user related routines.Rapptz2018-09-241-1/+1
* Change internal role storage in Guild to a dict instead of a list.Rapptz2018-09-241-4/+3
* Fix webhook_update from code reviewJeremy Zhang2018-09-151-2/+3
* Simple parser for WEBHOOKS_UPDATEJeremy Zhang2018-09-151-0/+4
* Ensure large guilds are properly appended to the ready state guild listBryan Forbes2018-08-281-1/+1
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-2/+2
* [lint] Remove unused variablesHornwitser2018-08-221-2/+2
* [lint] Remove unused importsHornwitser2018-08-221-1/+0
* Fix crashing with wonky TYPING_START events.Rapptz2018-07-201-1/+1
* Store guild, unavailable tuple in ready as wellkhazhyk2018-06-301-1/+1
* don't drop guild_available/join before readykhazhyk2018-06-291-5/+23
* Remove dead package references.Rapptz2018-06-101-1/+1
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-26/+21
* Remove emojis from cache if they're removed from a guild.Rapptz2018-05-191-0/+2
* Change raw events to use slotted data models instead of parameters.Rapptz2018-04-141-34/+38
* Userbots do not have a DM cache cap limit.Rapptz2018-04-021-1/+1
* Split Game object to separate Activity subtypes for Rich Presences.Rapptz2018-03-051-4/+8
* Don't cache webhook users.Rapptz2018-02-241-1/+3
* Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverterGorialis2018-01-061-4/+4
* Add category support.Rapptz2017-09-131-4/+4
* Fix crashing for now when a category is created.Rapptz2017-09-081-0/+4