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/config
Jason Rhinelander c8ce78315d
Fix missing option names
At some point between 0.9.9 and 0.9.10 we removed the printing of option
names when a value doesn't have a default, but this means the config is
littered with things like:

    # This option sets the greater foo value.

with no actual option name printed out when there is no default.

This fixes it by always printing the option name in such a case, just
with an empty value, e.g.:

    # This option sets the greater foo value.
    #big-foo=
2 years ago
..
config.cpp Fix backwards compatible config option handler 2 years ago
config.hpp changeset for windows port 2 years ago
definition.cpp Fix missing option names 2 years ago
definition.hpp DNS: default to 127.3.2.1 & high port on Linux 2 years ago
ini.cpp Add binary file slurp/dump utility functions 2 years ago
ini.hpp Add binary file slurp/dump utility functions 2 years ago
key_manager.cpp Replace logging with oxen-logger 2 years ago
key_manager.hpp Rename isRouter -> isSNode 3 years ago