aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-18Route for failed p2p connectiondec05eba
2020-08-18Fix crashdec05eba
2020-08-18Append user to group if user already exists instead of throwingdec05eba
2020-08-18Remove server peer from remote peers listdec05eba
2020-08-18Make operation callback funcs synchronousdec05eba
2020-08-18--dec05eba
2020-08-18Fix build for mingwdec05eba
2020-08-18Add database object to callback funcsdec05eba
2020-08-18Async connectdec05eba
2020-08-18Stop put on canceldec05eba
2020-08-18Oopsdec05eba
2020-08-18uudec05eba
2020-08-18Fix concurrent connection to an addressdec05eba
2020-08-18Add put retrydec05eba
2020-08-18Fix messages getting corruptdec05eba
2020-08-18Fix password salt not stored, generating a new salt everytimedec05eba
2020-08-18Update pubsubdec05eba
2020-08-18Listen on receive custom msg keydec05eba
2020-08-18Listen on key when sending custom messagedec05eba
2020-08-18Replace 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.
2020-08-18Add compile_commands.json to git ignoredec05eba
2020-08-18Update opendhtdec05eba
2020-08-18Add method to get user lowest permission leveldec05eba
2020-08-18Update tododec05eba
2020-08-18Update readme, crdtdec05eba
2020-08-18TODO: Move opendht static library to another repodec05eba
2020-08-18Add mingw64 lib for opendhtdec05eba
2020-08-18Add flag for data loaded from cachedec05eba
2020-08-18Fix read outside bufferdec05eba
2020-08-18Add missing include for 'stdout'dec05eba
2020-08-18Follow cppcheck suggestionsdec05eba
2020-08-18Add methods to allow pingingdec05eba
2020-08-18Disable sql debugdec05eba
2020-08-18Do not crash if ntp has been synced once and it fails next time (can happen ↵dec05eba
when laptop lid is closed)
2020-08-18Add sql debug, fix action counter in request wrong numberdec05eba
2020-08-18Fix bug with action gaps in response (invalid reference to local array)dec05eba
2020-08-18more debugdec05eba
2020-08-18Output action gapdec05eba
2020-08-18Ping node before sending old datadec05eba
2020-08-18Update memory usage testdec05eba
2020-08-18Add memory usage testdec05eba
2020-08-18Resend data if it failsdec05eba
2020-08-18Fix bug where addData/addUser doesn't get send to listening peersdec05eba
2020-08-18Fix node raw data bug (data type mismatch), add debug statementsdec05eba
2020-08-18Add debug outputdec05eba
2020-08-18Fix info hash not hashing inputdec05eba
2020-08-18Add delay to sending old nodes to prevent spamming (and getting disconnected)dec05eba
2020-08-18Fix memory leak (mismatch free/delete/delete[]), fix invalid memory accessdec05eba
2020-08-18Store node encryption key with user data, fix encryption bug when using ↵dec05eba
additional data
2020-08-18Remove duplicate permission checking for ADD_DATA operationdec05eba