soju/doc
delthas 2713bcba34 Add administrative unix listen endpoint
This adds support for listening on a Unix socket for administrative
connections, that then use a simple protocol for communicating with
the service (BouncerServ) as an administrator with a global context.

The wire format used by the Unix socket is IRC, but without
registration or overheads.

Example session:

    >>> BOUNCERSERV
    <<< 461 * BOUNCERSERV :Not enough parameters
    >>> BOUNCERSERV :n s
    <<< :gensou FAIL BOUNCERSERV :this command must be run as a user
    >>> BOUNCERSERV :u s
    <<< :gensou PRIVMSG * :marisa: 2 networks
    <<< :gensou PRIVMSG * :alice: 1 networks
    <<< :gensou BOUNCERSERV OK
2023-02-06 15:15:09 +01:00
..
ext Add support for draft/read-marker 2022-07-01 13:33:28 +02:00
architecture.md doc/architecture: ring buffers are now per-channel 2020-04-17 18:29:49 +02:00
getting-started.md sojuctl: rename to sojudb 2023-02-06 15:15:09 +01:00
per-user-ip.md doc/per-user-ip: new documentation article 2021-11-17 18:04:14 +01:00
soju.1.scd Add administrative unix listen endpoint 2023-02-06 15:15:09 +01:00