nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

Net status prototype merge #22

Closed nskinkel closed 10 years ago

nskinkel commented 10 years ago

Hi all.

I'm ready to merge NetStatus code into master. NetStatus has code to do the following things:

Look at the examples in the code and documentation for an idea of how to use this module.

Outstanding issues: #1 #6 #17 #18 #19 #20

Note: although there are still a few outstanding issues, the branch is in a usable state and ready to go for other people to experiment with/use. I think this it's at a stable enough state to merge so it can be used by others (in handshake, circuit creation, path selection, etc.), and I can add in the other sections as we need them.

This is a request for comments and code review.

nskinkel commented 10 years ago

Closed because we've decided on a few different merge procedures and coding style stuff. Will reopen in a day or two with the changes made.