A chat client written as a university project.
Go to file
2016-11-20 11:14:20 +01:00
.gitignore initial commit. written a CMakeLists.txt to import boost::asio & serialization 2016-11-17 20:48:22 +01:00
CMakeLists.txt written an example server -- started experimenting with boost::asio 2016-11-18 16:11:17 +01:00
message.cpp bugfix: messages would only be received till the first whitespace 2016-11-20 11:14:20 +01:00
message.h reworked message's receive interface 2016-11-20 00:18:14 +01:00
server.cpp written an example server -- started experimenting with boost::asio 2016-11-18 16:11:17 +01:00
text_message.cpp reworked message's receive interface 2016-11-20 00:18:14 +01:00
text_message.h reworked message's receive interface 2016-11-20 00:18:14 +01:00