# Client connects to server socket
# Server sends timestamp:<br/><code>{timestamp} \0</code># Client sends username and hashed password/timestamp:<br/><code>{username} \0 {md5(md5(password) + timestamp)} \0</code>
# Server sends <code>\0</code> (success) or <code>\1</code> (error)