Erich Kästner
Erich Kästner
While reviewing the codebase, I found multiple instances of old naming conventions. This affects for instance - our config files (it still contains references to messaging and node) - /cmd...
Synth requested to separate out the router into two entities. 1. The networking node. This forwards and cosumes packets 2. The multiplexer which is abstracting routes from applications. This issue...
**Feature description** Working with the CLI for the VPN needs to be improved. Currently there are a range of features that we should provide: - get list of remote vpns...
**Feature description** We currently maintain one Skywire deb package without the systray. Going forward, users should have the option to install the systray Skywire version from package. For that purpose...
**Feature description** Both the VPN-server registration and the public visor registration are useful features for the network but do not currently allow specifying limits on their respective resource consumption on...
**Describe the bug** The `fyne-io/systray` we are using has an issue with a dependency used. The issue is described [here](https://github.com/fyne-io/systray/issues/12). Fixing the underlying issues should fix both #1186 and issues...
**Feature description** Currently the DNS requests are not forced through the tunnel and we do not setup connections to our own DNS servers. We should add the ability to force...
**Feature description** @0pcom brought up, that it may be useful for testing, to implement some real-time communication application such as a voice chat. We need to investigate if there is...
**Feature description** It needs to be discussed if we should ship a separate dmsgpty binary with Skywire in order to allow for instance the updating process of Skywire to be...
We have various features and code in the router that is not used and is not needed. It should consequently be cleaned up. Among these structures and code is -...