User enumeration implemented
authorJohn Hodge <[email protected]>
Thu, 6 Jan 2011 04:25:45 +0000 (12:25 +0800)
committerJohn Hodge <[email protected]>
Thu, 6 Jan 2011 04:25:45 +0000 (12:25 +0800)
commitca788d1ed62b100c213fa9de432f969d85b136e9
treef8de1fa93e2f9c036f0b7ef2fc0773deafb823ff
parentdc305dd8327bc8c6a801482f026633effc3583cd
User enumeration implemented

- TODO: Implement <min balance> and <max balance>
- Updated protocol spec for extended ENUM_USERS
- Client Dispense_EnumUsers implemented
 > Changed padding in Dispense_ShowUser
- Fixed client's ReadLine
 > Was not using the remaining data in the buffer
- Created a common "cokebank.h" for server
 > Moved pseudo-account names into this file
- Implemented ENUM_USERS at server side
 > Copied sendf to the server to improve response times (and memory
   usage)
proto.txt
src/client/main.c
src/cokebank_basic/bank.c
src/cokebank_basic/common.h
src/cokebank_basic/main.c
src/server/common.h
src/server/dispense.c
src/server/server.c

UCC git Repository :: git.ucc.asn.au