I've been maintaining a private fork for a couple small tweaks but I am about to add new functionality and I wanted to check in to see if you have any desires for contributions or additional behavior.
At the moment there is only set_config -- which limits the things you can do compared to the native API.
Setting the config currently sets REPLACE_PEERS on every change. I expect to add at least Add/Remove incrementally but the other interfaces could probably be addressed at the same time.
I've been maintaining a private fork for a couple small tweaks but I am about to add new functionality and I wanted to check in to see if you have any desires for contributions or additional behavior.
At the moment there is only
set_config-- which limits the things you can do compared to the native API.Setting the config currently sets
REPLACE_PEERSon every change. I expect to add at least Add/Remove incrementally but the other interfaces could probably be addressed at the same time.