aboutsummaryrefslogtreecommitdiff
path: root/src/ext/cache
Commit message (Expand)AuthorAgeFilesLines
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-9/+75
* Add Shard Id helpersZeyla Hellyer2017-04-121-0/+4
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-5/+6
* Remove support for group calls and guild syncZeyla Hellyer2017-04-091-103/+0
* Remove selfbot supportZeyla Hellyer2017-04-051-100/+0
* Fix Member methods due to variant joined_at valuesZeyla Hellyer2017-03-201-0/+1
* Fix deadlock/panic on channel create event for private messagesSteffen Schröter2017-03-191-1/+1
* Fix incorrect cache exampleSteffen Schröter2017-03-171-1/+1
* Update doctests for Context changesZeyla Hellyer2017-02-151-6/+4
* Fix a not-if-else lintZeyla Hellyer2017-02-121-3/+3
* Remove improper uses of `map` in the cachealex2017-02-101-63/+23
* Optimize cachingZeyla Hellyer2017-02-091-263/+404
* Fix docs linksAustin Hellyer2017-01-241-3/+2
* Code style cleanupAustin Hellyer2017-01-081-1/+1
* Fix typoIllia2016-12-311-2/+2
* Fix some clippy lintsAustin Hellyer2016-12-091-6/+6
* Allow mentionable structs to be used as command argumentsIllia2016-12-071-0/+14
* Add Member::colourIllia2016-12-031-3/+3
* Add documentation for examplesAustin Hellyer2016-11-291-3/+3
* Clean up the codebaseAustin Hellyer2016-11-291-137/+13
* Improve docs and add new message builder methodsIllia K2016-11-281-6/+6
* Correctly track Cache's unavailable guildsAustin Hellyer2016-11-271-0/+6
* Add a bit more docsAustin Hellyer2016-11-261-6/+283
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-261-4/+23
* Remove the 'extras' feature flagAustin Hellyer2016-11-261-1/+0
* Add Cache::get_guild_channelAustin Hellyer2016-11-261-0/+13
* Move events into their own moduleAustin Hellyer2016-11-251-0/+1
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-17/+17
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-3/+3
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-241-6/+6
* Rename the State to CacheAustin Hellyer2016-11-221-0/+853