Skip to content
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

Feature/proxy #364

Merged
merged 9 commits into from
Apr 2, 2020
Merged

Feature/proxy #364

merged 9 commits into from
Apr 2, 2020

Conversation

SgtSilvio
Copy link
Member

@SgtSilvio SgtSilvio commented Jan 20, 2020

Motivation
Resolves #81
Resolves #281

Changes

  • Added proxy support: SOCKS4, SOCKS5, HTTP CONNECT
  • Make netty-codec-http, netty-handler-proxy, netty-transport-native-epoll optional dependencies
  • Add explicit dependencies for netty instead of relying on transitive dependencies of netty-handler
  • Added missing equals/hashCode methods to TransportConfig

@cla-bot cla-bot bot added the cla-signed label Jan 20, 2020
@SgtSilvio SgtSilvio self-assigned this Jan 20, 2020
@SgtSilvio SgtSilvio added this to the 1.2 milestone Jan 20, 2020
This was linked to issues Mar 2, 2020
@SgtSilvio SgtSilvio force-pushed the feature/proxy branch 2 times, most recently from 3e7afb4 to c400267 Compare March 13, 2020 09:45
@SgtSilvio SgtSilvio changed the base branch from develop-1-2 to develop March 13, 2020 09:49
Added missing equals/hashCode methods to TransportConfig
Make netty-codec-http, netty-handler-proxy, netty-transport-native-epoll optional dependency
Add explicit dependencies for netty instead of relying on transitive dependencies of netty-handler
Renamed ProxyType -> ProxyProtocol
Added pom publications for features
Workaround for publishing gradle metadata to bintray
@SgtSilvio SgtSilvio requested review from AcidSepp and gitseti and removed request for RobinAtherton April 1, 2020 09:22
@SgtSilvio SgtSilvio merged commit e5ab6b9 into develop Apr 2, 2020
@SgtSilvio SgtSilvio deleted the feature/proxy branch April 2, 2020 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proxy support HTTP CONNECT Support
2 participants