Skip to content

Instantly share code, notes, and snippets.

@itszero
Created April 27, 2009 06:49
Show Gist options
  • Save itszero/102365 to your computer and use it in GitHub Desktop.
Save itszero/102365 to your computer and use it in GitHub Desktop.
Client 連線到 Server 後送出
Client => LOGIN [使用者名稱] [MD5編碼密碼](換行)
Server 收到後如果正確就會回傳
Server => LOGIN OK(換行)
如果失敗則回應
Server => LOGIN FAIL(換行)
範例:
Client => LOGIN itsZero 68e109f0f40ca72a15e05cc22786f8e6
Server => LOGIN OK
Client => LOGIN itsZero 18273891273891893712897389127
Server => LOGIN FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment