Willy-JL / F95Checker

GNU General Public License v3.0
123 stars 19 forks source link

Support proxy for network calls #171

Closed disaster2395 closed 1 week ago

disaster2395 commented 1 month ago

Added proxy support

Notes:

upd: I know there is an option to configure aiohttp in a way it'll pick proxy configuration from env, but I decided that straightforward configuration through application itself is better than that.

disaster2395 commented 1 month ago

Checked HTTP and SOCKS5 proxy on windows build (btw, python 3.13 and current version of imgui - 2.0.0 - aren't compatible), both works just fine.

disaster2395 commented 3 weeks ago

Update: chromium doesn't support authentication for SOCKS5. So only HTTP proxy option is available for authentication dialog via Qt

Willy-JL commented 1 week ago

ill have a look at this and fix merge conflicts soon, goes for other prs too

disaster2395 commented 1 week ago

rebased on main and solved conflicts