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/llarp
Jeff Becker 635dc4fe13
unbreak router hive
llarp/config/config.cpp:
respect [network]:type option

llarp/handlers/exit.cpp:
when [network]:type is null dont init tun interface

llarp/service/context.cpp:
respect [network]:type option
change endpoint name back to "default"

llarp/tooling/router_hive.cpp:
dont use LogicCall for obtaining RCs from underlying relays, it crashes the mainloop and it's probably safe to readonly access RCs.

pybind/common.hpp:
remove typecasters as we use C++17 now

pybind/llarp/config.cpp:
remove SnappConfig
wire up NetworkConfig

pybind/llarp/handlers/pyhandler.hpp:
remove SnappConfig from constructor

pybind/llarp/handlers/pyhandler.cpp:
update constructor implementation to match header

test/hive/hive.py:
remove broke endpoint related code
wire up null endpoint option using NetworkConfig
use index at 0 for relays and clients instead of 1
dont add a python endpoint to all clients
4 years ago
..
android The Great Wall of Blame 4 years ago
config unbreak router hive 4 years ago
consensus The Great Wall of Blame 4 years ago
constants Merge pull request #1186 from notlesh/config-cleanup-2020-03-13 4 years ago
crypto The Great Wall of Blame 4 years ago
dht C++17 4 years ago
dns C++17 4 years ago
ev make format 4 years ago
exit Refactor ExitEndpoint's config, mv dns ops from [network] to [dns] 4 years ago
handlers unbreak router hive 4 years ago
hook The Great Wall of Blame 4 years ago
iwp The Great Wall of Blame 4 years ago
link additional cleanup of cruft 4 years ago
linux The Great Wall of Blame 4 years ago
messages C++17 4 years ago
net check for zero address for bogons 4 years ago
path C++17 4 years ago
router additional cleanup of cruft 4 years ago
routing The Great Wall of Blame 4 years ago
rpc The Great Wall of Blame 4 years ago
service unbreak router hive 4 years ago
simulation The Great Wall of Blame 4 years ago
tooling unbreak router hive 4 years ago
util make format 4 years ago
win32 remove a ton of ded win32 code 4 years ago
CMakeLists.txt Eradicate service::Config 4 years ago
app.xml stray tag ;-; 6 years ago
bootstrap.cpp The Great Wall of Blame 4 years ago
bootstrap.hpp The Great Wall of Blame 4 years ago
context.cpp set data dir in in loadconfig too 4 years ago
nodedb.cpp Re-apply clang-format rules after rebasing 4 years ago
nodedb.hpp Opportunistically move 'netdb' to 'nodedb' 4 years ago
pow.cpp The Great Wall of Blame 4 years ago
pow.hpp The Great Wall of Blame 4 years ago
profiling.cpp The Great Wall of Blame 4 years ago
profiling.hpp The Great Wall of Blame 4 years ago
router_contact.cpp C++17 4 years ago
router_contact.hpp C++17 4 years ago
router_id.cpp The Great Wall of Blame 4 years ago
router_id.hpp The Great Wall of Blame 4 years ago
router_version.cpp The Great Wall of Blame 4 years ago
router_version.hpp The Great Wall of Blame 4 years ago
testnet.c prepare for 0.5.0 5 years ago