aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/sysconf.go
AgeCommit message (Collapse)Author
2025-08-28internal: move sysconf wrapper to appOphestra
This should not be used and is not useful in other packages. Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-07-02cmd/hakurei: move to cmdOphestra
Having it at the project root never made sense since the "ego" name was deprecated. This change finally addresses it. Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-02-14app: check username length against LOGIN_NAME_MAXOphestra
This limit is arbitrary, but it's good to enforce it anyway. Signed-off-by: Ophestra <cat@gensokyo.uk>