aboutsummaryrefslogtreecommitdiff
path: root/network-handler/main.cpp
AgeCommit message (Collapse)Author
2016-10-12Major network rewrite.Dennis Brentjes
One generic class has been introduced to handle all connection types. Typedefs provide Sender Receiver and SenderReceiver types, which limit the functionality of the types. As to not accidentally communicate with the wrong node about things.
2016-09-22Some changes to the network-handler.Dennis Brentjes
2016-09-08Added null-rsa implementation.Dennis Brentjes
2016-08-30Removes some debug statements.Dennis Brentjes
2016-08-30Proof of concept skeleton, linktime algorithm implementation selection.Dennis Brentjes
2016-08-26Initial commit, just some ideas and testing.Dennis Brentjes