aboutsummaryrefslogtreecommitdiff
path: root/src/DhtKey.cpp
AgeCommit message (Collapse)Author
2018-10-16Replace opendht with sibs pubsubdec05eba
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.
2018-05-21Add methods to allow pingingdec05eba
2018-05-16Add functions to send/receive custom messagesdec05eba
2018-03-13Expose include dirAleksi Lindeman
2018-03-05Implement 'create' operation, add seedingAleksi Lindeman
Seeding is currently only done on the key you specify, in the future the user should request data that it can seed.