1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/config
Jason Rhinelander ac1486d0be Replace absl::optional with optional-lite
Step 1 of removing abseil from lokinet.

For the most part this is a drop-in replacement, but there are also a
few changes here to the JSONRPC layer that were needed to work around
current gcc 10 dev snapshot:

- JSONRPC returns a json now instead of an optional<json>.  It doesn't
  make any sense to have a json rpc call that just closes the connection
  with returning anything.  Invoked functions can return a null (default
  constructed) result now if they don't have anything to return (such a
  null value won't be added as "result").
2020-02-19 18:21:25 -04:00
..
config.cpp Replace absl::optional with optional-lite 2020-02-19 18:21:25 -04:00
config.hpp Replace absl::optional with optional-lite 2020-02-19 18:21:25 -04:00
ini.cpp Move logging to subdirectory 2019-09-03 20:52:27 +01:00
ini.hpp Change ConfigParser too 2019-07-21 16:57:11 +01:00
key_manager.cpp finish remaining changes 2019-12-11 16:18:47 -05:00
key_manager.hpp Backup SNApp keys when migrating to new ed25519 crypto 2019-12-06 11:21:14 -07:00