nskinkel / oppy

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

Clean Up Link Specifier Representation and Creation #57

Closed dwtj closed 9 years ago

dwtj commented 9 years ago

Link specifiers are used in a number of places in the code. We should switch to representing them using the new named tuple format.

We also need utility functions create link specifiers of the three different types: IPv4, IPv6, and legacy.

nskinkel commented 9 years ago

Additionally, legacy type link specs will use functionality from #56

nskinkel commented 9 years ago

Fixed in cell branch.