DarkPhoenix
704042b4b7
Change the way we work with prices
2019-02-19 19:02:50 +03:00
Ryan Holmes
07b8f5b914
update appveyor and travis configs
2019-02-02 19:06:36 -05:00
Alexey Min
63074a2b85
Reduce code duplication:
...
Network settings class now provides its own method to get proxy settings dict in requests format.
This method can be used both in network service and esi access, reducing code duplication.
2018-05-15 22:13:04 +03:00
Ryan Holmes
3ec01a20c2
Bunch of renaming to bring variables up to speed
2018-03-16 18:15:48 -04:00
Alexey Minnekhanov
53f07db5fe
Network: apply proxy settings for requests library call
2018-03-05 16:24:00 +03:00
Alexey Minnekhanov
4d4815d6af
Network: change User-Agent header from "urllib" to "requests" with version
2018-03-05 16:16:06 +03:00
blitzmann
4fac10ccb7
Fix update checker, migrate to requests package for all network stuff. The eveapi package is probably not going to work with caching and whatnot, but pyfa doesn't use it and XML API is EOL anyway
2018-03-04 18:08:34 -05:00
blitzmann
40ce7b7c0b
Merge branch 'master' into test-3
...
# Conflicts:
# .gitignore
# eos/saveddata/character.py
# service/network.py
# service/price.py
2017-12-10 22:36:15 -05:00
blitzmann
2936b88c3d
code cleanup
2017-11-27 21:05:06 -05:00
blitzmann
dea775058d
* Try other price sources if user's preferred fails ( #1342 )
...
* Handle cached prices better when eve-marketdata returns 0 for lack of price data (#1334 )
2017-11-25 02:50:46 -05:00
Ryan Holmes
57783fe80f
More work on character editor
2017-07-02 15:28:42 -04:00
Ryan Holmes
828b18d0fd
py2to3 automatic conversion. Woot!
2017-06-12 16:12:45 -04:00
Ebag333
ff5d40dcd3
Add additional logging to services
2017-02-28 10:32:03 -08:00
Ebag333
0f00b7237a
Another classic class conversion
2017-02-09 01:02:55 -08:00
Ebag333
72633825cf
Formatting and layout changes
2017-02-08 23:32:51 -08:00
Ebag333
9a137bb158
Convert old style classes to new
2017-02-08 23:06:39 -08:00
Ebag333
be53dedb18
Large pep8 compliance to make work for Tox
2016-12-13 21:23:01 -08:00
a-tal
d3b6bc1c93
so many pep8 fixes
...
(cherry picked from commit bee125d)
2016-12-13 20:16:44 -08:00
Ebag333
d963327ed4
Make it run again
2016-12-02 03:13:54 -08:00
Alexey Min
2b5535c5d1
service/network: change "if" condition as suggested by @blitzmann
2016-10-09 13:14:37 +05:00
Alexey Min
c166fa6bf5
service/network: revert to simple ProxyHandler with login:password@host:port format
...
previous sh@t with password managers and proxy basic auth handlers did not work for me :(
this way is simpler AND working.
Also explicitly use the default urllib2 opener if proxy is disabled (bug fix)
2016-10-02 22:08:58 +05:00
Alexey Min
a0359b8bd9
[WIP] Add basic proxy authorization support to Network service class.
...
not tested yet, will test later
2016-09-28 01:42:59 +05:00
blitzmann
e8041470c8
Remove / disable debugging prints
2014-08-17 23:40:22 -04:00
blitzmann
0881abae7b
Moves price fetching to new service as well as removes old and defunct c0rporation price source (along with much of the price fetching logic used to support multiple sources)
2014-08-17 21:47:07 -04:00
blitzmann
0686b602c6
Adds network toggling to the preferences, as well as a few tweaks to network service
2014-08-15 01:00:31 -04:00
blitzmann
1279b20370
Some (bad) network error handling logic, borrowed from eveapi
2014-08-14 22:52:27 -04:00
blitzmann
4fe80b7554
Implement new network service for: Updates, CREST.
2014-08-14 11:43:25 -04:00