multiserver
multiserver copied to clipboard
A single interface that can work with multiple protocols, and multiple transforms of those protocols (eg, security layer)
Commit faa9526ce8ded7d9a278ef70e95df82f56864072 introduced a module-level variable `started` (l.6-l.7) that is used to avoid reinitializing the unix socket twice. Unfortunately, when the plugin is used in two different Secret-Stacks running within...
Allocating unused variables and using unused escape characters makes it hard to know which things actually require human attention. Some runtimes allocate memory for these variables, but I don't think...
If I do ``` sbot server --host=:: --port=8100 --ws.port=8101& sbot getAddress -- --host=::1 --port=8100 ``` I get: ``` net::::8100~ ... ;ws://[::]:8101 ``` Is that desired behaviour because the square brackets...
I notice that my public scoped ws plugin returned localhost as it's host, which didn't work when I attempted to connect to it remotely!