38 Commits

Author SHA1 Message Date
9361dcf941 fingerd: read homedir files, read gecos fields
All checks were successful
Build and test / check (push) Successful in 1m12s
Build and test / build (push) Successful in 1m49s
Build and test / test (push) Successful in 2m59s
Build and test / docs (push) Successful in 3m19s
2026-02-13 01:14:19 +09:00
97e359004b fingerd: respect ~/.nofinger
All checks were successful
Build and test / check (push) Successful in 1m6s
Build and test / test (push) Successful in 2m9s
Build and test / build (push) Successful in 2m21s
Build and test / docs (push) Successful in 3m34s
2026-02-12 13:20:26 +09:00
ba7a7f2b26 roowhod: notify systemd on startup
All checks were successful
Build and test / check (push) Successful in 1m12s
Build and test / build (push) Successful in 1m37s
Build and test / test (push) Successful in 1m56s
Build and test / docs (push) Successful in 5m33s
2026-02-12 11:19:08 +09:00
2c646af236 fingerd: use structs from proto, fix clippy lints
All checks were successful
Build and test / build (push) Successful in 1m37s
Build and test / check (push) Successful in 1m50s
Build and test / test (push) Successful in 2m10s
Build and test / docs (push) Successful in 3m10s
2026-02-12 11:05:05 +09:00
23d2611bff proto/finger: add more fields and tests, parse office details
Some checks failed
Build and test / check (push) Failing after 1m9s
Build and test / test (push) Successful in 1m55s
Build and test / build (push) Successful in 2m4s
Build and test / docs (push) Successful in 3m11s
2026-02-12 10:49:10 +09:00
9c6a0dec2f fingerd: move parsing logic to proto, add support for more fields 2026-02-12 10:23:11 +09:00
8697809974 Add some tests for running basic server functionality
Some checks failed
Build and test / check (push) Failing after 1m9s
Build and test / build (push) Successful in 1m34s
Build and test / test (push) Successful in 1m58s
Build and test / docs (push) Successful in 3m28s
2026-02-09 11:12:06 +09:00
a5e5235c56 fingerd: fix a lot of parsing issues
Some checks failed
Build and test / check (push) Failing after 1m31s
Build and test / test (push) Successful in 2m17s
Build and test / build (push) Successful in 2m28s
Build and test / docs (push) Successful in 4m18s
2026-02-09 10:53:58 +09:00
6ca9e0ced1 A bunch of work on finger
Some checks failed
Build and test / check (push) Failing after 42s
Build and test / build (push) Failing after 1m38s
Build and test / test (push) Failing after 1m40s
Build and test / docs (push) Failing after 2m56s
2026-02-08 22:03:29 +09:00
178c7314a4 server/varlink_api: prefix all types with Varlink
All checks were successful
Build and test / build (push) Successful in 1m42s
Build and test / check (push) Successful in 1m44s
Build and test / test (push) Successful in 1m53s
Build and test / docs (push) Successful in 2m58s
2026-01-31 13:10:24 +09:00
de296f20d9 server/varlink_api: register finger api 2026-01-31 13:07:40 +09:00
5dc3327980 proto/finger: test serialization roundtrip
All checks were successful
Build and test / check (push) Successful in 1m6s
Build and test / build (push) Successful in 1m42s
Build and test / test (push) Successful in 1m53s
Build and test / docs (push) Successful in 4m57s
2026-01-31 12:50:39 +09:00
23b163e828 flake.lock: bump, Cargo.{toml,lock}: update inputs
All checks were successful
Build and test / check (push) Successful in 1m16s
Build and test / build (push) Successful in 1m59s
Build and test / test (push) Successful in 2m0s
Build and test / docs (push) Successful in 4m14s
2026-01-25 16:14:26 +09:00
7985f182c6 proto/finger: add some basic types and de/serializers 2026-01-25 16:05:56 +09:00
788086c41c roowhod: consistent default config path
All checks were successful
Build and test / check (push) Successful in 1m36s
Build and test / build (push) Successful in 1m43s
Build and test / test (push) Successful in 3m2s
Build and test / docs (push) Successful in 3m34s
2026-01-09 23:47:56 +09:00
dd23346bda nix: add clap completions
All checks were successful
Build and test / check (push) Successful in 59s
Build and test / build (push) Successful in 1m37s
Build and test / test (push) Successful in 3m3s
Build and test / docs (push) Successful in 2m52s
2026-01-09 05:19:40 +09:00
6c3a9e9e12 server: deduplicate rwhod entries by hostname, misc cleanup
All checks were successful
Build and test / check (push) Successful in 1m5s
Build and test / test (push) Successful in 1m47s
Build and test / build (push) Successful in 1m59s
Build and test / docs (push) Successful in 3m18s
2026-01-09 04:58:20 +09:00
dfa0f5a406 server: split off varlink-related code to separate module
Some checks failed
Build and test / check (push) Failing after 40s
Build and test / build (push) Successful in 1m37s
Build and test / test (push) Successful in 1m56s
Build and test / docs (push) Successful in 3m47s
2026-01-09 04:47:19 +09:00
369d37513c ruptime: fix uptime formatting
All checks were successful
Build and test / check (push) Successful in 1m2s
Build and test / build (push) Successful in 1m28s
Build and test / test (push) Successful in 2m0s
Build and test / docs (push) Successful in 2m51s
2026-01-06 12:23:20 +09:00
1aca5d47e3 Add --version flags and more to all binaries
All checks were successful
Build and test / check (push) Successful in 1m8s
Build and test / test (push) Successful in 1m46s
Build and test / build (push) Successful in 2m12s
Build and test / docs (push) Successful in 3m18s
2026-01-06 11:51:22 +09:00
ce75889f05 ruptime: implement 2026-01-06 11:36:27 +09:00
f3e1f898a6 cargo fmt + clippy
All checks were successful
Build and test / check (push) Successful in 1m0s
Build and test / build (push) Successful in 1m35s
Build and test / test (push) Successful in 2m48s
Build and test / docs (push) Successful in 3m4s
2026-01-06 02:01:03 +09:00
fa789c43a6 rwho: only show active users by default
Some checks failed
Build and test / check (push) Failing after 1m8s
Build and test / build (push) Successful in 1m26s
Build and test / test (push) Successful in 2m58s
Build and test / docs (push) Successful in 3m21s
2026-01-06 01:45:32 +09:00
458dc3150c rwho: sort entries
Some checks failed
Build and test / check (push) Failing after 1m8s
Build and test / build (push) Successful in 1m26s
Build and test / test (push) Successful in 2m56s
Build and test / docs (push) Successful in 3m22s
2026-01-06 01:27:06 +09:00
83437588c9 rwho: format output
Some checks failed
Build and test / check (push) Failing after 59s
Build and test / build (push) Successful in 1m58s
Build and test / test (push) Successful in 2m1s
Build and test / docs (push) Successful in 2m57s
2026-01-06 01:15:58 +09:00
d4771189bc server: properly support socket activation
Some checks failed
Build and test / check (push) Successful in 1m0s
Build and test / build (push) Successful in 1m34s
Build and test / test (push) Has been cancelled
Build and test / docs (push) Has been cancelled
2026-01-05 19:48:23 +09:00
8156fdea51 nix/vm: init, nix/default: fix building
All checks were successful
Build and test / check (push) Successful in 1m24s
Build and test / build (push) Successful in 1m26s
Build and test / test (push) Successful in 2m0s
Build and test / docs (push) Successful in 3m54s
2026-01-05 19:18:45 +09:00
7d11f143b0 cargo fmt + clippy
All checks were successful
Build and test / check (push) Successful in 57s
Build and test / build (push) Successful in 1m32s
Build and test / test (push) Successful in 3m1s
Build and test / docs (push) Successful in 2m59s
2026-01-05 18:26:28 +09:00
bf39ca5c9b server: add basic config file
Some checks failed
Build and test / check (push) Failing after 57s
Build and test / build (push) Failing after 1m29s
Build and test / test (push) Failing after 1m36s
Build and test / docs (push) Has been cancelled
2026-01-05 18:16:35 +09:00
0defac7a9f server/rwhod: varlink shenanigans
Some checks failed
Build and test / check (push) Failing after 1m19s
Build and test / build (push) Successful in 1m24s
Build and test / test (push) Successful in 2m47s
Build and test / docs (push) Successful in 3m2s
2026-01-05 16:48:06 +09:00
3ae1bf5a65 proto/rwhod: test invalid packets 2026-01-05 02:49:04 +09:00
b9f1ec5b79 proto/rwhod: combine load averages into tuple
Some checks failed
Build and test / check (push) Successful in 55s
Build and test / build (push) Successful in 1m23s
Build and test / docs (push) Has been cancelled
Build and test / test (push) Has been cancelled
2026-01-05 02:40:38 +09:00
0aeb7496f8 proto/rwhod: test serialization roundtrip
Some checks failed
Build and test / check (push) Failing after 54s
Build and test / build (push) Successful in 1m24s
Build and test / test (push) Successful in 2m36s
Build and test / docs (push) Successful in 2m10s
2026-01-05 02:36:32 +09:00
50665fe07b server/rwhod: add both sender and receiver task
Some checks failed
Build and test / check (push) Failing after 57s
Build and test / build (push) Successful in 1m12s
Build and test / test (push) Failing after 2m4s
Build and test / docs (push) Failing after 2m15s
2026-01-05 01:18:59 +09:00
dabc54a943 proto/rwhod: improve de/serialization and datatypes 2026-01-05 00:17:04 +09:00
b12752bd17 rusers: don't use non-standard dash in docstring
Some checks failed
Build and test / check (push) Failing after 43s
Build and test / test (push) Failing after 1m17s
Build and test / build (push) Successful in 1m37s
Build and test / docs (push) Failing after 1m56s
2026-01-04 17:12:44 +09:00
8436bffce0 Progress towards implementing the rwho server
Some checks failed
Build and test / check (push) Failing after 1m7s
Build and test / build (push) Successful in 1m12s
Build and test / docs (push) Failing after 1m52s
Build and test / test (push) Has been cancelled
2026-01-04 17:09:00 +09:00
c0edea3ded Initial commit 2026-01-04 03:46:13 +09:00