-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Stephen Bennett edited this page May 4, 2024
·
3 revisions
The core of the network state definition and synchronisation. Includes the NetworkNode
object which represents a member of the sync network.
The client server.
Implements the worker process that holds client connections for sable_ircd, as well as the IPC functions to talk to it.
As client_listener, but for DNS/ident/etc lookups that might span across a code upgrade.
The specialised services node. Serves as the authoritative source for account data and also handles most user authentication requests.
Provides the framework for writing a server - ircd and services plug into this and only implement logic unique to the specific server type.
An inter-process channel used by the subprocess utilities.
Defines various proc macros used by the other crates.