Commit Graph
517 Commits
Author SHA1 Message Date
Seth Schoen e3dbe1a60f log IP address that payments come from 2012-11-18 22:21:06 -08:00
Seth Schoen d55b871e9f log successful and unsuccessful payment attempts 2012-11-18 22:19:18 -08:00
Seth Schoen 5d9e08964b Merge branch 'master' of ssh://github.com/research/chocolate 2012-11-18 22:12:48 -08:00
Seth Schoen 445ed85774 error_uri to allow displaying useful error messages from server 2012-11-18 22:12:28 -08:00
Seth Schoen 83d243923d adding name field to payment form 2012-11-18 22:12:00 -08:00
James Kasten 3fbdc95fa0 Merge branch 'master' of github.com:research/chocolate 2012-11-19 01:09:09 -05:00
James Kasten a6aa453c7d Check to see if ca_offerings file exists 2012-11-19 01:08:50 -05:00
Seth Schoen 4c7126d0cd basic logging about messages from clients 2012-11-18 21:31:00 -08:00
Seth Schoen 9d1c0b8b19 proxy_peername is always 0.0.0.1 (unspecified) 2012-11-18 21:08:07 -08:00
Seth Schoen 2172c64070 show very slightly nicer error for bad payments 2012-11-18 21:07:20 -08:00
Seth Schoen 14b7d20bf7 further attempt to log remote peernames of dvsni test sockets! 2012-11-18 21:04:24 -08:00
Seth Schoen 1a830e2ab4 attempt to log remote peernames of dvsni test sockets! 2012-11-18 21:03:54 -08:00
Seth Schoen b369e96d06 issue daemon doesn't verify challenges 2012-11-18 21:02:59 -08:00
Seth Schoen 39d1924990 oops 2012-11-18 20:56:58 -08:00
Seth Schoen 648d641311 make logging daemon log when it's shut down 2012-11-18 20:56:24 -08:00
Seth Schoen 2dd531b65d paren in wrong place 2012-11-18 20:53:18 -08:00
Seth Schoen 09a2326e8b missing paren 2012-11-18 20:52:08 -08:00
Seth Schoen c4c8b4ed53 use logging mechanism instead of print 2012-11-18 20:50:05 -08:00
Seth Schoen a67c5de309 second instance of ",".join bug 2012-11-18 20:43:19 -08:00
Seth Schoen 24af9acbd0 unfortunately there is a scoping issue here 2012-11-18 20:42:07 -08:00
Seth Schoen a96365faf0 make all redis objects global for log() 2012-11-18 20:40:34 -08:00
Seth Schoen ca2a40aa33 Merge branch 'master' of ssh://github.com/research/chocolate 2012-11-18 20:37:43 -08:00
Seth Schoen 12a1782ebe whoops, ",".join instead of join 2012-11-18 20:37:27 -08:00
James Kasten 559f1d3bff Merge branch 'master' of github.com:research/chocolate 2012-11-18 23:37:13 -05:00
James Kasten ddb8352fcf Hard-coded reason into payment challenge - this should be sent by the server in the future 2012-11-18 23:37:01 -05:00
Seth Schoen 8ebdd0a8af make all daemons import the log function 2012-11-18 20:35:57 -08:00
James Kasten 3eb815035e Merge branch 'master' of github.com:research/chocolate 2012-11-18 23:35:49 -05:00
Seth Schoen 8da998b4ae sample use of logger :-) 2012-11-18 20:34:19 -08:00
Seth Schoen 14caa100d8 Merge branch 'master' of ssh://github.com/research/chocolate 2012-11-18 20:32:13 -08:00
Seth Schoen ef8d3b661e add logging function 2012-11-18 20:31:58 -08:00
Eric 5cc5418da2 Merge branch 'master' of github.com:research/chocolate 2012-11-18 23:30:40 -05:00
James Kasten a18b060950 Merge branch 'master' of github.com:research/chocolate 2012-11-18 23:29:05 -05:00
Eric 2655029d5e Make NcursesLogger only show last set of lines
You would think ncurses would already do this for the infobox,
but apparently this is not true. You would also think we wouldn't
have to write any more word-wrap code after 1980, but apparently
this too is not true.
2012-11-18 23:29:04 -05:00
James Kasten 4a4b6e1acb Hard coded AlTop 10k Alexa Domain into payment challenge - server should send region in the future 2012-11-18 23:28:01 -05:00
Seth Schoen 99a679209c make daemons say what they are 2012-11-18 20:27:04 -08:00
Seth Schoen 91c36318d7 make hostname lowercase before checking 2012-11-18 20:22:42 -08:00
Peter Eckersley c6780679f4 Synchronise tabulation 2012-11-18 20:06:48 -08:00
Peter Eckersley fffb5df59b Issue payment challenges for top 10,000 domains
(As measured by either the Alexa or Quantcast lists, which are remarkably
divergent)
2012-11-18 20:06:43 -08:00
James Kasten 8a795cbc32 Merge branch 'master' of github.com:research/chocolate 2012-11-18 22:53:55 -05:00
James Kasten 51d108f648 Made payment process loop 2012-11-18 22:52:47 -05:00
Seth Schoen 6bf1cef04d names_list, not names 2012-11-18 19:49:40 -08:00
Seth Schoen b66e24ce2a say what names this request applied to 2012-11-18 19:49:12 -08:00
Seth Schoen 052644c2e4 surely the user will want to know how much money they paid :-) 2012-11-18 19:44:38 -08:00
Seth Schoen e66a8d54c3 make "thank you" page nicer too 2012-11-18 19:36:49 -08:00
Seth Schoen 5e3a03bd73 make font monospaced for credit card number 2012-11-18 19:31:23 -08:00
Seth Schoen c5f475c6fc try to improve spacing again 2012-11-18 19:15:26 -08:00
Seth Schoen a5ad017c72 change spacing slightly 2012-11-18 19:13:31 -08:00
James Kasten 946c6e584c Add check for when no names are specified, and none were found in config 2012-11-18 21:33:28 -05:00
James Kasten 03d9bf5093 quick fix proceed_msg send 2012-11-18 21:19:48 -05:00
James Kasten 3cb9b39590 Merge branch 'master' of github.com:research/chocolate 2012-11-18 21:13:27 -05:00