meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

Fix get_info() API #134

Open meejah opened 9 years ago

meejah commented 9 years ago

The current get_info API is awkward because it always returns a dict. Instead, it should:

This will break existing code.

meejah commented 7 years ago

Instead of gratuitously breaking an API, this should probably just add get_info_list() or similar

meejah commented 6 years ago

get_conf_one landed on master, maybe get_info_one could too