mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #590] [CLOSED] Added ProxySocket #1168
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/590
Author: @life-coder
Created: 3/15/2017
Status: ❌ Closed
Base:
master← Head:tor📝 Commits (1)
411fbdeAdded ProxySocket📊 Changes
11 files changed (+2112 additions, -1 deletions)
View changed files
📝
Client/Client.csproj(+13 -1)➕
Client/Core/Networking/Proxy/Authentication/AuthMethod.cs(+113 -0)➕
Client/Core/Networking/Proxy/Authentication/AuthNone.cs(+60 -0)➕
Client/Core/Networking/Proxy/Authentication/AuthUserPass.cs(+169 -0)➕
Client/Core/Networking/Proxy/HttpsHandler.cs(+296 -0)➕
Client/Core/Networking/Proxy/IAsyncProxyResult.cs(+97 -0)➕
Client/Core/Networking/Proxy/ProxyException.cs(+84 -0)➕
Client/Core/Networking/Proxy/ProxySocket.cs(+403 -0)➕
Client/Core/Networking/Proxy/Socks4Handler.cs(+227 -0)➕
Client/Core/Networking/Proxy/Socks5Handler.cs(+420 -0)➕
Client/Core/Networking/Proxy/SocksHandler.cs(+230 -0)📄 Description
Added mentalis ProxySocket(version from: https://github.com/poma/ProxySocket)
(Dont merge yet, still adding some logic)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.