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/router
Jason Rhinelander ebd2142114 Don't use std::optional::value() because f u macos
This replaces all use of std::optional's `opt.value()` with `*opt`
because macOS is great and the ghost of Steve Jobs says that actually
supporting std::optional's value() method is not for chumps before macOS
10.14.  So don't use it because Apple is great.

Pretty much all of our use of it actually is done better with operator*
anyway (since operator* doesn't do a check that the optional has a
value).

Also replaced *most* of the `has_value()` calls with direct bool
context, except for one in the config section which looked really
confusing at a glance without a has_value().
4 years ago
..
abstractrouter.hpp The Great Wall of Blame 4 years ago
i_gossiper.hpp The Great Wall of Blame 4 years ago
i_outbound_message_handler.hpp The Great Wall of Blame 4 years ago
i_outbound_session_maker.hpp The Great Wall of Blame 4 years ago
i_rc_lookup_handler.hpp The Great Wall of Blame 4 years ago
outbound_message_handler.cpp The Great Wall of Blame 4 years ago
outbound_message_handler.hpp The Great Wall of Blame 4 years ago
outbound_session_maker.cpp C++17 niceties 4 years ago
outbound_session_maker.hpp The Great Wall of Blame 4 years ago
rc_gossiper.cpp The Great Wall of Blame 4 years ago
rc_gossiper.hpp The Great Wall of Blame 4 years ago
rc_lookup_handler.cpp Miss Match demands her name be removed from the code 4 years ago
rc_lookup_handler.hpp The Great Wall of Blame 4 years ago
router.cpp Don't use std::optional::value() because f u macos 4 years ago
router.hpp Merge pull request #1262 from notlesh/bandaids-for-sockaddr-refactor-2020-05-11 4 years ago