hyperhive/hive-c0re/src/socket_server
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas e0461e1af6 refactor(#2431): extract hive-priv-sock crate from hive-sh4re
Split the priv-socket wire types (PrivRequest/PrivResponse/PrivEvent and
friends) out of hive-sh4re into their own hive-priv-sock crate, mirroring
the existing hive-host-sock split. hive-priv — the root-privileged
helper — now depends on just this narrow protocol crate instead of the
much larger daemon-shared crate, shrinking its dependency surface and
making the privsep boundary easier to audit. No server/client
implementation lives here, only the wire contract; hive-c0re still
depends on hive-sh4re directly for everything else.
2026-07-14 20:02:20 +02:00
..
config_approvals.rs feat(#2377): forge-webhook-triggered config-PR merge flow 2026-07-11 12:19:52 +02:00
lifecycle_handlers.rs refactor(#2431): extract hive-priv-sock crate from hive-sh4re 2026-07-14 20:02:20 +02:00
mod.rs refactor(#2431): extract hive-priv-sock crate from hive-sh4re 2026-07-14 20:02:20 +02:00
reminders.rs refactor(hive-c0re): split socket_server into submodules 2026-07-06 21:05:52 +02:00
schedules.rs fix(#2375): pr_is_open state check at submission + atomic fetched_sha INSERT 2026-07-11 12:19:52 +02:00