From: John Hodge Date: Sun, 11 Jul 2010 11:02:14 +0000 (+0800) Subject: Slight change to the proto X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=a1dce35d211aa41688b589292d4bfa338e5c953c;p=tpg%2Fopendispense2.git Slight change to the proto --- diff --git a/proto.txt b/proto.txt index 278abc0..3314ad8 100644 --- a/proto.txt +++ b/proto.txt @@ -21,7 +21,7 @@ All server responses are on one line and are prefixed by a three digit response === User Auth === c USER \n s 100 SALT \n -c PASS \n (Hash of ) +c PASS \n (Hex-Encoded SHA-512 Hash of ) s 200 Auth OK\n or 401 Auth Failure\n User is now authenticated