Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-16 | Replace opendht with sibs pubsub | dec05eba | |
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-09-21 | Update opendht | dec05eba | |
2018-05-30 | TODO: Move opendht static library to another repo | dec05eba | |
2018-05-30 | Add mingw64 lib for opendht | dec05eba | |
2018-05-21 | Disable sql debug | dec05eba | |
2018-05-21 | Add sql debug, fix action counter in request wrong number | dec05eba | |
2018-05-16 | Add functions to send/receive custom messages | dec05eba | |
2018-05-16 | Update sibs serializer | dec05eba | |
2018-05-14 | Replace files with sqlite | dec05eba | |
Using sqlite because sqlite has transactions, storing/loading from files automatically, unloading data that is not accessed often. Removed cosmetic data (node name, username). They can be added using addData by the application that uses odhtdb instead. Database callback functions can now be called with stored data using database.loadNode function. TODO: Add local user storage (with password) back, it has been temorary disabled | |||
2018-05-01 | Update ntp dependency with bug fix, make error messages better | dec05eba | |
2018-05-01 | Remove unnecessary dependency 'fmt' | dec05eba | |
2018-04-29 | Update ntp client version | dec05eba | |
2018-04-22 | Update opendht version | dec05eba | |
2018-04-14 | Store database storage to files, also loading | Aleksi Lindeman | |
2018-03-13 | Expose include dir | Aleksi Lindeman | |
2018-03-13 | Version 0.1.0 DO NOT USE | Aleksi Lindeman | |
2018-03-11 | Add operation to allow users to be added to group | Aleksi Lindeman | |
WARNING! Lazy implementation everywhere, does not handle out-of-order packets | |||
2018-03-09 | Partially implement 'add' operation | Aleksi Lindeman | |
2018-02-10 | Add private/public key for users | Aleksi Lindeman | |
2018-02-01 | Sync time with ntp server, starting with basic operations | Aleksi Lindeman | |
2018-01-28 | Add some files... | Aleksi Lindeman | |