Commit Graph

38 Commits

Author SHA1 Message Date
ebfe1311b9 commands: create result struct for readmessages 2025-11-21 14:55:57 +09:00
d3e7fac92c commands: precalculate capacity and use iterators 2025-11-21 14:44:17 +09:00
5eb08d852a commands: make better use of expect_property_type! 2025-11-21 14:38:09 +09:00
d66c555a26 commands: implement response parser for listmounts 2025-11-21 14:32:06 +09:00
a58ed698e7 commands: implement common traits for responses 2025-11-21 14:18:44 +09:00
fdd1d358cd commands: implement response parser for decoders 2025-11-21 14:14:25 +09:00
799d37bc0b commands: implement response parser for listneighbors 2025-11-21 14:04:12 +09:00
cdad776df0 commands: implement response parser for outputs 2025-11-21 13:55:10 +09:00
a261bdbf89 common/types: add debug assertions for range orders 2025-10-13 15:35:56 +09:00
29f4e0519e commands: fix clippy warnings about confusing elided lifetimes 2025-10-12 22:59:50 +09:00
88e3deebc8 Rust edition 2024 2025-02-26 16:39:34 +01:00
98d1b1eebb common/types: move stuff from requests to types 2025-02-23 19:46:28 +01:00
05ae68de0b commands: deduplicate logic in macros, add more macros 2025-02-23 19:16:58 +01:00
f6c76fb006 commands: implement some more response parsers 2025-02-23 16:41:15 +01:00
77d6ce919e Cargo fmt 2025-02-23 16:40:06 +01:00
11598a5827 commands: move ResponseAttributes parser out of Command 2025-02-23 16:33:34 +01:00
28c90b4802 common: move types into separate files 2025-02-23 16:30:21 +01:00
0b5fb4b571 commands: fix some syntax errors reporting literals 2024-12-14 00:19:25 +01:00
c04c14e710 Implement some more commands 2024-12-14 00:14:02 +01:00
8dc6bb0382 commands: add missing debug asserts 2024-12-13 19:31:40 +01:00
98e6a05f9f commands: add some TODOs for assumptions made about syntax 2024-12-13 19:31:12 +01:00
7c26e2c409 response: remove leftover response types, add error codes 2024-12-13 18:29:54 +01:00
1e6279b7df Implement some more commands 2024-12-13 18:20:03 +01:00
ace026af6b commands: add a few TODOs 2024-12-13 17:08:59 +01:00
c62dfc58c9 format 2024-12-13 17:08:15 +01:00
b03c0fac3c commands: verify key uniqueness for ResponseAttributes -> HashMap 2024-12-13 17:06:28 +01:00
b4dfdb9b8b commands: use real Filter type 2024-12-13 17:05:08 +01:00
7c91dda409 Add more commands 2024-12-01 20:06:01 +01:00
d2ef02971f Add existing command parsers to the main request parser 2024-12-01 19:16:44 +01:00
a7da84bc9c Implement some more commands 2024-11-30 17:12:49 +01:00
b84cf514c2 prefer unimplemented! for unimplemented functions 2024-11-30 03:36:00 +01:00
28610b5235 commands: add derives for a few response types 2024-11-30 03:31:52 +01:00
94b42b52bc commands: handle some more response parsing 2024-11-30 03:28:22 +01:00
1b22b05dc6 commands/stats: parse_response 2024-11-30 02:28:29 +01:00
d59b1bfb40 commands: make macros usable without use statements 2024-11-30 02:28:10 +01:00
48f7fc1faa commands: use different datastructure for response attrs 2024-11-30 02:18:06 +01:00
a1ef15f41b Continued development 2024-11-30 01:57:45 +01:00
8b0d33b941 Initial commit 2024-11-05 22:47:35 +01:00