aboutsummaryrefslogtreecommitdiff
path: root/src/cache
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use the de-generification trick."acdenisSK2017-10-031-43/+9
* Use the de-generification trick.acdenisSK2017-10-021-9/+43
* Apply rustfmtZeyla Hellyer2017-09-181-3/+3
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-0/+1
* Don't clone in Cache::all_guilds/private_channelsZeyla Hellyer2017-09-141-5/+3
* Put the cloning at a later stageacdenisSK2017-09-141-2/+2
* Revamp `CacheEventsImpl`acdenisSK2017-09-123-517/+14
* Handle channel category deletionZeyla Hellyer2017-09-091-14/+16
* Apply rustfmt + fix testsZeyla Hellyer2017-09-092-5/+11
* Implement categoriesacdenisSK2017-09-092-0/+18
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-272-58/+68
* Revamp `RwLock` usage in the libacdenisSK2017-08-242-117/+93
* Apply rustfmtZeyla Hellyer2017-08-182-92/+73
* ClippyacdenisSK2017-08-191-1/+1
* Don't do any other fuzz about private channels if they're already in the cacheacdenisSK2017-08-111-0/+4
* Put `update_user_entry` back into the cacheacdenisSK2017-08-112-14/+12
* Split event handling in the cache to a traitacdenisSK2017-08-102-473/+544
* Remove uneccessary mapacdenisSK2017-08-041-2/+2
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-34/+32
* rustfmtacdenisSK2017-07-271-104/+130
* Remove the deprecated functionsacdenisSK2017-07-111-67/+0
* Actually, use `unreachable!` instead of `panic!`acdenisSK2017-07-071-1/+1
* Apply the new api change for dms in botsacdenisSK2017-07-071-35/+19
* Fix doc testsacdenisSK2017-07-021-40/+52
* Docs fixesmei2017-06-271-49/+11
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-141-47/+25
* Make Member::guild_id non-optionalZeyla Hellyer2017-06-131-1/+1
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-061-3/+3
* Clippy lintsZeyla Hellyer2017-06-061-3/+3
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-1/+1
* Add cache docsMaiddog2017-05-301-0/+115
* Add more examples and improve some othersZeyla Hellyer2017-05-231-5/+64
* Restructure modulesZeyla Hellyer2017-05-221-0/+1023