aboutsummaryrefslogtreecommitdiff
path: root/discord/state.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add heartbeat_timeout to the Client options.Rapptz2017-08-081-1/+1
* Accidentally left a print statement.Rapptz2017-07-051-1/+0
* Implement a LRU cache for private channels.Rapptz2017-07-041-4/+20
* Don't unnecessarily re-create private channels.Rapptz2017-07-041-3/+6
* Downgrade PartialReactionEmoji to str in non-raw reaction events.Rapptz2017-06-091-1/+4
* Defer logging formatting until the logger is actually called.Rapptz2017-06-091-1/+1
* Implement "partial" message events.Rapptz2017-06-091-13/+52
* Don't expose Client.messagesRapptz2017-05-261-7/+7
* Don't dispatch on_voice_state_update when Member is not found.Rapptz2017-05-221-1/+3
* Allow setting a presence upon logging in.Rapptz2017-05-201-1/+16
* Split on_channel_pins_update as well.Rapptz2017-05-051-2/+16
* Rework some events to make more sense.Rapptz2017-05-051-9/+10
* Make sure that the chunker task only runs once.Rapptz2017-05-011-25/+34
* Add Client.get_emoji to get an Emoji from an ID.Rapptz2017-04-301-0/+3
* Don't set VoiceClient.channel to None when VOICE_STATE_UPDATE says so.Rapptz2017-04-261-1/+3
* Fix some linting errors.Rapptz2017-04-221-4/+1
* Better handling of VOICE_SERVER_UPDATE.Rapptz2017-04-181-2/+2
* Re-implement voice sending.Rapptz2017-04-181-0/+10
* Don't clear state when READY is reached for auto sharded clients.Rapptz2017-04-161-1/+0
* Improve logging in more places.Rapptz2017-04-121-2/+3
* Use global user cache to fetch reaction event data.Rapptz2017-04-091-9/+6
* Fix KeyError in certain logging cases.Rapptz2017-04-071-2/+2
* Keep track of Emoji instances myself.Rapptz2017-03-291-2/+8
* Always overwrite Emoji references in the state.Rapptz2017-03-261-5/+2