Commit Graph

90 Commits

Author SHA1 Message Date
oysteikt fc5cbe8024 commands/listplaylistinfo: add response type 2025-12-07 21:33:01 +09:00
oysteikt c811094908 commands: implement all database selection responses 2025-12-07 21:33:02 +09:00
oysteikt 267fd0e2e9 types/tag: make orderable 2025-12-07 20:53:45 +09:00
oysteikt b97b650f64 common/types: add db selection print types 2025-12-07 21:21:58 +09:00
oysteikt a2c143a461 commands/listplaylists: implement 2025-12-07 20:53:45 +09:00
oysteikt d811840ea1 commands: parse to Self::Request 2025-12-05 22:00:11 +09:00
oysteikt 925eb1941a filter: export all types from inner module 2025-12-05 21:00:01 +09:00
oysteikt ef753e199a common: don't expose types directly 2025-12-05 20:59:19 +09:00
oysteikt cdb3b2d58c commands: add docs for Command trait 2025-11-25 05:28:58 +09:00
oysteikt 4f8fa26cd4 common/types: add better alias for MountPath 2025-11-25 04:27:20 +09:00
oysteikt 5117ed319d common/types: add better alias for AudioOutputId 2025-11-25 04:22:30 +09:00
oysteikt 69f79197aa common/types: add type for ChannelName 2025-11-25 04:13:32 +09:00
oysteikt f778d85a3c common/types: add better alias for PlaylistVersion 2025-11-25 04:02:03 +09:00
oysteikt e56b9ab6c4 common/types: add type for Sort 2025-11-25 03:56:01 +09:00
oysteikt 59a347f610 response_tokenizer: rewrite
This commit contains a rewrite of the response tokenizer, which
introduces lazy parsing of the response, handling of binary data, some
tests, as well as just generally more robustness against errors.
2025-11-24 23:49:27 +09:00
oysteikt bdbecf3e8f commands: fix request de/serialization for list 2025-11-24 22:00:42 +09:00
oysteikt 162b6f95f1 commands: remove some fixed TODOs 2025-11-24 21:59:42 +09:00
oysteikt e45d8c054b commands: split response tokenizer into separate file 2025-11-24 19:16:09 +09:00
oysteikt d5445466ff filter: implement basic parser 2025-11-24 17:38:37 +09:00
oysteikt 56bdeb3e0a common/types: case insensitive tags 2025-11-24 17:36:48 +09:00
oysteikt f3ad2fc73a Implement a proper request tokenizer 2025-11-24 14:18:30 +09:00
oysteikt 63dfa1b255 WIP: serialize requests 2025-11-21 16:48:55 +09:00
oysteikt 21f98c5808 filter: implement fmt::Display 2025-11-21 18:36:54 +09:00
oysteikt e4e7530902 common/types: implement serialization helpers for Tag 2025-11-21 18:36:18 +09:00
oysteikt 726ea92e1b common/types: implement fmt::Display 2025-11-21 16:59:39 +09:00
oysteikt 0bdfdf149e Cargo.toml: bump deps 2025-11-21 16:15:16 +09:00
oysteikt 07fdf4b631 flake.lock: bump 2025-11-21 16:14:13 +09:00
oysteikt fccb32ad6d commands: implement response parser for lsinfo 2025-11-21 16:13:09 +09:00
oysteikt 8967f38ffa cargo fmt + clippy 2025-11-21 16:02:15 +09:00
oysteikt 72247d3a9d filter: add unit tests 2025-11-21 15:49:27 +09:00
oysteikt 030449128a commands: implement response parser for tagtypes available 2025-11-21 15:16:30 +09:00
oysteikt cbf4e9d382 commands: implement response parser for protocol 2025-11-21 15:14:43 +09:00
oysteikt 79d974f9c0 commands: implement response parser for protocol available 2025-11-21 15:12:21 +09:00
oysteikt 95604aa20d commands: return runtime errors on invalid property names 2025-11-21 15:07:50 +09:00
oysteikt ebfe1311b9 commands: create result struct for readmessages 2025-11-21 14:55:57 +09:00
oysteikt d3e7fac92c commands: precalculate capacity and use iterators 2025-11-21 14:44:17 +09:00
oysteikt 5eb08d852a commands: make better use of expect_property_type! 2025-11-21 14:38:09 +09:00
oysteikt d66c555a26 commands: implement response parser for listmounts 2025-11-21 14:32:06 +09:00
oysteikt a58ed698e7 commands: implement common traits for responses 2025-11-21 14:18:44 +09:00
oysteikt fdd1d358cd commands: implement response parser for decoders 2025-11-21 14:14:25 +09:00
oysteikt 799d37bc0b commands: implement response parser for listneighbors 2025-11-21 14:04:12 +09:00
oysteikt cdad776df0 commands: implement response parser for outputs 2025-11-21 13:55:10 +09:00
oysteikt a261bdbf89 common/types: add debug assertions for range orders 2025-10-13 15:35:56 +09:00
oysteikt dcd8444a6a flake.lock: bump, Cargo.toml: update inputs 2025-10-12 23:01:17 +09:00
oysteikt 29f4e0519e commands: fix clippy warnings about confusing elided lifetimes 2025-10-12 22:59:50 +09:00
oysteikt 6d9e9cd468 flake.lock: bump, Cargo.toml: update inputs 2025-09-20 18:05:21 +02:00
oysteikt dcfe30e0fd .gitignore: ignore Cargo.lock
This is okay because this is a library
2025-09-20 18:03:35 +02:00
oysteikt 708849e87f flake.lock: bump 2025-08-03 05:01:37 +02:00
oysteikt ae0fbaaa15 .gitea/workflows: update gitea-web target host 2025-08-03 04:50:01 +02:00
oysteikt 8e10db40bd Cargo.toml: update deps 2025-07-11 20:37:16 +02:00