Commit Graph

4 Commits

Author SHA1 Message Date
Max
9b2d97f96b
cli: add keygen command (#118)
* cli: factor out key generation

* cli: add keygen command
2026-06-12 23:25:17 +02:00
Jörg Thalheim
fc42d2eec0
Fix various linting issues. (#68)
* remove unused vars/functions

* all constants need explicit types

See https://staticcheck.dev/docs/checks/#SA9004

* cli/up: add missing error checks

* server: fix potential race condition of chown when binding listening socket

a process waiting for the socket appear may bind before we can apply
filesystem permissions.
2024-11-17 17:20:01 +00:00
Max
4d8e966abc
cli: color p2p-circuit addresses gray in status output (#64) 2024-11-12 09:28:50 +01:00
Max
9c08fdf29b implement RPC client and new CLI commands 2024-04-28 00:17:29 +02:00