lokinet/llarp/dht/messages
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
..
consensus.hpp initial wack at 0.7.0 dht fixes 2020-01-27 11:54:51 -05:00
findintro.cpp Bencode/decode relayOrder in lexigraphical order, make it uint64_t 2020-02-14 17:43:13 -04:00
findintro.hpp Bencode/decode relayOrder in lexigraphical order, make it uint64_t 2020-02-14 17:43:13 -04:00
findrouter.cpp refactor single char variables in DHT (mostly) 2020-01-23 12:10:58 -05:00
findrouter.hpp refactor single char variables in DHT (mostly) 2020-01-23 12:10:58 -05:00
gotintro.cpp initial dht key blinding 2020-01-27 16:30:41 -05:00
gotintro.hpp Replace absl::optional with optional-lite 2020-02-19 18:21:25 -04:00
gotrouter.cpp rc gossiping 2020-02-12 12:10:48 -05:00
gotrouter.hpp make router version member optional on serialization 2020-01-27 11:55:19 -05:00
pubintro.cpp initial dht key blinding 2020-01-27 16:30:41 -05:00
pubintro.hpp initial dht key blinding 2020-01-27 16:30:41 -05:00