Skip to content
Snippets Groups Projects
  1. Jan 06, 2011
    • John Hodge's avatar
      COPYING and README · f380ed0d
      John Hodge authored
      - A little threadbare for now.
       > Anyone else want to work on the readme?
      f380ed0d
    • John Hodge's avatar
      User enumeration implemented · ca788d1e
      John Hodge authored
      - 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)
      ca788d1e
    • John Hodge's avatar
      Updated protocol def · dc305dd8
      John Hodge authored
      - Changed ENUM_USERS to return a list of USER_INFO responses.
      - Adding stub support for reading user flags from cokebank (TODO:
        standardise the flag values)
       > Also TODO: Common header for the cokebank (shared between it and the
         server)
      dc305dd8
    • John Hodge's avatar
      Removed debug from server, cleaning client · aa3dd36e
      John Hodge authored
      - Removed the last use of 'recv' from the client code.
      - Added a catch to the cokebank code for the username 'root'
      aa3dd36e
    • John Hodge's avatar
      Cleanup and Implementations · 5df82cb2
      John Hodge authored
      - Implemented `dispense acct <user>`
      - Partitally implemented `dispense acct <user> +-<amt> <reason>`
       > Seems to not like the '>liability' pseudo account (not letting it
         go negative)
      - Cleaned up more of the client code, and added debugging to it
      5df82cb2
    • John Hodge's avatar
      a3b265fa
  2. Jan 05, 2011
  3. Dec 04, 2010
  4. Nov 30, 2010
  5. Nov 23, 2010
  6. Nov 21, 2010