[Twisted-Python] SOCKS5 Client if anyone cares
![](https://secure.gravatar.com/avatar/958451e307c104fa39d7d38f9c0ed6e7.jpg?s=120&d=mm&r=g)
Hello twisted-python, Sorry no unit tests at this time, I have prepared SOCKS5 unit test at the very beginning but there were added several parameters so Protocol constructors don't start correctly. I will fix this eventually. To code guardians: Please review this somehow, all notices about violations of Twisted standards are welcome. Unit is proven to work with anonymous connections, unit tests proven that authenticated connections are also ok. -- Best regards, Dmitry mailto:kwaker@uch.net
![](https://secure.gravatar.com/avatar/433365de0f787faa3ed3e6dd1da5884f.jpg?s=120&d=mm&r=g)
On Mon, 24 Feb 2003 08:46:27 +0200 Dmitry Litovchenko <kwaker@uch.net> wrote:
Sorry no unit tests at this time, I have prepared SOCKS5 unit test at the very beginning but there were added several parameters so Protocol constructors don't start correctly. I will fix this eventually.
Basically ditch the regex, we have a command somewhere that does this, don't remember wwhere (isIPAddress I think.) A quick visual scan of the code seems ok - give us some tests and I'll check this in. -- Itamar Shtull-Trauring http://itamarst.org/ http://www.zoteca.com -- Python & Twisted consulting ***> Stop the war: http://unitedforpeace.org/ <***
participants (2)
-
Dmitry Litovchenko
-
Itamar Shtull-Trauring