Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major reworking of RPC & session layer to support listen/unlisten
* Adds new "host-to-daemon" (and vice versa) RPC calls/broadcast * Hosts have to authenticate (using PASETO token) to the daemon before communicating with it * Both web-host and telnet-host now can manage multiple listeners * They report their listeners to the daemon * Daemon can requre hosts of a given type to add listeners (bind to a new port) * Listeners can talk to things other then #0. * This is then used to implement LambdaMOO compatible listen/unlisten/listeners * Some room made to add `open_network_connection` in the future.
- Loading branch information