# Client connects to server socket
# Server sends timestamp(string representation of the current time in milliseconds):<br/><code>{timestamp}</code>
# Client sends username and hashed password/timestamp:<br/><code>{username} {md5(md5(password) + timestamp)}</code>
# Server replies with <code>\0</code> (success) or <code>\1</code> (error)