unc0rr [Fri, 27 Jan 2017 23:03:31 +0300] rev 12151
SendAllButMe action, list all clients in lobby in LobbyJoined message to newcomers
unc0rr [Thu, 26 Jan 2017 14:45:44 +0300] rev 12150
Lobby joining action
unc0rr [Wed, 25 Jan 2017 23:48:23 +0300] rev 12149
More refactoring
unc0rr [Tue, 24 Jan 2017 20:28:16 +0300] rev 12148
Toss code around
unc0rr [Mon, 23 Jan 2017 23:43:29 +0300] rev 12147
Start refactoring path from getting message from client to reacting to it
unc0rr [Wed, 18 Jan 2017 22:54:02 +0300] rev 12146
Basic support for NICK message
unc0rr [Wed, 18 Jan 2017 22:23:41 +0300] rev 12145
Fix malformed messages parsing
unc0rr [Wed, 18 Jan 2017 22:15:55 +0300] rev 12144
- Handle errors
- Client removal routine
- Handle QUIT message
unc0rr [Sun, 15 Jan 2017 00:34:36 +0300] rev 12143
Introduce actions, just like in the old server
unc0rr [Sat, 14 Jan 2017 22:30:09 +0300] rev 12142
- Use logging facilities instead of plain println!
- Parse malformed messages, parser doesn't get stuck anymore
unc0rr [Sat, 14 Jan 2017 00:46:52 +0300] rev 12141
- Render messages to string
- Respond to PING messages
unc0rr [Wed, 11 Jan 2017 22:42:59 +0300] rev 12140
Add more messages to the parser
unc0rr [Wed, 11 Jan 2017 17:39:21 +0300] rev 12139
Optional parameters parsing function
unc0rr [Sun, 08 Jan 2017 23:57:45 +0300] rev 12138
Some parsing using nom