1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

12 Commits

Author SHA1 Message Date
Athanasius
ef3306e3f5 Remove all use of defunct 'anonymous' option
The UI for setting the 'anonymous' option was removed in
f17f5d3f257e2359d4728ce8c296d70dc5e7609f ("PKCE OAuth2 access to cAPI").
Since then there's been no way for a user to set, or unset, this option
(and the associated custom uploaderID).  However anyone with the registry keys
still set would have had them take effect.

This commit removes the last bits of code that were making use of it.

Note that the EDDN Relay anonymises all uploaderID values, so no listener
has been seeing the 'raw' values for a long time now.

close #575
2020-07-10 08:36:13 +01:00
Athanasius
5c59f32d15 Minor cleanup. 2019-09-26 11:40:42 +01:00
Athanasius
5caf861172 Fixes Trade Dangerous .prices export.
Confirmed by Snake Man on EDCD Discordin #edmc

Snake Man : looks ok I guess (never done much of these manual imports)

	python3 trade.py import ../Daurtu.Panshin.Terminal.2019-09-12T12.29.27.prices
	NOTE: Import complete: 93 updated items over 1 stations in 1 systems

Snake Man : trade.py market -vv daurtu/panshin command looks fine too. and trade.py run --cap 500 --cr 20m --ly 12 --fr daurtu/pans gives trading results, looks good indeed
2019-09-26 11:40:42 +01:00
Jonathan Harris
0ee5b72ac6 Fix timestamp format
Fixes #321
2018-04-29 20:04:02 +01:00
Jonathan Harris
6c254f4bcd Get timestamp for cAPI-derived data from cAPI server
Fixes #318
2018-04-25 00:43:32 +01:00
Jonathan Harris
9b54675cdb Round sell and buy prices down to integer
Fixes #135
2016-08-09 17:20:16 +01:00
Jonathan Harris
e0bf192455 Add option to use a psuedo-anonymized ID in transmitted/saved data.
Fixes #4.
2015-06-10 18:39:32 +01:00
Jonathan Harris
0fb1f51f33 More rigorous validation of data from the Companion API. 2015-06-09 18:14:59 +01:00
Jonathan Harris
35d57c6192 Filter out bogus commodities not listed in the in-game market.
Fixes #2.
2015-06-07 18:19:08 +01:00
Jonathan Harris
750b26ef55 Fix for erroneous "Demand: 1" in EDDN output. 2015-06-05 20:56:00 +01:00
Jonathan Harris
6cda0d9bae Support for running from source on Linux. 2015-06-04 17:42:12 +01:00
Jonathan Harris
434b82de4b Add support for saving in Trade Dangerous .prices format. 2015-06-03 18:19:33 +01:00