|
|
7f9f685e45
|
commands: use new error variants for a few more commands
|
2025-12-08 17:30:47 +09:00 |
|
|
|
18b6baad71
|
lib: fix doccomment url rendering
|
2025-12-08 16:27:55 +09:00 |
|
|
|
b6b67681ea
|
commands: add request parser error variant for keyword without value
|
2025-12-08 16:25:33 +09:00 |
|
|
|
737066adf7
|
commands: clearly define how arguments are counted in request error
|
2025-12-08 16:25:04 +09:00 |
|
|
|
5a36cd0b68
|
Clean up misc. module doccomments
|
2025-12-08 16:15:12 +09:00 |
|
|
|
d1174ba39f
|
filter: document misc
|
2025-12-08 16:09:18 +09:00 |
|
|
|
3a3b9ff11f
|
.gitea/workflows: don't error on clippy warnings
|
2025-12-08 15:59:10 +09:00 |
|
|
|
f4709c6672
|
.gitea/workflows: don't run with all features
|
2025-12-08 15:57:40 +09:00 |
|
|
|
c5f6de4fd3
|
commands: use new error variants for various commands
|
2025-12-08 15:54:37 +09:00 |
|
|
|
1bdc621200
|
Preallocate a few more response parsers
|
2025-12-08 14:27:42 +09:00 |
|
|
|
a8ad38adf2
|
commands: add and fix variants for RequestParserError
|
2025-12-08 13:55:25 +09:00 |
|
|
|
cbd2a77c61
|
filter: flatten module
|
2025-12-08 13:32:18 +09:00 |
|
|
|
f6397145f3
|
cargo fmt + clippy
|
2025-12-08 13:28:45 +09:00 |
|
|
|
ed9fcb72e8
|
commands: extend parser errors
|
2025-12-08 13:28:17 +09:00 |
|
|
|
dbc5b2b5e4
|
Remove a few unused type aliases
|
2025-12-08 13:11:09 +09:00 |
|
|
|
853eb8d515
|
*_tokenizer: add module doccomment
|
2025-12-08 13:10:31 +09:00 |
|
|
|
7ae1249f09
|
commands: force external users to interact with requests and responses through Command trait
|
2025-12-08 13:07:11 +09:00 |
|
|
|
b9f0a5b0a7
|
commands: add command executor directly on Command trait
|
2025-12-08 13:05:30 +09:00 |
|
|
|
8853d94656
|
examples/mpd-client: add some code
|
2025-12-08 13:00:46 +09:00 |
|
|
|
f819595ca2
|
commands: strip lifetimes
|
2025-12-08 12:30:19 +09:00 |
|
|
|
0f203b962a
|
commands: add newline at end of all command serializers
|
2025-12-08 05:49:54 +09:00 |
|
|
|
bb60278118
|
client: init
|
2025-12-08 05:32:49 +09:00 |
|
|
|
5af615451c
|
MpdError: impl thiserror
|
2025-12-08 05:31:43 +09:00 |
|
|
|
6cfd6eba2c
|
make ResponseParserError self-contained, impl thiserror
|
2025-12-08 05:31:13 +09:00 |
|
|
|
e9cf44f006
|
common/types: flatten to types
|
2025-12-08 04:14:32 +09:00 |
|
|
|
183174ae33
|
commands: document module
|
2025-12-08 04:07:20 +09:00 |
|
|
|
931e8b322c
|
response: add some notes about the errors
|
2025-12-08 01:46:14 +09:00 |
|
|
|
907bd3bdbb
|
cargo clippy
|
2025-12-08 01:08:58 +09:00 |
|
|
|
0bece4dd1c
|
commands/stickernamestypes: add missing derive for response
|
2025-12-08 01:05:24 +09:00 |
|
|
|
d9df882bcd
|
commands/listplaylist: add note about format
|
2025-12-08 01:03:23 +09:00 |
|
|
|
b24b9720dc
|
commands/seekcur: fix parser
|
2025-12-08 01:03:11 +09:00 |
|
|
|
d5bec5dbbd
|
commands: fix request enum conversion for unmount
|
2025-12-08 00:52:27 +09:00 |
|
|
|
6fcd293578
|
flake.lock: bump inputs
|
2025-12-08 00:45:53 +09:00 |
|
|
|
7844b68a1b
|
commands: add response types for multiple commands
|
2025-12-08 00:44:37 +09:00 |
|
|
|
9dd97c869c
|
commands/currentsong: implement response parser
|
2025-12-08 00:29:00 +09:00 |
|
|
|
358703231a
|
commands/listplaylistinfo: fix response type
|
2025-12-08 00:28:38 +09:00 |
|
|
|
e24451900f
|
commands: split Command trait into req + res parts
|
2025-12-05 22:54:01 +09:00 |
|
|
|
380071b66c
|
cargo fmt
|
2025-12-07 21:39:57 +09:00 |
|
|
|
2a0ccd4a44
|
commands/listplaylistinfo: add response type
|
2025-12-07 21:33:01 +09:00 |
|
|
|
e3f6235a16
|
commands: implement all database selection responses
|
2025-02-25 12:13:01 +01:00 |
|
|
|
105c1aa7b3
|
common/types: add db selection print types
|
2025-02-25 12:12:43 +01:00 |
|
|
|
7f27c2659f
|
LICENSE: init
|
2025-12-07 21:03:13 +09:00 |
|
|
|
e82a3e107d
|
types/tag: make orderable
|
2025-12-07 20:53:45 +09:00 |
|
|
|
e4c0c5b744
|
commands/listplaylists: implement
|
2025-12-07 21:21:58 +09:00 |
|
|
|
09925a1df5
|
commands: parse to Self::Request
|
2025-12-05 22:00:11 +09:00 |
|
|
|
5535580e8d
|
filter: export all types from inner module
|
2025-12-05 21:00:01 +09:00 |
|
|
|
0dedc74293
|
common: don't expose types directly
|
2025-12-05 20:59:19 +09:00 |
|
|
|
1b4fe23ce9
|
commands: add docs for Command trait
|
2025-11-25 05:28:58 +09:00 |
|
|
|
f01ecb0e09
|
common/types: add better alias for MountPath
|
2025-11-25 04:27:20 +09:00 |
|
|
|
bad475d96b
|
common/types: add better alias for AudioOutputId
|
2025-11-25 04:22:30 +09:00 |
|