ergochat / irc-go

Libraries to help with IRC development in Go.
ISC License
40 stars 6 forks source link

ircevent should support SOCKS proxies #64

Closed slingamn closed 1 year ago

slingamn commented 3 years ago

For parity with goirc: https://github.com/fluffle/goirc/blob/v1.1.1/client/connection.go#L62

slingamn commented 2 years ago

We should just take a Dial callback, or a Dialer interface, rather than introducing a hard dependency on a proxy library.

I found this snippet on SO: https://go.dev/play/p/l0iLtkD1DV

slingamn commented 2 years ago

I implemented this in the issue64_proxies branch. It's a little messy so merging this isn't a priority for 0.2.0.