unc0rr [Sat, 14 Jan 2017 22:30:09 +0300] rev 12137
- 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 12136
- Render messages to string
- Respond to PING messages
unc0rr [Wed, 11 Jan 2017 22:42:59 +0300] rev 12135
Add more messages to the parser
unc0rr [Wed, 11 Jan 2017 17:39:21 +0300] rev 12134
Optional parameters parsing function
unc0rr [Sun, 08 Jan 2017 23:57:45 +0300] rev 12133
Some parsing using nom
unc0rr [Sat, 07 Jan 2017 21:34:00 +0300] rev 12132
Give up on lalrpop, let's try nom
unc0rr [Fri, 06 Jan 2017 01:00:21 +0300] rev 12131
Still trying to make parser work
unc0rr [Thu, 05 Jan 2017 19:07:01 +0300] rev 12130
Start on messages parser
unc0rr [Tue, 03 Jan 2017 00:19:47 +0300] rev 12129
- Start protocol parser implementation
- Small fixes
unc0rr [Mon, 02 Jan 2017 00:16:22 +0300] rev 12128
Refactor modules layout
unc0rr [Mon, 02 Jan 2017 00:05:12 +0300] rev 12127
- Use netbuf buffers for client connection stream
- Read data from client
unc0rr [Sun, 01 Jan 2017 22:13:35 +0300] rev 12126
Refactor code to add more structure to it
unc0rr [Sat, 31 Dec 2016 23:56:29 +0300] rev 12125
Start server implementation in rust
unc0rr [Fri, 03 Feb 2017 23:04:50 +0300] rev 12124
Adopt some patches from OpenBSD port