Andrew Lewman
9b2bfe4ea8
Update --nt-service
...
svn:r9342
2007-01-13 05:24:31 +00:00
Andrew Lewman
930e12920d
Update copyright in config.c while I'm there. Update man page to
...
reflect all available options to tor binary.
svn:r9341
2007-01-13 05:09:09 +00:00
Nick Mathewson
c1b5f53679
r11938@Kushana: nickm | 2007-01-11 11:02:28 -0500
...
Check addresses for rfc953-saneness at exit too, and give a PROTOCOL_WARN when they fail. Also provide a mechanism to override this, so blossom can have its @@##$$^.whatever.exit hostnames if it wants.
svn:r9336
2007-01-11 16:02:39 +00:00
Roger Dingledine
5e89bc9b4b
fix a bug i introduced in r9249; and more cleanups.
...
svn:r9263
2007-01-04 09:12:23 +00:00
Roger Dingledine
50f0e36094
man page entries for TunnelDirConns and PreferTunneledDirConns
...
and add a todo item for nick in case he gets bored :)
svn:r9260
2007-01-04 04:35:18 +00:00
Roger Dingledine
7396b8eecf
interim tweaks
...
svn:r9246
2007-01-03 03:45:53 +00:00
Nick Mathewson
e5f5b96ca6
r11723@Kushana: nickm | 2006-12-28 13:52:48 -0500
...
Fix bug 364: check for whether popular hostnames (curently google, yahoo, mit, and slashdot) are getting wildcarded. If they are, we are probably behind a DNS server that is useless: change our exit policy to reject *:*.
svn:r9199
2006-12-28 21:29:11 +00:00
Nick Mathewson
92e2d687fa
r11715@Kushana: nickm | 2006-12-24 22:53:06 -0500
...
Document a couple more options in the man page.
svn:r9192
2006-12-25 03:55:37 +00:00
Nick Mathewson
4d948281c3
r11676@Kushana: nickm | 2006-12-23 20:42:17 -0500
...
Add an orport option to dirserver lines so that clients can tell where to connect to open an encrypted tunnel to a dirserver even before they have its descriptor.
svn:r9171
2006-12-24 02:45:27 +00:00
Nick Mathewson
2e1e919d65
r11657@Kushana: nickm | 2006-12-20 15:11:19 -0500
...
Fixes to check-docs script; add some docs; mark some options as deprecated in the online docs.
svn:r9163
2006-12-20 21:02:02 +00:00
Roger Dingledine
e66b6f0d50
Reject *:563 (NTTPS) in the default exit policy. We already reject
...
NNTP by default, so this seems like a sensible addition.
(suggested by bug 331)
svn:r9149
2006-12-18 08:25:34 +00:00
Roger Dingledine
67b27a42be
cleanups on the man page edits
...
svn:r9045
2006-12-07 19:32:52 +00:00
Andrew Lewman
65b14eae90
Added hiddenservice files as well to the man page.
...
svn:r9033
2006-12-07 05:13:53 +00:00
Andrew Lewman
25d94d373c
Updated the FILES section with info from
...
http://archives.seul.org/or/talk/Dec-2006/msg00065.html
svn:r9032
2006-12-07 05:09:54 +00:00
Roger Dingledine
80e1ab7ee1
take RunTesting out of the man page until we reenable it
...
svn:r8899
2006-11-04 04:29:04 +00:00
Peter Palfrader
4665e1d18c
Sync manpage with code: 6697 was added to LongLivedPorts
...
svn:r8807
2006-10-23 11:29:15 +00:00
Nick Mathewson
42bab1c6d3
r9318@Kushana: nickm | 2006-10-22 15:22:57 -0400
...
Let directory authorities set the BadExit flag if they like. Also, refactor directory authority code so we can believe multiple things about a single router, and do fewer linear searches.
svn:r8794
2006-10-23 03:48:42 +00:00
Roger Dingledine
a3efc8e3d1
- V1 authorities should set "HSAuthoritativeDir 1" to continue being
...
hidden service authorities too.
- Just because your DirPort is open doesn't mean people should be
able to remotely teach you about hidden service descriptors. Now
only accept rendezvous posts if you've got HSAuthoritativeDir set.
svn:r8573
2006-10-01 22:16:55 +00:00
Nick Mathewson
907fc6c73e
r8977@Kushana: nickm | 2006-09-28 19:56:41 -0400
...
Make "is a v1 authority", "is a v2 authority", and "is a hidden service authority" into separate flags so we can eventually migrate more trust away from moria.
svn:r8523
2006-09-28 23:57:59 +00:00
Roger Dingledine
3994b02c0e
try a different fix
...
svn:r8506
2006-09-25 22:34:27 +00:00
Roger Dingledine
90a307bb2a
tweaks
...
svn:r8505
2006-09-25 22:17:14 +00:00
Nick Mathewson
49ad1eefa1
Add an EnforceDistinctSubnets option so that clients who know what they are doing (mainly people with private testing networks) can disable our same-/16 detection.
...
svn:r8504
2006-09-25 22:12:54 +00:00
Roger Dingledine
c97a8469ad
be clearer that the *ListenAddress directives can be
...
repeated multiple times.
svn:r8501
2006-09-25 17:33:53 +00:00
Roger Dingledine
ad430b9561
checkpoint changelog and general polishing
...
svn:r8497
2006-09-25 05:59:13 +00:00
Roger Dingledine
aa77298819
remove 8888 as a long lived port. i can't remember why it's
...
on the list.
svn:r8461
2006-09-22 19:29:26 +00:00
Nick Mathewson
e4a9b4de4e
r8875@Kushana: nickm | 2006-09-21 16:46:28 -0400
...
Resolve bug 330: detect ISPs that want to hijack failing DNS requests and basically domain-squat the entire internet.
svn:r8440
2006-09-21 21:48:22 +00:00
Nick Mathewson
04bec67574
r8874@Kushana: nickm | 2006-09-21 15:22:27 -0400
...
Rename and document SearchDomains and ResolvConf options; warn if ServerDNSResolvConfFile is given but eventdns isnt enabled.
svn:r8439
2006-09-21 21:48:16 +00:00
Roger Dingledine
d08df9686a
fix typo pointed out by paul
...
svn:r7074
2006-08-18 18:19:35 +00:00
Roger Dingledine
d53e5179bd
clean up AllowInvalidNodes man page entry.
...
svn:r7073
2006-08-18 17:46:14 +00:00
Roger Dingledine
726021bb60
clean up man page. expand on contactinfo a bit.
...
svn:r6631
2006-06-16 00:04:46 +00:00
Roger Dingledine
e9d7904885
add TestVia to the man page
...
svn:r6583
2006-06-10 00:32:14 +00:00
Roger Dingledine
c0630b5274
clean up formatting in the man page
...
svn:r6582
2006-06-10 00:30:49 +00:00
Roger Dingledine
8705db6c2c
whoops, add a man page entry for ProtocolWarnings
...
svn:r6545
2006-06-05 09:51:29 +00:00
Roger Dingledine
be2833e929
fix spelling of VirtualAddrNetwork in man page (thanks tup)
...
svn:r6487
2006-05-23 20:15:51 +00:00
Roger Dingledine
a16bd23ad9
document that runasdaemon has no effect on windows.
...
svn:r6469
2006-05-23 07:03:30 +00:00
Nick Mathewson
7484ca06a5
[Forward-port ]Test and document last patch.
...
svn:r6400
2006-04-18 03:51:18 +00:00
Roger Dingledine
c2565c2ffb
and forward-port the man page change
...
svn:r6372
2006-04-10 20:08:12 +00:00
Roger Dingledine
a52bb835c8
and update the man page to reflect that
...
svn:r6339
2006-04-09 10:28:59 +00:00
Roger Dingledine
5dbdc3fc22
man page entry for FetchUselessDescriptors
...
svn:r6328
2006-04-08 21:48:29 +00:00
Roger Dingledine
8b7f7052c5
man page entries for CircuitBuildTimeout and CircuitIdleTimeout
...
svn:r6221
2006-03-22 00:56:03 +00:00
Roger Dingledine
442c054a71
and add SocksTimeout to the man page
...
and stop shouting when we talk about Socks
svn:r6218
2006-03-21 23:30:24 +00:00
Roger Dingledine
173b16cd1e
clean up man page entries on EntryNodes and ExitNodes
...
svn:r6202
2006-03-20 20:15:50 +00:00
Roger Dingledine
2c33218fc9
man page entry for safesocks. also correct the man page
...
entry for testsocks.
svn:r6191
2006-03-19 01:52:18 +00:00
Roger Dingledine
77b00edd27
and fix the AllowInvalidNodes man page entry too.
...
svn:r6189
2006-03-19 01:39:10 +00:00
Roger Dingledine
fe6f11b6f4
document AuthDirRejectUnlisted in the man page
...
svn:r6109
2006-03-09 01:47:04 +00:00
Nick Mathewson
9479bd0275
Document AuthDir(Invalid|Reject)
...
svn:r6098
2006-03-08 08:17:25 +00:00
Andrew Lewman
96a93a0cb1
It's FI not Fi..fo fum..
...
svn:r6056
2006-02-20 05:32:35 +00:00
Roger Dingledine
5d1b35ce41
and put them in the man page
...
svn:r6048
2006-02-19 22:03:28 +00:00
Roger Dingledine
266254f42b
clean up the Reachable*Addresses changes
...
svn:r6041
2006-02-19 08:31:47 +00:00
Peter Palfrader
cfcb1b1afd
document ReachableDirAddresses and ReachableORAddresses
...
svn:r6011
2006-02-13 22:43:42 +00:00