Jeff Becker
|
f1edca9fa1
|
additional cleanup of cruft
|
2020-05-04 14:39:14 -04:00 |
|
Jeff Becker
|
c4b5b641bb
|
default to default data dir given by params instead
|
2020-05-04 13:14:46 -04:00 |
|
Jeff Becker
|
e33a1a2e0f
|
proper autodetect of ifname and ifaddr
|
2020-05-04 12:51:57 -04:00 |
|
Jason Rhinelander
|
4f09090c58
|
Add [network]:enabled to ignored settings list
No one knows what this option does or did, but it is in some generated
config files.
|
2020-05-04 13:02:28 -03:00 |
|
Jeff Becker
|
96a6d81380
|
add ifname and ifaddr to network config parsing
|
2020-05-04 11:44:56 -04:00 |
|
Stephen Shelton
|
78eb0d976d
|
nonstd::optional -> std::optional
|
2020-05-04 09:21:26 -06:00 |
|
Jeff Becker
|
7c12347e80
|
upstream-dns -> upstream
|
2020-05-04 11:08:25 -04:00 |
|
Stephen Shelton
|
42a7bcd434
|
Less invasive fix for Addr
|
2020-05-04 11:08:25 -04:00 |
|
Stephen Shelton
|
f2a26adcaa
|
Move all [endpoint] options to [network]
|
2020-05-04 11:07:21 -04:00 |
|
Stephen Shelton
|
559610ec94
|
Properly handle empty config default values
|
2020-05-04 11:07:21 -04:00 |
|
Stephen Shelton
|
dd9ab0f1d5
|
Remove ability to have multiple endpoints/snodes from config
|
2020-05-04 11:07:21 -04:00 |
|
Stephen Shelton
|
b7451b7632
|
Rip out tag, prefetch tags/addrs from Endpoint
|
2020-05-04 11:06:47 -04:00 |
|
Stephen Shelton
|
1d12e9d14e
|
Lokinet_INIT() is already checked in main(), so remove from config
|
2020-05-04 11:06:47 -04:00 |
|
Stephen Shelton
|
3198a8b139
|
Handle blacklist-snode validation in config
|
2020-05-04 11:06:47 -04:00 |
|
Stephen Shelton
|
2730491641
|
Remove NetworkConfig's freehand options
|
2020-05-04 11:06:18 -04:00 |
|
Stephen Shelton
|
2bc908cd40
|
Remove [dns]:local-dns in favor of [dns]:bind
|
2020-05-04 11:05:52 -04:00 |
|
Stephen Shelton
|
df01770466
|
Rename SnappConfig -> EndpointConfig
|
2020-05-04 11:05:51 -04:00 |
|
Stephen Shelton
|
93b35c92a7
|
Eradicate service::Config
|
2020-05-04 11:05:51 -04:00 |
|
Stephen Shelton
|
cbd93fcb09
|
Find "-snapp" conf sections, add more snapp conf options
|
2020-05-04 11:03:53 -04:00 |
|
Jason Rhinelander
|
5cf2126bb9
|
make format
|
2020-05-01 19:25:32 -03:00 |
|
Jason Rhinelander
|
1697bf90fe
|
C++17
Compiles with C++17, replaces ghc::filesystem with std::filesystem,
nonstd::optional with std::optional, and llarp::string_view with
std::string_view.
|
2020-05-01 17:43:27 -03:00 |
|
Stephen Shelton
|
f0f9b1abdd
|
Allow 0 as outbound port
|
2020-04-29 14:23:50 -06:00 |
|
Stephen Shelton
|
f8439dab61
|
Misc aesthetic tweaks
|
2020-04-29 14:19:48 -06:00 |
|
Stephen Shelton
|
7d83611a0a
|
Default outbound port to 0, not 1090
|
2020-04-29 14:19:35 -06:00 |
|
Stephen Shelton
|
c4de0f8493
|
Add more ignored config options
|
2020-04-29 13:42:06 -06:00 |
|
Stephen Shelton
|
517922e4c3
|
Reintroduce support for configurable key files
|
2020-04-29 13:41:39 -06:00 |
|
Stephen Shelton
|
331770b348
|
Add ability to tolerate (ignore) old config options
This allows us to explicitly ignore (with a warning) old options
that are no longer supported.
|
2020-04-29 10:47:51 -06:00 |
|
Stephen Shelton
|
cdd4439cff
|
Temporary fix for [dns]bind and [dns]local-dns
|
2020-04-29 10:10:33 -06:00 |
|
Stephen Shelton
|
526b1320b7
|
Some maybe-fixes for RouterHive post config cleanup
|
2020-04-24 11:18:25 -06:00 |
|
Stephen Shelton
|
de8e44ba21
|
Re-apply clang-format rules after rebasing
|
2020-04-07 14:41:11 -06:00 |
|
Stephen Shelton
|
a66f502ed6
|
Remove [netdb] conf and place it under data-dir
This does three things:
1) Remove the [netdb] conf section,
2) Rename the subdir 'netdb' -> 'nodedb'
3) Place 'nodedb' under 'data-dir'
|
2020-04-07 14:28:23 -06:00 |
|
Stephen Shelton
|
be014175e9
|
Consolidate logging initialization logic
|
2020-04-07 14:27:31 -06:00 |
|
Stephen Shelton
|
6909e20588
|
Fix logging initialization and flush at program exit
|
2020-04-07 14:27:30 -06:00 |
|
Stephen Shelton
|
d3bcc05aa6
|
Organize some constants and default values
|
2020-04-07 14:26:32 -06:00 |
|
Stephen Shelton
|
7ea8d62640
|
Use fs::path over std::string for files
|
2020-04-07 14:26:30 -06:00 |
|
Stephen Shelton
|
28c1ca9c7a
|
Handle missing IP address in conf properly
|
2020-04-07 14:25:19 -06:00 |
|
Stephen Shelton
|
0e5e9a1222
|
Silently ignore config file if it exists already
|
2020-04-07 14:25:19 -06:00 |
|
Stephen Shelton
|
1fc7c61d1f
|
Share common conf comments for client and relay
|
2020-04-07 14:24:50 -06:00 |
|
Stephen Shelton
|
3739fc1d70
|
Reinstate multi-valued option
|
2020-04-07 14:24:50 -06:00 |
|
Stephen Shelton
|
a6787657be
|
Refactor config comments to take list of strings
|
2020-04-07 14:24:49 -06:00 |
|
Stephen Shelton
|
a8671cf9c7
|
Rename config classes for clarity
ConfigDefinition -> OptionDefiniton
Configuration -> ConfigDefinition
|
2020-04-07 14:24:49 -06:00 |
|
Stephen Shelton
|
f250b7adcb
|
Remove pidfile support
|
2020-04-07 14:24:48 -06:00 |
|
Stephen Shelton
|
4f77080f75
|
Remove optional<> from block-bogons
|
2020-04-07 14:23:53 -06:00 |
|
Stephen Shelton
|
4d053231d3
|
Define config defaults as constexpr
|
2020-04-07 14:23:32 -06:00 |
|
Stephen Shelton
|
adfcbd1d0b
|
Slight cleanup of k:v option maps
|
2020-04-07 14:23:11 -06:00 |
|
Stephen Shelton
|
e06c2e4502
|
Check that [router]min-connections <= [router]max
|
2020-04-07 14:22:53 -06:00 |
|
Stephen Shelton
|
6fd270ba09
|
Rip out link type spec and factory
We only support IWP now, so this is all effectively dead code.
|
2020-04-07 14:22:53 -06:00 |
|
Stephen Shelton
|
9e850705b4
|
Add 'AssignmentAcceptor' convenience for simple config acceptors
|
2020-04-07 14:20:59 -06:00 |
|
Stephen Shelton
|
f2a8dd10ce
|
Modernize Snapp config
|
2020-04-07 14:20:59 -06:00 |
|
Stephen Shelton
|
733efbab40
|
Reflect removal of accessors on config structs
|
2020-04-07 14:20:31 -06:00 |
|