A chat client written as a university project.
Go to file
Kjistóf 36f0aca693 made byte(message) helper method constexpr so it is compile time 2016-12-03 14:22:49 +01:00
.gitignore added teszt.cpp to .gitignore -> use this for testing 2016-12-03 13:23:25 +01:00
CMakeLists.txt added new source files to CMakeLists.txt and a test config 2016-12-03 13:52:27 +01:00
chat_messages.hpp made byte(message) helper method constexpr so it is compile time 2016-12-03 14:22:49 +01:00
chat_networking.hpp now client_network_manager::receive() actually works 2016-12-03 13:51:33 +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