Open firepear opened 6 months ago
Working this and #64 together, as the basis for v0.37.
The base module and client have been overhauled. Starting work on the server, but not sure if I'll get it done tonight. Need to wrap my head around it again first, as it's more complex than the client and has more moving parts.
The protocol has been redesigned and the client updated, which leaves the rest as implementation details.
But before this can be closed, a standard hello/protocol version check message needs to be coded in on the client side, and a handler for it implemented on the server side
PROTOCHECK implemented client-side