aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-18Revert back to argon2idec05eba
2020-08-18Use argon2d instead of argon2idec05eba
2020-08-18Rethrow exception instead of copydec05eba
2020-08-18Append user to group if user already exists instead of throwingdec05eba
2020-08-18Make operation callback funcs synchronousdec05eba
2020-08-18Fix build for mingwdec05eba
2020-08-18Add database object to callback funcsdec05eba
2020-08-18Async connectdec05eba
2020-08-18Add put retrydec05eba
2020-08-18Fix password salt not stored, generating a new salt everytimedec05eba
2020-08-18Listen on receive custom msg keydec05eba
2020-08-18Listen on key when sending custom messagedec05eba
2020-08-18Replace opendht with sibs pubsubdec05eba
2020-08-18Add method to get user lowest permission leveldec05eba
2020-08-18Update tododec05eba
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-18Do not crash if ntp has been synced once and it fails next time (can happen w...dec05eba
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 addit...dec05eba
2020-08-18Remove duplicate permission checking for ADD_DATA operationdec05eba
2020-08-18Return stored node users decrypted as hash map instead of vectordec05eba
2020-08-18Add functions to send/receive custom messagesdec05eba
2020-08-18Add method to get user groupsdec05eba
2020-08-18Remove duplicate authorization for add user (to group)dec05eba
2020-08-18Allow storing user without nodesdec05eba
2020-08-18Add methods to store/retrieve encrypted user (using argon2 for hash)dec05eba
2020-08-18Add versioning to request old data structuredec05eba
2020-08-18Store known remote nodes and connect to them next timedec05eba
2020-08-18Implement exception safe sqlite transaction class (rollback)dec05eba
2020-08-18Implement node load/fetch orderdec05eba
2020-08-18Ignore our own requests when requesting old packetsdec05eba
2020-08-18Only download nodes that we are missingdec05eba
2020-08-18Remove user/group classes, user public key/group id directly to database insteaddec05eba