Commit graph

20 commits

Author SHA1 Message Date
fc1da3d88d
feat: persistent server connection, cli args
basically it now requires to connect to one server to give stats about
it, and optionally can ping/peek
2024-02-21 02:22:26 +01:00
550e47b1d1
feat: session with persistent connection 2024-02-20 02:52:26 +01:00
34ad2a8681
chore: removed tonic, using prost-build directly 2024-02-19 18:29:59 +01:00
e6b3f41540
fix: cannot compare options 2024-02-19 02:10:01 +01:00
69a14793a1
chore: updated example widget with userlist 2024-02-19 02:02:39 +01:00
5cb7ca5193
fix: exclude self from user list 2024-02-19 02:02:17 +01:00
838ad5b544
chore: refactor 2024-02-19 00:52:41 +01:00
d4cee92098 feat: more user info 2024-02-19 00:24:52 +01:00
4daacc9712 feat: mumble control channel, simple userlist route 2024-02-18 23:58:46 +01:00
2f4b52e09d feat: added protobuf tcp protocol for control
just imported mumble's .proto file and added prost to get the rust
structs

Co-authored-by: frelodev <frelodev@gmail.com>
2024-02-18 23:56:59 +01:00
0a0603a338
fix: improved widged example 2024-02-17 04:35:34 +01:00
a57afe0e3c
ci: add tci script 2024-02-17 04:12:13 +01:00
7937330185
fix: try all addresses, in case resolves ipv6 too 2024-02-17 04:11:56 +01:00
734de0bde5
feat: better latency and server info struct 2024-02-17 03:13:43 +01:00
018bd76718
feat: return ping and parse version 2024-02-16 03:34:45 +01:00
506d59e203
feat: added tiny matrix widget example 2024-02-16 03:18:42 +01:00
d0c6987ad4
feat: now a simple webserver with axum
i plan to make it keep an ongoing single session so a dedicated process
answering http requests will make sense
2024-02-16 02:26:16 +01:00
51e920ef1a
chore: trim down dependencies 2024-02-16 00:43:22 +01:00
950b9bd3e5
feat: simple cli implementation 2024-02-16 00:40:55 +01:00
acbead360a
chore: initial commit 2024-02-16 00:40:42 +01:00