ln5 / twisted-socks

Adding client SOCKS support to Twisted.
BSD 3-Clause "New" or "Revised" License
18 stars 9 forks source link

Support for version 4 and 5 #5

Open NikolaiT opened 10 years ago

NikolaiT commented 10 years ago

Hey Linus

I added in a fork of twisted-socks support for SOCKS version 4 and 5. https://github.com/NikolaiT/twisted-socks

What do you think of it? Can you say shortly if I broke some twisted paradigm or made a major mistake elsewhere?

Regards

ln5 commented 10 years ago

Cool!

Haven't looked closely, but a couple of points:

NikolaiT commented 10 years ago

Hey

Edit: I tested again all versions, seems like the basic functionality works just fine!

Link to repo: https://github.com/NikolaiT/twisted-socks/

Cheers