Jason Rhinelander
Jason Rhinelander
Adds a few minor workarounds to make CMakeLists.txt compatible with cmake 3.5 (which is still out in the wild as it is Ubuntu xenial's cmake version): - `$
I can't build with the cmake 3.7 (currently stated as the minimum required) because `$
Still needs: - Wiring up lokinet start/stop from the GUI - Script to package the GUI + sign everything
Currently lokinet shoves everything in a single directory (~/.lokinet), which is fine when running it as a user. But for system installs (i.e. `make install`) and packaging on debian/rpm/etc. this...
Currently link layer (and routing messages) are using strict parsing, which means we can't add a field (and we want to: we want to add a timestamp to link layer...
Currently when you configure an exit with an LNS name the LNS name gets replaced with the long name (and this persists). We should remember (and show) the LNS name...
Using lokinet on a router is a very convenient way to run it--I do it on my network so that all my devices have lokinet accessibility without needing to run...
Right now we have several data structures that have their own `Hash` class which has to be used when putting the type in an `unordered_set`/`unordered_map`, such as `std::unordered_set` or `std::unordered_map`....
Currently the GUI persists the exit setting, but the command-line tool does not. We should add it. By default I think it should work like the GUI (i.e. persists-by-default) but...
When we enable exit mode in the GUI we get `exit-mode=whatever.loki` added to datadir/conf.d/overrides.ini, but when we *disable* it in the GUI it doesn't disable the setting. Thus if you...