| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revamp `CacheEventsImpl` | acdenisSK | 2017-09-12 | 1 | -514/+0 |
| | | |||||
| * | Handle channel category deletion | Zeyla Hellyer | 2017-09-09 | 1 | -14/+16 |
| | | |||||
| * | Apply rustfmt + fix tests | Zeyla Hellyer | 2017-09-09 | 1 | -4/+8 |
| | | |||||
| * | Implement categories | acdenisSK | 2017-09-09 | 1 | -0/+10 |
| | | |||||
| * | Add ability to play DCA and Opus files. (#148) | Maiddog | 2017-08-27 | 1 | -54/+64 |
| | | |||||
| * | Revamp `RwLock` usage in the lib | acdenisSK | 2017-08-24 | 1 | -112/+88 |
| | | | | | Also not quite sure if they goofed rustfmt or something, but its changes it did were a bit bizarre. | ||||
| * | Apply rustfmt | Zeyla Hellyer | 2017-08-18 | 1 | -89/+70 |
| | | |||||
| * | Clippy | acdenisSK | 2017-08-19 | 1 | -1/+1 |
| | | |||||
| * | Don't do any other fuzz about private channels if they're already in the cache | acdenisSK | 2017-08-11 | 1 | -0/+4 |
| | | |||||
| * | Put `update_user_entry` back into the cache | acdenisSK | 2017-08-11 | 1 | -13/+0 |
| | | | | | Not really related to the events by any means | ||||
| * | Split event handling in the cache to a trait | acdenisSK | 2017-08-10 | 1 | -0/+540 |
| note: This trait might become like `framework::Framework` in the future. | |||||