aboutsummaryrefslogtreecommitdiff
path: root/src/cache/cache_events_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Revamp `CacheEventsImpl`acdenisSK2017-09-121-514/+0
|
* Handle channel category deletionZeyla Hellyer2017-09-091-14/+16
|
* Apply rustfmt + fix testsZeyla Hellyer2017-09-091-4/+8
|
* Implement categoriesacdenisSK2017-09-091-0/+10
|
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-54/+64
|
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-112/+88
| | | | Also not quite sure if they goofed rustfmt or something, but its changes it did were a bit bizarre.
* Apply rustfmtZeyla Hellyer2017-08-181-89/+70
|
* 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-111-13/+0
| | | | Not really related to the events by any means
* Split event handling in the cache to a traitacdenisSK2017-08-101-0/+540
note: This trait might become like `framework::Framework` in the future.