Jason Rhinelander
Jason Rhinelander
PR #317 added scoped enums for flags, which is great, but it also added some unpleasantness in the API that: ```C++ sock.send(some_message); ``` now results in a deprecatation warning, requiring...
**Describe the bug** I have a masternode set up with a MN stake plus a bit of change insufficient for a PoS stake. When I unlock the wallet for staking,...
This line produces an undefined value warning when compiling in pre-C++17 mode with `-Wundef` turned on.
Relax rpc handling of token and range: - Accept empty string or `null` for token to mean "no token." - Accept `null` for range to mean "default range." - Don't...
We should add an endpoint that allows subscribing to logs, and an spdlog sink sends to subscribed endpoints. (This would also be useful in oxen-core, and possibly oxen-ss, so we...
The GUI needs some way to distinguish between "connecting" (i.e. lokinet has been launched) and "connected", i.e. we have established some snode connections. "Some" here could be the same condition...
When slicing the new CW2 motor plate, I noticed an unexpected bit of bridging in the sliced model:  The bridging is at height 6.2 (occurs in current versions of...
Linux systems using NetworkManager (which is fairly common) are having a good bit of trouble getting going with Lokinet because the GUI tools for NetworkManager are kind of crappy and...
Something that would be very useful is to be able to expose an encrypted/authenticated but *public* listener. This needs two config additions: 1. We need to be able to specify...
When we disconnect an exit we should flush the internal unbound DNS cache so that DNS lookups get performed again (since DNS results may vary considerably if you connect through...