New server update, 1.4
This fixes an exploit where people could crash everyone connected to a server by sending a fake text message.
The clients would gladly attempt to render weird unicode characters, but would crash when trying to look up entry ten thousand in a 256 entry array.
Instead the server now checks all incoming strings, verifies that they’re all within reasonable limits, and kick the sender if they aren’t.