aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-18Update gitmoduledec05eba
2020-08-18WIP: FIX p2pdec05eba
2019-04-09Add debug outputAleksi Lindeman
2019-04-09Revert back to argon2iAleksi Lindeman
2019-04-07Use argon2d instead of argon2iAleksi Lindeman
We want gpu-resistance instead of side-channel attack resistance since password is hashed locally.
2019-01-27Rethrow exception instead of copyAleksi Lindeman
2019-01-24Change to apache licenseAleksi Lindeman
2018-12-30Update depAleksi Lindeman
2018-11-25Fix routingAleksi Lindeman
2018-11-25mmAleksi Lindeman
2018-11-25asdAleksi Lindeman
2018-11-24mmAleksi Lindeman
2018-11-23ddAleksi Lindeman
2018-11-23Route for failed p2p connectionAleksi Lindeman
2018-11-09Fix crashAleksi Lindeman
2018-11-09Append user to group if user already exists instead of throwingAleksi Lindeman
2018-11-04Remove server peer from remote peers listAleksi Lindeman
2018-11-01Make operation callback funcs synchronousAleksi Lindeman
2018-10-31--Aleksi Lindeman
2018-10-28Fix build for mingwdec05eba
2018-10-21Add database object to callback funcsdec05eba
2018-10-21Async connectdec05eba
2018-10-21Stop put on canceldec05eba
2018-10-21Oopsdec05eba
2018-10-21uudec05eba
2018-10-21Fix concurrent connection to an addressdec05eba
2018-10-19Add put retrydec05eba
2018-10-19Fix messages getting corruptdec05eba
2018-10-19Fix password salt not stored, generating a new salt everytimedec05eba
2018-10-17Update pubsubdec05eba
2018-10-16Listen on receive custom msg keydec05eba
2018-10-16Listen on key when sending custom messagedec05eba
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-09-21Add compile_commands.json to git ignoredec05eba
2018-09-21Update opendhtdec05eba
2018-07-18Add method to get user lowest permission leveldec05eba
2018-06-02Update tododec05eba
2018-06-01Update readme, crdtdec05eba
2018-05-30TODO: Move opendht static library to another repodec05eba
2018-05-30Add mingw64 lib for opendhtdec05eba
2018-05-30Add flag for data loaded from cachedec05eba
2018-05-24Fix read outside bufferdec05eba
2018-05-23Add missing include for 'stdout'dec05eba
2018-05-22Follow cppcheck suggestionsdec05eba
2018-05-21Add methods to allow pingingdec05eba
2018-05-21Disable sql debugdec05eba
2018-05-21Do not crash if ntp has been synced once and it fails next time (can happen ↵dec05eba
when laptop lid is closed)
2018-05-21Add sql debug, fix action counter in request wrong numberdec05eba
2018-05-21Fix bug with action gaps in response (invalid reference to local array)dec05eba
2018-05-21more debugdec05eba