|
cf4bc2f142
|
added a get_content() method, which excludes command byte & term byte
|
2016-12-04 13:58:25 +01:00 |
|
|
36f0aca693
|
made byte(message) helper method constexpr so it is compile time
|
2016-12-03 14:22:49 +01:00 |
|
|
9c8f985210
|
added function byte(message) for more readable message->byte conversion
|
2016-12-03 13:50:09 +01:00 |
|
|
75f77766c1
|
moved everything to namespace chat to avoid namespace pollution
|
2016-12-03 13:13:06 +01:00 |
|
|
f8c57c8e24
|
fixed chat_message: now enum class message has underlying type of char
|
2016-12-03 11:51:27 +01:00 |
|
|
28f1fe7655
|
added missing const qualifier
|
2016-11-29 19:14:06 +01:00 |
|
|
271faf4b0c
|
added default empty content to chat_message ctor
|
2016-11-29 18:46:09 +01:00 |
|
|
c6750bbb54
|
added chat_message.hpp to represent messages
|
2016-11-29 17:55:00 +01:00 |
|