aboutsummaryrefslogtreecommitdiffstats
path: root/src/cache
Commit message (Collapse)AuthorAgeFilesLines
* Fix URL escaping issuealyx2024-04-171-1/+2
|
* 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-062-0/+8
|
* clippyalyx2024-04-031-0/+1
|
* whitelist -> allowlistalyx2024-04-031-18/+18
|
* Add SPDX info to all filesalyx2024-04-022-0/+2
|
* Move caching to src/cache/; Finalize API parsing fixesalyx2024-04-012-0/+159
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.