I probably should've a long time ago, but here we are.
The aries library now has unit tests written for it, so we can actually (?) ensure it won't break randomly. It's now only 50% cowboy code!
Also provides a stub implementation of aries::DecodeBinaryTagData, which will be completed later.
We now have DirtySockClient and DirtySockServer classes which do the actual protocol server work. The server also allow setting the message fourccs that can be accepted, which in theory we can implement derived classes which set that up.. For now we don't do that and run one dummy lobby server
The message factory now handles parsing, and messages now contain the header (mostly for niceity, but in theory we can now bound stuff or smth idk..)
I moved the IMessage code to the root, and I may even move the MessageFactory class to another file if I can.