aboutsummaryrefslogtreecommitdiff
path: root/doc/spec/socks-extensions.txt
Commit message (Collapse)AuthorAge
* r16234@catbus: nickm | 2007-10-28 14:27:22 -0400Nick Mathewson2007-10-28
| | | | | | | Clean up a couple of comments from r12244. svn:r12253
* Separate "SOCKS_COMMAND_CONNECT_DIR" into two flags inRoger Dingledine2007-10-28
| | | | | | | | | | | | edge_connection_t: want_onehop if it must attach to a circuit with only one hop (e.g. for the current tunnelled connections that use begin_dir), and use_begindir if we mean to use a BEGIN_DIR relay command to establish the stream rather than the normal BEGIN. Now we can make anonymized begin_dir connections for (e.g.) more secure hidden service posting and fetching. svn:r12244
* Move specification documents into new doc/spec subdirectory. (Proposals, ↵Nick Mathewson2007-01-26
drafts, and bad ideas still remain in doc.) svn:r9411