From 05aed5b635fa7148fe2a4ea87e7296fa6bec3087 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 3 Oct 2016 16:32:00 -0400 Subject: Allow a unix: address to contain a C-style quoted string. Feature 18753 -- all this to allow spaces. --- changes/feature18753 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/feature18753 (limited to 'changes') diff --git a/changes/feature18753 b/changes/feature18753 new file mode 100644 index 0000000000..2eb0e359da --- /dev/null +++ b/changes/feature18753 @@ -0,0 +1,6 @@ + o Minor features (unix domain sockets): + - When configuring a unix domain socket for a SocksPort, + ControlPort, or Hidden service, you can now wrap the address + in quotes, using C-style escapes inside the quotes. This + allows unix domain socket paths to contain spaces. + -- cgit v1.2.3-54-g00ecf