﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
265	tor connection-handler should do SOCKS over arbitrary endpoint	Brian Warner		"The tor connection handlers (in `foolscap.connections.tor`) are currently limited to speaking SOCKS over a TCP endpoint (specifically the arguments are hostname and port). It'd be nice if this could take an arbitrary endpoint, like a unix-domain socket.

I think it might be possible to call `txtorcon.TorClientendpoint` in a sneaky way to get around this (e.g. set `_proxy_endpoint_generator=` to something which returns the endpoint directly, instead of building a new TCP endpoint from `socks_hostname`/`socks_port`), but I'd bet that's depending on internal implementation details, or arguments that were meant for testing and not for applications to use.
"	defect	closed	major	0.12.3	network	0.12.2	fixed		
