[Twisted-Python] SOCKS5 Client if anyone cares
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
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