aboutsummaryrefslogtreecommitdiff
path: root/network-handler/nodemanager.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-28Finally made a initial doxygen documentation pass over all files.Dennis Brentjes
2016-09-28Made changes so we can have a 1 Node cmix network.Dennis Brentjes
2016-09-22Some changes to the network-handler.Dennis Brentjes
2016-08-30Split NetworkHandler in a server component and a to reuse Server.Dennis Brentjes
Also switched from an inheritance system to composition based system for the server based classes.
2016-08-29Refactored Client to be more reusable.Dennis Brentjes
Added UserClient and NodeClient classes to handle communication from and to Clients and Nodes respectively.