tpg/opendispense2.git
13 years agoCOPYING and README
John Hodge [Thu, 6 Jan 2011 04:43:31 +0000 (12:43 +0800)]
COPYING and README

- A little threadbare for now.
 > Anyone else want to work on the readme?

13 years agoUser enumeration implemented
John Hodge [Thu, 6 Jan 2011 04:25:45 +0000 (12:25 +0800)]
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)

13 years agoUpdated protocol def
John Hodge [Thu, 6 Jan 2011 03:40:22 +0000 (11:40 +0800)]
Updated protocol def

- 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)

13 years agoRemoved debug from server, cleaning client
John Hodge [Thu, 6 Jan 2011 03:08:53 +0000 (11:08 +0800)]
Removed debug from server, cleaning client

- Removed the last use of 'recv' from the client code.
- Added a catch to the cokebank code for the username 'root'

13 years agoCleanup and Implementations
John Hodge [Thu, 6 Jan 2011 03:00:25 +0000 (11:00 +0800)]
Cleanup and Implementations

- 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

13 years agoFiddling with protocol (might redesign it a bit)
John Hodge [Thu, 6 Jan 2011 00:05:55 +0000 (08:05 +0800)]
Fiddling with protocol (might redesign it a bit)

13 years agoImplemented `dispense add` in server
John Hodge [Wed, 5 Jan 2011 08:49:39 +0000 (16:49 +0800)]
Implemented `dispense add` in server

13 years agoMore cleanup, implementing `dispense give`
John Hodge [Wed, 5 Jan 2011 08:36:17 +0000 (16:36 +0800)]
More cleanup, implementing `dispense give`

13 years agoRestuctured cokebank
John Hodge [Wed, 5 Jan 2011 08:22:37 +0000 (16:22 +0800)]
Restuctured cokebank

Moved all references to Unix UIDs out to bank.c where it can be
safely removed if required.
- The password code is still in main.c, because that doesn't matter
  (if LDAP goes down, users will just be unable to use non-trusted
  machines.

13 years agoFixed coke handler, now can dispense a drink ^_^
root [Wed, 5 Jan 2011 07:48:25 +0000 (15:48 +0800)]
Fixed coke handler, now can dispense a drink ^_^

13 years agoFixes to the coke handler
root [Wed, 5 Jan 2011 06:55:32 +0000 (14:55 +0800)]
Fixes to the coke handler

13 years agoFixed behavior in coke (maybe)
John Hodge [Wed, 5 Jan 2011 06:28:48 +0000 (15:13 +0845)]
Fixed behavior in coke (maybe)

13 years agoAdded check for second WaitForColon
John Hodge [Wed, 5 Jan 2011 06:24:56 +0000 (15:09 +0845)]
Added check for second WaitForColon

13 years agoDoes help if I spell it correctly
John Hodge [Wed, 5 Jan 2011 06:20:51 +0000 (15:05 +0845)]
Does help if I spell it correctly

13 years agoAdded root noauth hack
John Hodge [Wed, 5 Jan 2011 06:19:48 +0000 (15:04 +0845)]
Added root noauth hack

13 years agoCleaning up client, cleaning coke code
John Hodge [Wed, 5 Jan 2011 06:12:06 +0000 (14:57 +0845)]
Cleaning up client, cleaning coke code

13 years agoCleaning up the NCurses GUI
John Hodge [Wed, 5 Jan 2011 05:00:24 +0000 (13:45 +0845)]
Cleaning up the NCurses GUI

13 years agoCleanup work (much needed)
John Hodge [Wed, 5 Jan 2011 04:36:05 +0000 (13:21 +0845)]
Cleanup work (much needed)

- Added basic logging code (TODO: USe syslog)
- Cleaned up client to remove that monolithic main()
- Added proper value for the dispense reason passed to CokeBank
- Added logging to basic CokeBank

13 years agoMore fiddling with coke code
John Hodge [Sat, 4 Dec 2010 15:54:47 +0000 (23:54 +0800)]
More fiddling with coke code

- TODO: Wait for a prompt correctly (if there is nothing waiting,
  send newlines until we get the colon prompt)

13 years agoMoved serial port opening out into a helper, added delay
John Hodge [Sat, 4 Dec 2010 13:05:49 +0000 (21:05 +0800)]
Moved serial port opening out into a helper, added delay
to coke read.

13 years agoFixing serial handling
John Hodge [Sat, 4 Dec 2010 12:50:27 +0000 (20:50 +0800)]
Fixing serial handling

13 years agoAdded log of coke machine test with picocom
John Hodge [Sat, 4 Dec 2010 12:24:19 +0000 (20:24 +0800)]
Added log of coke machine test with picocom

13 years agoUpdated items, set coke port to USB
John Hodge [Sat, 4 Dec 2010 11:54:57 +0000 (19:54 +0800)]
Updated items, set coke port to USB

13 years agoCleaning up client code and server responses
John Hodge [Sat, 4 Dec 2010 10:41:16 +0000 (18:41 +0800)]
Cleaning up client code and server responses

- Commenting, it is nice :)
- Changed the handler interface to return boolean failure
- Cleaned up the server responses to correctly correspond with
  the sped

13 years agoFixing coke handler and login (a nice cleanup)
John Hodge [Sat, 4 Dec 2010 10:08:01 +0000 (18:08 +0800)]
Fixing coke handler and login (a nice cleanup)

13 years agoWorking on password-based user auth
John Hodge [Sat, 4 Dec 2010 09:43:22 +0000 (17:43 +0800)]
Working on password-based user auth

13 years agoDoor controller code (well, the start of it)
John Hodge [Sat, 4 Dec 2010 08:18:00 +0000 (16:18 +0800)]
Door controller code (well, the start of it)

13 years agoSnack handler added
John Hodge [Sat, 4 Dec 2010 08:09:42 +0000 (16:09 +0800)]
Snack handler added

13 years agoCleaning up client code
John Hodge [Sat, 4 Dec 2010 08:09:32 +0000 (16:09 +0800)]
Cleaning up client code

13 years agoStart on a ncurses GUI
John Hodge [Tue, 30 Nov 2010 13:45:00 +0000 (21:45 +0800)]
Start on a ncurses GUI

> Very sparcely commented atm, and really needs to be sorted out,
  but it renders.

13 years agoFiddling with UI design
John Hodge [Tue, 30 Nov 2010 11:40:57 +0000 (19:40 +0800)]
Fiddling with UI design

13 years agoMerge branch 'master' of serenade.mutabah.net:opendispense2
John Hodge [Tue, 30 Nov 2010 11:27:52 +0000 (19:27 +0800)]
Merge branch 'master' of serenade.mutabah.net:opendispense2

13 years agoUser auths and client UI design
John Hodge [Tue, 30 Nov 2010 11:25:12 +0000 (19:25 +0800)]
User auths and client UI design

> Changed AUTOAUTH to return 404 on bad user
> Started work on a UI design for the `dispense` app

13 years agoSnack machine handlers
John Hodge [Tue, 23 Nov 2010 03:30:49 +0000 (11:30 +0800)]
Snack machine handlers

13 years agoClient work
John Hodge [Tue, 23 Nov 2010 03:27:54 +0000 (11:27 +0800)]
Client work

- You could dispense now, if the client actually authed

13 years agoStarted on the client
John Hodge [Sat, 20 Nov 2010 22:02:17 +0000 (06:02 +0800)]
Started on the client

- Also, fiddle, fiddle, fiddle

13 years agoFixed coke handler regex, added init for handlers
John Hodge [Sat, 20 Nov 2010 19:03:51 +0000 (03:03 +0800)]
Fixed coke handler regex, added init for handlers

13 years agoCleanups of bugs and segfaults
John Hodge [Sat, 20 Nov 2010 18:11:07 +0000 (02:11 +0800)]
Cleanups of bugs and segfaults

13 years agoFixing basic cokebank to actually work
John Hodge [Sat, 20 Nov 2010 17:34:31 +0000 (01:34 +0800)]
Fixing basic cokebank to actually work

13 years agoStarted work on an alternate cokebank that actually does something
John Hodge [Sat, 20 Nov 2010 17:04:18 +0000 (01:04 +0800)]
Started work on an alternate cokebank that actually does something

13 years agoWhy didn't this update properly?
John Hodge [Sat, 20 Nov 2010 15:12:51 +0000 (23:12 +0800)]
Why didn't this update properly?

13 years agoRestructured code into src/<module>
John Hodge [Sat, 20 Nov 2010 15:09:24 +0000 (23:09 +0800)]
Restructured code into src/<module>

- Added cokebank library
 > Also changed API slightly
- Implemented more of the protocol in server.c
- Coke handler started
- Other misc changes

13 years agoItem file parsing :)
John Hodge [Sat, 20 Nov 2010 07:47:58 +0000 (15:47 +0800)]
Item file parsing :)

- Added --itemfile to change the item file from the default
- Used the POSIX regex library to parse the item file
- Random cleanups

13 years agoWorking on item database
John Hodge [Sat, 20 Nov 2010 06:08:27 +0000 (14:08 +0800)]
Working on item database

13 years agoIt's been so long, I don't know what I did
John Hodge [Fri, 6 Aug 2010 11:32:52 +0000 (19:32 +0800)]
It's been so long, I don't know what I did

13 years agoCleaning up cokebank code
John Hodge [Mon, 12 Jul 2010 02:35:25 +0000 (10:35 +0800)]
Cleaning up cokebank code

13 years agoAnd, modified .gitignore to ignore the binary
John Hodge [Mon, 12 Jul 2010 02:00:30 +0000 (10:00 +0800)]
And, modified .gitignore to ignore the binary

13 years agoHey, It's a .gitignore file!
John Hodge [Mon, 12 Jul 2010 02:00:01 +0000 (10:00 +0800)]
Hey, It's a .gitignore file!

13 years agoImplemented AUTOAUTH
John Hodge [Mon, 12 Jul 2010 01:59:05 +0000 (09:59 +0800)]
Implemented AUTOAUTH

13 years agoAdding some nice debug
John Hodge [Sun, 11 Jul 2010 15:18:49 +0000 (23:18 +0800)]
Adding some nice debug

13 years agoServer now listens and accepts connections (and returns a value to USER)
John Hodge [Sun, 11 Jul 2010 14:39:17 +0000 (22:39 +0800)]
Server now listens and accepts connections (and returns a value to USER)

13 years agoCompile fixes
John Hodge [Sun, 11 Jul 2010 14:10:46 +0000 (22:10 +0800)]
Compile fixes

13 years agoMoar server work
John Hodge [Sun, 11 Jul 2010 11:22:59 +0000 (19:22 +0800)]
Moar server work

13 years agoSlight change to the proto
John Hodge [Sun, 11 Jul 2010 11:02:14 +0000 (19:02 +0800)]
Slight change to the proto

13 years agoSkeleton server code (compiles, just doesn't do anything)
John Hodge [Sun, 11 Jul 2010 10:24:22 +0000 (18:24 +0800)]
Skeleton server code (compiles, just doesn't do anything)

13 years agoBasic outline
John Hodge [Sun, 11 Jul 2010 10:24:05 +0000 (18:24 +0800)]
Basic outline

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