aboutsummaryrefslogtreecommitdiff
path: root/src/cache/cache_events_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.