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/service
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
..
address.cpp The Great Wall of Blame 4 years ago
address.hpp The Great Wall of Blame 4 years ago
async_key_exchange.cpp The Great Wall of Blame 4 years ago
async_key_exchange.hpp The Great Wall of Blame 4 years ago
context.cpp unbreak router hive 4 years ago
context.hpp Refactor TunEndpoint::Configure() (partially) 4 years ago
endpoint.cpp Don't forget to load your keys 4 years ago
endpoint.hpp Refactor TunEndpoint::Configure() (partially) 4 years ago
endpoint_state.cpp Move all [endpoint] options to [network] 4 years ago
endpoint_state.hpp Move all [endpoint] options to [network] 4 years ago
endpoint_types.hpp The Great Wall of Blame 4 years ago
endpoint_util.cpp The Great Wall of Blame 4 years ago
endpoint_util.hpp The Great Wall of Blame 4 years ago
handler.hpp The Great Wall of Blame 4 years ago
hidden_service_address_lookup.cpp C++17 4 years ago
hidden_service_address_lookup.hpp C++17 4 years ago
identity.cpp C++17 4 years ago
identity.hpp C++17 4 years ago
info.cpp The Great Wall of Blame 4 years ago
info.hpp C++17 4 years ago
intro.cpp The Great Wall of Blame 4 years ago
intro.hpp The Great Wall of Blame 4 years ago
intro_set.cpp C++17 4 years ago
intro_set.hpp C++17 4 years ago
lookup.cpp The Great Wall of Blame 4 years ago
lookup.hpp The Great Wall of Blame 4 years ago
outbound_context.cpp C++17 4 years ago
outbound_context.hpp C++17 4 years ago
pendingbuffer.hpp The Great Wall of Blame 4 years ago
protocol.cpp The Great Wall of Blame 4 years ago
protocol.hpp The Great Wall of Blame 4 years ago
router_lookup_job.cpp clang-tidy modernize pass 5 years ago
router_lookup_job.hpp The Great Wall of Blame 4 years ago
sendcontext.cpp The Great Wall of Blame 4 years ago
sendcontext.hpp The Great Wall of Blame 4 years ago
session.cpp The Great Wall of Blame 4 years ago
session.hpp The Great Wall of Blame 4 years ago
tag.cpp Remove data() conversions from llarp::AlignedBuffer 6 years ago
tag.hpp The Great Wall of Blame 4 years ago
tag_lookup_job.cpp The Great Wall of Blame 4 years ago
tag_lookup_job.hpp The Great Wall of Blame 4 years ago
vanity.hpp The Great Wall of Blame 4 years ago