README: list the full pseudo-client set incl OperServ

This commit is contained in:
Jean Chevronnet 2026-07-14 00:14:01 +00:00
parent d2c1d076fb
commit 3a6239bbd9
No known key found for this signature in database

View file

@ -23,8 +23,9 @@ workspace, each depending only on the `fedserv-api` SDK crate.
- **`inspircd/`** (`fedserv-inspircd`) the ircd link layer. A `Protocol` impl maps - **`inspircd/`** (`fedserv-inspircd`) the ircd link layer. A `Protocol` impl maps
raw server-to-server lines to and from the normalized model, so the engine never raw server-to-server lines to and from the normalized model, so the engine never
touches a raw line and a new ircd is one new crate. touches a raw line and a new ircd is one new crate.
- **`nickserv/`, `chanserv/`** (`fedserv-nickserv`, `fedserv-chanserv`) the - **`nickserv/`, `chanserv/`, `botserv/`, `memoserv/`, `statserv/`, `hostserv/`,
pseudo-clients, each a crate implementing `Service`. OperServ and others follow `operserv/`** the pseudo-clients, each a crate implementing `Service`. OperServ
holds the network-operator tools (AKILL network bans to start); the rest follow
the same shape. the same shape.
Writing your own module — a service or a new ircd protocol — is documented in Writing your own module — a service or a new ircd protocol — is documented in