roflcoptor
roflcoptor copied to clipboard
support multiline requests from controllers to tor
With https://github.com/subgraph/roflcoptor/pull/45 we'll have multiline respones from tor to controllers, but for the reverse we'll need to do some more work.
Options:
- add this functionality to bulb
- do it in roflcoptor, following the
net/textproto
approach used in bulb.
If I'm reading https://gitweb.torproject.org/torspec.git/tree/control-spec.txt correctly, the multiline commands are POSTDESCRIPTOR
, LOADCONF
, HSPOST
.