# Server sends timestamp:<br/><code>{timestamp}</code>
# Client sends username and hashed password/timestamp:<br/><code>{username} {md5(md5(password) + timestamp)}</code>
# Server sends replies with <code>\0</code> (success) or <code>\1</code> (error)
===Command Protocol===