btcpayserver/BTCPayServer/Models/StoreViewModels
Andrew Camilleri e183714475
Add Tor Http Client Factory (#1445)
* WIP: Add Tor Http Client Factory

This PR adds a Tor Http Client Factory so that we can do HTTP requests over socks5( which we usually use tor's socks5).
Using it for payjoin when possible.

Currently have an issue where a 503 is always returned.  Must be something wrong with my tor config or the socks proxy lib Im using

* fix

* remove external dependency

* make payjoin client use tor client if available

* fix docker test

* use tor client only if available and necessary

* remove bip 79 mention
2020-04-08 22:40:41 +09:00
..
CheckoutExperienceViewModel.cs Removing extra setting, depending on Custom CSS for bundled themes 2020-03-28 14:10:18 -06:00
CreateStoreViewModel.cs Adopt dotnet core editorconfig, big reformating 2017-10-27 17:53:04 +09:00
DerivationSchemeViewModel.cs Rename CanGenerateWallet to CanUseHotWallet, small refactoring on generatewallet 2019-12-18 22:28:03 +09:00
LightningNodeViewModel.cs Refactor StatusMessage and remove ExternalLogin 2019-10-31 14:11:33 +09:00
PairingModel.cs Refactor authorizations 2019-10-14 00:24:41 +09:00
PayButtonViewModel.cs Allow Pay Button to work on Apps 2020-03-24 23:43:47 -05:00
RatesViewModel.cs Remove CoinAverage RateSource enum 2020-01-17 14:51:07 +09:00
StoresViewModel.cs Add a "Wallet" menu 2018-07-26 22:32:50 +09:00
StoreUsersViewModel.cs Can invite user to manage your store 2018-03-23 16:24:57 +09:00
StoreViewModel.cs Add Tor Http Client Factory (#1445) 2020-04-08 22:40:41 +09:00
TokensViewModel.cs Refactor StatusMessage and remove ExternalLogin 2019-10-31 14:11:33 +09:00
UpdateChangellySettingsViewModel.cs remove changelly fiat option 2020-02-25 16:44:19 +01:00
UpdateCoinSwitchSettingsViewModel.cs Refactor StatusMessage and remove ExternalLogin 2019-10-31 14:11:33 +09:00