Add proxy support
ForNeVeR opened this issue · 5 comments
Many of our users cannot use egram.tel because it doesn't support proxy.
Let's add the following (each feature could be implemented in order):
- add a settings dialog to set up the proxy
Sure! TDLib supports proxy. Helpful links:
https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl#L1772
https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl#L2856
Proxy support probably should be implemented in 2 places: on auth page and on settings page so users could add proxy before login???
I updated the issue to remove support of passing proxy settings through command line (not needed anymore) and tg://socks (will be implemented much later, many things to do).
I've finally reimplemented proxy popup and it's working now as intended.