-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkbox to Enable/Disable Network Features #135
Comments
Pyfa uses network for 3 things atm:
I think best solution UI-wise would be to create 'parent' tick 'allow networking features' and have 3 sub-ticks (which are grayed out if parent tick is disabled). Update networking activity can be suppressed already, so we need implement something similar for price and API stuff |
Would it be better to create a network service? All network requests go through this (instead of individual calls), and this way we can bake the proxy / disabling stuff into the service. |
Finally got a proxy working, so I'll be starting to migrate all network calls to a new network service. There are two uncertainties as of right now:
While working on this, I will also try to address #35 if I can. We'll see... |
I would like to see a new settings option by which I can enable or disable network features, so PyFA isn't continually trying to access websites that are blocked by my company's firewall (namely eve-central).
The text was updated successfully, but these errors were encountered: