aboutsummaryrefslogtreecommitdiffstats
path: root/src/cache/user.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed backend API, again.alyx2024-04-091-0/+3
| | | | Turns out track.getInfo just doesn't feel like serving image data anymore, even though the example response shows it. I love last.fm so much.
* Various fixesrelease-0.2.0alyx2024-04-081-1/+1
|
* Lua dev mode functionalalyx2024-04-061-0/+4
|
* clippyalyx2024-04-031-0/+1
|
* whitelist -> allowlistalyx2024-04-031-18/+18
|
* Add SPDX info to all filesalyx2024-04-021-0/+1
|
* Move caching to src/cache/; Finalize API parsing fixesalyx2024-04-011-0/+101
Font and user cache code has been moved to special files, independant from src/config.rs API parsing changes have been properly tested, and last.fm API JSON is now trace-logged for debugging convenience.