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/test
Jason Rhinelander d03066ee05
Support [dns] no-resolvconf option (ignored by lokinet) for deb compatibility (#1362)
* Add ignored [dns]no-resolvconf option for deb backwards compat

The debs hack a `#no-resolvconf=1` into the config file in 0.7 to allow
a user to disable resolvconf setup during startup by uncommenting it.
That doesn't work anymore since 0.8 errors on invalid config options, so
add it as an ignored option so that 0.7 deb config files can still be
compatible.

* Fix `[dns]upstream` comment not being produced in generated conf file

* fix test

Co-authored-by: Jeff <jeff@i2p.rocks>
4 years ago
..
Catch2@81d52c4a5f Revert "bump submodules" 4 years ago
config Don't use std::optional::value() because f u macos 4 years ago
crypto LNS (#1342) 4 years ago
dht C++17 4 years ago
dns LNS (#1342) 4 years ago
exit change assert to throw an exception instead when service node has no peer stats enable. 4 years ago
hive only stop router hive from fixture when router hive is not None 4 years ago
iwp proper route poking (#1330) 4 years ago
net * rework exit codepath to allow multiple exits 4 years ago
nodedb use lokimq workers instead of llarp:🧵:ThreadPool 4 years ago
path path builder prints hops, rest print short name 4 years ago
peerstats fix serialize order of dict in peer stats and make the unit tests match this change 4 years ago
regress Remove ambguity WRT loading and passing of Config 4 years ago
router Zero-initialize test array 4 years ago
routing Rename message files 5 years ago
service Support [dns] no-resolvconf option (ignored by lokinet) for deb compatibility (#1362) 4 years ago
util Use lokimq's hex/base32z encoding/decoding 4 years ago
win32 happy new year 5 years ago
CMakeLists.txt make errors with service keyfile throw (#1358) 4 years ago
check_main.cpp make catch2 a submodule 4 years ago
llarp_test.cpp Move tests to use top-level LlarpTest 5 years ago
llarp_test.hpp Move tests to use top-level LlarpTest 5 years ago
main.cpp use llarp::LogSilencer to shut up loging in unit tests 4 years ago
test_llarp_encrypted_frame.cpp Move tests to use top-level LlarpTest 5 years ago
test_llarp_router_contact.cpp disable exits in RCs 4 years ago
test_util.cpp Add tests for crypto/types 6 years ago
test_util.hpp Implement KeyManager tests 5 years ago