Commit Graph

28 Commits

Author SHA1 Message Date
oysteikt b4fde5492f ruptime: implement 2026-01-06 11:21:55 +09:00
oysteikt f3e1f898a6 cargo fmt + clippy
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
oysteikt fa789c43a6 rwho: only show active users by default
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
oysteikt 458dc3150c rwho: sort entries
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
oysteikt 83437588c9 rwho: format output
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
oysteikt fb8de0185f flake.nix: fix default overlay 2026-01-06 00:09:34 +09:00
oysteikt 4d004fd1d1 nix/module: add package to environment 2026-01-06 00:09:34 +09:00
oysteikt d5420551de nix/vm: add alice to wheel
Build and test / check (push) Successful in 1m30s
Build and test / build (push) Successful in 1m33s
Build and test / test (push) Successful in 1m46s
Build and test / docs (push) Successful in 3m55s
2026-01-05 19:55:27 +09:00
oysteikt 6c0dc775b1 nix/module: udp uses ipv4 only, open firewall
Build and test / check (push) Successful in 57s
Build and test / build (push) Successful in 1m35s
Build and test / test (push) Successful in 3m15s
Build and test / docs (push) Successful in 2m59s
2026-01-05 19:50:56 +09:00
oysteikt d4771189bc server: properly support socket activation
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
oysteikt 8156fdea51 nix/vm: init, nix/default: fix building
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
oysteikt 7d11f143b0 cargo fmt + clippy
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
oysteikt a499b5ad65 .gitea/workflows: enable unstable borrow checking 2026-01-05 18:26:27 +09:00
oysteikt bf39ca5c9b server: add basic config file
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
oysteikt 4cb2862133 flake.nix: switch to nightly for unstable borrow checking 2026-01-05 18:15:08 +09:00
oysteikt 0defac7a9f server/rwhod: varlink shenanigans
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
oysteikt 4f78b1ed1e README: fix link to docs
Build and test / check (push) Successful in 54s
Build and test / build (push) Successful in 1m19s
Build and test / test (push) Successful in 2m26s
Build and test / docs (push) Successful in 2m2s
2026-01-05 02:49:04 +09:00
oysteikt 3ae1bf5a65 proto/rwhod: test invalid packets 2026-01-05 02:49:04 +09:00
oysteikt 36fb5c5945 README: fix links
Build and test / check (push) Successful in 57s
Build and test / build (push) Successful in 1m39s
Build and test / test (push) Successful in 1m35s
Build and test / docs (push) Successful in 2m21s
2026-01-05 02:42:21 +09:00
oysteikt b9f1ec5b79 proto/rwhod: combine load averages into tuple
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
oysteikt 0aeb7496f8 proto/rwhod: test serialization roundtrip
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
oysteikt ce71919749 nix/module: init
Build and test / check (push) Failing after 55s
Build and test / test (push) Failing after 1m32s
Build and test / build (push) Successful in 1m36s
Build and test / docs (push) Failing after 1m59s
2026-01-05 02:30:25 +09:00
oysteikt 50665fe07b server/rwhod: add both sender and receiver task
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
oysteikt dabc54a943 proto/rwhod: improve de/serialization and datatypes 2026-01-05 00:17:04 +09:00
oysteikt b12752bd17 rusers: don't use non-standard dash in docstring
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
oysteikt 8436bffce0 Progress towards implementing the rwho server
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
oysteikt 5a0a65c3cf .gitea/workflows/build-and-test: init
Build and test / check (push) Failing after 38s
Build and test / test (push) Failing after 1m7s
Build and test / build (push) Successful in 1m16s
Build and test / docs (push) Failing after 1m3s
2026-01-04 03:46:13 +09:00
oysteikt c0edea3ded Initial commit 2026-01-04 03:46:13 +09:00