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-06-01 | Update readme, crdt | dec05eba | |
2018-05-18 | Resend data if it fails | dec05eba | |
2018-05-14 | Only download nodes that we are missing | dec05eba | |
2018-05-14 | Update readme | dec05eba | |
2018-05-03 | Update TODO | dec05eba | |
2018-05-01 | Remove unnecessary dependency 'fmt' | dec05eba | |
2018-04-29 | Remove implemented todo | dec05eba | |
2018-04-14 | Store database storage to files, also loading | Aleksi Lindeman | |
2018-03-13 | Fix add data operation not working correctly | Aleksi Lindeman | |
Reminder: do not get reference to hash map value... duh Add thread-safe logging (log is in order now!). Store data immediately to database when WE add it instead of waiting for response from remote peers. TODO: Test with multiple peers (not only localhost) | |||
2018-03-05 | Implement 'create' operation, add seeding | Aleksi Lindeman | |
Seeding is currently only done on the key you specify, in the future the user should request data that it can seed. | |||
2018-03-05 | Add encryption functions (xchacha20) | Aleksi Lindeman | |
Changed license to GPL 3.0 because of incompatible license with opendht. Should odhtdb stay GPL 3.0 or should opendht be replaced with libdht so license can be changed back to MIT? | |||
2018-02-13 | Update readme | Aleksi Lindeman | |
2018-02-10 | test gpg2 | Aleksi Lindeman | |
2018-02-10 | test gpg | 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-27 | Initial commit | Aleksi Lindeman | |