You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/daemon
Jason Rhinelander f5376e98c2 Lower minimum version for swift binary
CMake apparently doesn't do anything with CMAKE_OSX_DEPLOYMENT_TARGET
for swift, which results in a 12+ minimum version.  This fixes it
(albeit in a hacky way since the only apple-sanctioned way to properly
set this appears to be "use xcode").

Shame on Apple, as usual.
2 years ago
..
CMakeLists.txt Lower minimum version for swift binary 2 years ago
lokinet-bootstrap.cpp Update wording and wrap help message 3 years ago
lokinet-vpn.cpp remove references to lokimq namespace 3 years ago
lokinet.cpp fix up log statements 2 years ago
lokinet.swift Lower minimum version for swift binary 2 years ago
readme.md add directory specific readmes 2 years ago

readme.md

this contains the main functions for all of our executables

lokinet.cpp - lokinet full daemon

lokinet.swift - macos sysex/appex

lokinet-bootstrap.cpp - lokinet-bootstrap binary (deprecated / to be removed)

lokinet-vpn.cpp - lokinet-vpn tool for rpc control of lokinet, needs a better name.