Commit graph

78 commits

Author SHA1 Message Date
Josh Harvey
e3e091b873 fix old version bug 2016-03-17 17:11:35 +02:00
Josh Harvey
593bcd6ed0 add local server and reboot functionality 2016-03-17 02:01:13 +02:00
Josh Harvey
9c51bda97d Revert "support remit on and off"
This reverts commit dfe35b81cb.
2016-02-07 02:44:50 +02:00
Josh Harvey
dfe35b81cb support remit on and off 2015-05-14 23:10:51 -04:00
Josh Harvey
7f14fb3adc reload config on each poll 2015-04-30 18:13:13 -04:00
Josh Harvey
6840dcdef3 http connection now gets 'unknown' fingerprint 2015-04-20 11:31:26 -04:00
Josh Harvey
5bc47bccc7 add poll request logging back in 2015-03-19 16:22:44 -04:00
Josh Harvey
b689c5b9c7 autoregister raqia 2015-01-11 12:18:21 -05:00
Josh Harvey
71aa425dd1 migration fix + removed some old incoming checking 2015-01-08 23:11:03 -05:00
Josh Harvey
bc63aeab4c new polling fields for two-way 2015-01-08 16:41:12 -05:00
Josh Harvey
f90e77549b remove zeroConf stuff, which is moved over to Raqia 2015-01-04 23:38:35 -05:00
Josh Harvey
5c82d2ad95 fix insufficient deposit 2014-11-28 12:01:03 -05:00
Josh Harvey
209272eb26 get cartridge counts from db 2014-11-28 10:53:38 -05:00
Josh Harvey
ad65869229 WIP lots of fixes 2014-11-27 14:06:08 -05:00
Josh Harvey
f38b02df94 WIP 2014-11-25 17:10:38 -05:00
Josh Harvey
0b438a62e5 major refactoring to use session object 2014-11-25 11:54:03 -05:00
Josh Harvey
d905b6898d WIP more incoming tx logic 2014-11-24 14:57:07 -05:00
Josh Harvey
2c756e231a lint cleanup 2014-11-20 23:06:14 -05:00
Josh Harvey
c38372a173 WIP 2014-11-18 18:27:38 -05:00
Josh Harvey
8cf5f2a453 WIP most partial tx functionality working 2014-11-18 15:18:13 -05:00
Josh Harvey
d6c9244d7a feat(all) keep track of dispensed bills 2014-11-16 22:56:10 -05:00
Josh Harvey
c9f2976ea2 feat(routes) two way mode determined by server 2014-11-16 11:39:15 -05:00
Josh Harvey
eb3b72d7ce fix(routes) use status.txId since status.txHash isn't being set 2014-11-15 15:54:54 -05:00
Josh Harvey
347aec1e6f feat(routes) support buy side rates 2014-11-14 17:01:01 -05:00
Josh Harvey
7f08d28777 fix(routes) change from async to sync 2014-11-13 14:44:36 -05:00
Josh Harvey
8009cd04ac Merge pull request #52 from chester1000/canary
feat(dualWay): WIP; new plugin type and initial sell structure chunks added
2014-11-12 15:06:38 -05:00
Josh Harvey
8e65cdc7f5 feat(routes) add support for bill dispenser cartridges 2014-11-12 14:59:50 -05:00
Damian Mee
4ebc3db302 feat(santo-tirso): 2nd direction w/now plugin type working 2014-11-11 05:46:12 +01:00
Damian Mee
bd3d51b9f2 feat(santoTirso): logic from santo-tirso branch merged 2014-11-07 01:36:41 +01:00
Damian Mee
8eab816b29 fix(routes): unnecessary logging removed 2014-10-01 02:05:00 +02:00
Damian Mee
9ea8af28f8 feat(resend): Re-send process improvements 2014-10-01 01:54:11 +02:00
Damian Mee
5a78376ad5 refactor(tx): transaction(s) changed to tx(s) 2014-09-20 18:52:29 +02:00
Damian Mee
55abaa1bb9 feat(txs): support for partial txs and full bill logging 2014-09-18 02:37:46 +02:00
Damian Mee
9c47c9df9b refactor(fingerprint): minor changes 2014-09-09 07:01:10 +02:00
Damian Mee
6b004fdf8e style(jshint): some style fixes and jshint compatibility improved 2014-09-04 01:08:41 +02:00
Damian Mee
f00fb4c618 fix(poll): poll response improved and fixed 2014-08-22 23:59:42 +02:00
Damian Mee
18a4597a06 fix(references): invalid references fixed 2014-08-22 23:57:59 +02:00
Damian Mee
67bf97c1fc config renamed to avoid ambiguousness 2014-08-22 23:44:36 +02:00
Damian Mee
8dfae6d291 style(names): rawData -> data; oneliners reverted 2014-08-20 23:18:23 +02:00
Damian Mee
1d3a8d403d refactor(idVerifier): idVerifier load, config and logic moved to plugins.js 2014-08-20 23:05:07 +02:00
Damian Mee
1aacec9df2 fix(typo): _mock typo fixed 2014-08-20 21:10:10 +02:00
Damian Mee
c88993ad37 refactor(tmpName): 'tmpName' renamed to 'plugins' 2014-08-20 20:59:17 +02:00
Damian Mee
308cd76656 refactor(plugins): DO NOT MERGE server-side support for new plugins API added 2014-08-20 20:59:17 +02:00
Josh Harvey
bf6b5c0958 refactor(routes) accomodate new idVerifier plugin structure 2014-08-19 19:47:57 -04:00
Josh Harvey
f1dfb2158f feat(routes) implement mock and idVerificationLimit 2014-08-16 21:32:06 -04:00
Josh Harvey
dbdfcb9d6a feat(routes) added idVerify error logging 2014-08-09 17:33:18 -04:00
Josh Harvey
142dbe7f8b merged in latest from master 2014-08-07 18:50:01 -04:00
Josh Harvey
91fe13e9f6 removed api_response 2014-08-07 18:30:29 -04:00
Damian Mee
2b64f35689 style(whitespace): trailing whitespaces removed 2014-08-05 17:21:39 +02:00
Damian Mee
95330cc39d style(exports): module.exports moved to the top of a file 2014-08-05 01:14:41 +02:00