From 13f2007d104149f69ab7a794d2e119830e638eaa Mon Sep 17 00:00:00 2001 From: dec05eba <0xdec05eba@gmail.com> Date: Tue, 16 Oct 2018 00:38:01 +0200 Subject: Replace opendht with sibs pubsub This should fix issues with memory usage/leaks and make it easier to get peers subscribed to the same key. It will also be easier to modify and also works easier cross platform because of no additional dependencies. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 81d7cd2..049802c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ odhtdb.kdev4 storage/ .gdb_history compile_commands.json +.vscode/ +tests/sibs-build/ +tests/compile_commands.json -- cgit v1.2.3