Commit Graph

75 Commits

Author SHA1 Message Date
bb1b206a83 commands: fix request de/serialization for list 2026-01-09 13:25:30 +09:00
61fed9032d commands: remove some fixed TODOs 2026-01-09 13:25:30 +09:00
ea8a0dbf72 commands: split response tokenizer into separate file 2026-01-09 13:25:29 +09:00
f481fd6636 filter: implement basic parser 2026-01-09 13:25:29 +09:00
774c03490a common/types: case insensitive tags 2026-01-09 13:25:29 +09:00
5c745ed67a Implement a proper request tokenizer 2026-01-09 13:25:28 +09:00
ed82218d4e WIP: serialize requests 2026-01-09 13:25:28 +09:00
a4b0795121 filter: implement fmt::Display 2026-01-09 13:25:28 +09:00
107aa67c11 common/types: implement serialization helpers for Tag 2026-01-09 13:25:28 +09:00
51e3477a7e common/types: implement fmt::Display 2026-01-09 13:25:27 +09:00
5e9a12c293 Cargo.toml: bump deps 2026-01-09 13:25:27 +09:00
e7d4920717 flake.lock: bump 2026-01-09 13:25:27 +09:00
dfce62e875 commands: implement response parser for lsinfo 2026-01-09 13:25:26 +09:00
8d28ce3ef9 cargo fmt + clippy 2026-01-09 13:25:26 +09:00
b4991fa748 filter: add unit tests 2026-01-09 13:25:26 +09:00
0e6fbaebb2 commands: implement response parser for tagtypes available 2026-01-09 13:25:25 +09:00
48d10d01d2 commands: implement response parser for protocol 2026-01-09 13:25:25 +09:00
835f1830e7 commands: implement response parser for protocol available 2026-01-09 13:25:25 +09:00
e08f95c641 commands: return runtime errors on invalid property names 2026-01-09 13:25:24 +09:00
0a91a27e2b commands: create result struct for readmessages 2026-01-09 13:25:24 +09:00
52aac81620 commands: precalculate capacity and use iterators 2026-01-09 13:25:24 +09:00
89e5b8453d commands: make better use of expect_property_type! 2026-01-09 13:25:24 +09:00
609e516ef5 commands: implement response parser for listmounts 2026-01-09 13:25:23 +09:00
b2986ce910 commands: implement common traits for responses 2026-01-09 13:25:23 +09:00
0e977d7e19 commands: implement response parser for decoders 2026-01-09 13:25:23 +09:00
acdc553e5f commands: implement response parser for listneighbors 2026-01-09 13:25:23 +09:00
3e0034e0e7 commands: implement response parser for outputs 2026-01-09 13:25:22 +09:00
a7c3b4bdda common/types: add debug assertions for range orders 2026-01-09 13:25:22 +09:00
a6b3dbc278 flake.lock: bump, Cargo.toml: update inputs 2026-01-09 13:25:22 +09:00
daaf314633 commands: fix clippy warnings about confusing elided lifetimes 2026-01-09 13:25:22 +09:00
f909da771e flake.lock: bump, Cargo.toml: update inputs 2026-01-09 13:25:21 +09:00
8950a98cad .gitignore: ignore Cargo.lock
This is okay because this is a library
2026-01-09 13:25:21 +09:00
d2d8321a03 flake.lock: bump 2026-01-09 13:25:21 +09:00
56045ed2cf .gitea/workflows: update gitea-web target host 2026-01-09 13:25:21 +09:00
dda95357d9 Cargo.toml: update deps 2026-01-09 13:25:20 +09:00
cac7dd1e9e flake.lock: bump 2026-01-09 13:25:20 +09:00
073e4970be flake.nix: add cargo-edit to devshell 2026-01-09 13:25:20 +09:00
d953e2b547 flake.lock: bump 2026-01-09 13:25:20 +09:00
ef56bf2d0c Cargo.lock: bump 2026-01-09 13:25:19 +09:00
2d556d1078 flake.lock: bump 2026-01-09 13:25:19 +09:00
8f5ad84c00 Rust edition 2024 2026-01-09 13:25:19 +09:00
05983bf687 common/types: move stuff from requests to types 2026-01-09 13:25:19 +09:00
84abf7a9fa commands: deduplicate logic in macros, add more macros 2026-01-09 13:25:18 +09:00
6fa30bbecd commands: implement some more response parsers 2026-01-09 13:25:18 +09:00
dd75ee835f Cargo fmt 2026-01-09 13:25:18 +09:00
fa6a1a60a2 commands: move ResponseAttributes parser out of Command 2026-01-09 13:25:17 +09:00
08c3d4b4d2 flake.lock: bump 2026-01-09 13:25:17 +09:00
b3324a82c8 common: move types into separate files 2026-01-09 13:25:17 +09:00
a96d1b89cf Move project from Projects to Grzegorz 2026-01-09 13:25:17 +09:00
118a8b264f commands: fix some syntax errors reporting literals 2026-01-09 13:25:16 +09:00