Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-06 | r11657@catbus: nickm | 2007-02-05 21:01:18 -0500 | Nick Mathewson | |
Fix a missing word identified by roger. svn:r9494 | |||
2007-02-06 | nick, this was a typo too, right? | Roger Dingledine | |
svn:r9493 | |||
2007-02-06 | nickm: to a larger what? | Roger Dingledine | |
svn:r9492 | |||
2007-02-06 | cleanups based on looking through svn commits | Roger Dingledine | |
svn:r9491 | |||
2007-01-31 | r11616@catbus: nickm | 2007-01-31 13:51:31 -0500 | Nick Mathewson | |
Tweak Trans/NATDPort documention to be less tool-specific. svn:r9471 | |||
2007-01-31 | r11615@catbus: nickm | 2007-01-31 01:15:06 -0500 | Nick Mathewson | |
Documentation patch from ioerror for TransPort and related issues. svn:r9470 | |||
2007-01-29 | r11583@catbus: nickm | 2007-01-29 11:19:48 -0500 | Nick Mathewson | |
Make man page stop saying that BandwidthRate is for incoming bandwidth only; Add some XXX012s for config options that should maybe die. svn:r9455 | |||
2007-01-24 | r11492@catbus: nickm | 2007-01-24 18:41:07 -0500 | Nick Mathewson | |
Try to be really explicit that ServerDNS options affect what your server does on behalf of clients, and nothing else. svn:r9398 | |||
2007-01-15 | Expire socks connections if they spend too long waiting for the | Roger Dingledine | |
handshake to finish. Previously we would let them sit around for days, if the connecting application didn't close them either. Also take this opportunity to refactor a duplicate bit of circuituse.c. And change the semantics of SocksTimeout slightly, but I think it'll be ok. svn:r9350 | |||
2007-01-13 | Clarify the --nt-service option. | Andrew Lewman | |
svn:r9345 | |||
2007-01-13 | Update --nt-service | Andrew Lewman | |
svn:r9342 | |||
2007-01-13 | Update copyright in config.c while I'm there. Update man page to | Andrew Lewman | |
reflect all available options to tor binary. svn:r9341 | |||
2007-01-11 | r11938@Kushana: nickm | 2007-01-11 11:02:28 -0500 | Nick Mathewson | |
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-04 | fix a bug i introduced in r9249; and more cleanups. | Roger Dingledine | |
svn:r9263 | |||
2007-01-04 | man page entries for TunnelDirConns and PreferTunneledDirConns | Roger Dingledine | |
and add a todo item for nick in case he gets bored :) svn:r9260 | |||
2007-01-03 | interim tweaks | Roger Dingledine | |
svn:r9246 | |||
2006-12-28 | r11723@Kushana: nickm | 2006-12-28 13:52:48 -0500 | Nick Mathewson | |
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-25 | r11715@Kushana: nickm | 2006-12-24 22:53:06 -0500 | Nick Mathewson | |
Document a couple more options in the man page. svn:r9192 | |||
2006-12-24 | r11676@Kushana: nickm | 2006-12-23 20:42:17 -0500 | Nick Mathewson | |
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-20 | r11657@Kushana: nickm | 2006-12-20 15:11:19 -0500 | Nick Mathewson | |
Fixes to check-docs script; add some docs; mark some options as deprecated in the online docs. svn:r9163 | |||
2006-12-18 | Reject *:563 (NTTPS) in the default exit policy. We already reject | Roger Dingledine | |
NNTP by default, so this seems like a sensible addition. (suggested by bug 331) svn:r9149 | |||
2006-12-07 | cleanups on the man page edits | Roger Dingledine | |
svn:r9045 | |||
2006-12-07 | Added hiddenservice files as well to the man page. | Andrew Lewman | |
svn:r9033 | |||
2006-12-07 | Updated the FILES section with info from | Andrew Lewman | |
http://archives.seul.org/or/talk/Dec-2006/msg00065.html svn:r9032 | |||
2006-11-04 | take RunTesting out of the man page until we reenable it | Roger Dingledine | |
svn:r8899 | |||
2006-10-23 | Sync manpage with code: 6697 was added to LongLivedPorts | Peter Palfrader | |
svn:r8807 | |||
2006-10-23 | r9318@Kushana: nickm | 2006-10-22 15:22:57 -0400 | Nick Mathewson | |
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-01 | - V1 authorities should set "HSAuthoritativeDir 1" to continue being | Roger Dingledine | |
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-09-28 | r8977@Kushana: nickm | 2006-09-28 19:56:41 -0400 | Nick Mathewson | |
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-25 | try a different fix | Roger Dingledine | |
svn:r8506 | |||
2006-09-25 | tweaks | Roger Dingledine | |
svn:r8505 | |||
2006-09-25 | Add an EnforceDistinctSubnets option so that clients who know what they are ↵ | Nick Mathewson | |
doing (mainly people with private testing networks) can disable our same-/16 detection. svn:r8504 | |||
2006-09-25 | be clearer that the *ListenAddress directives can be | Roger Dingledine | |
repeated multiple times. svn:r8501 | |||
2006-09-25 | checkpoint changelog and general polishing | Roger Dingledine | |
svn:r8497 | |||
2006-09-22 | remove 8888 as a long lived port. i can't remember why it's | Roger Dingledine | |
on the list. svn:r8461 | |||
2006-09-21 | r8875@Kushana: nickm | 2006-09-21 16:46:28 -0400 | Nick Mathewson | |
Resolve bug 330: detect ISPs that want to hijack failing DNS requests and basically domain-squat the entire internet. svn:r8440 | |||
2006-09-21 | r8874@Kushana: nickm | 2006-09-21 15:22:27 -0400 | Nick Mathewson | |
Rename and document SearchDomains and ResolvConf options; warn if ServerDNSResolvConfFile is given but eventdns isnt enabled. svn:r8439 | |||
2006-08-18 | fix typo pointed out by paul | Roger Dingledine | |
svn:r7074 | |||
2006-08-18 | clean up AllowInvalidNodes man page entry. | Roger Dingledine | |
svn:r7073 | |||
2006-06-16 | clean up man page. expand on contactinfo a bit. | Roger Dingledine | |
svn:r6631 | |||
2006-06-10 | add TestVia to the man page | Roger Dingledine | |
svn:r6583 | |||
2006-06-10 | clean up formatting in the man page | Roger Dingledine | |
svn:r6582 | |||
2006-06-05 | whoops, add a man page entry for ProtocolWarnings | Roger Dingledine | |
svn:r6545 | |||
2006-05-23 | fix spelling of VirtualAddrNetwork in man page (thanks tup) | Roger Dingledine | |
svn:r6487 | |||
2006-05-23 | document that runasdaemon has no effect on windows. | Roger Dingledine | |
svn:r6469 | |||
2006-04-18 | [Forward-port ]Test and document last patch. | Nick Mathewson | |
svn:r6400 | |||
2006-04-10 | and forward-port the man page change | Roger Dingledine | |
svn:r6372 | |||
2006-04-09 | and update the man page to reflect that | Roger Dingledine | |
svn:r6339 | |||
2006-04-08 | man page entry for FetchUselessDescriptors | Roger Dingledine | |
svn:r6328 | |||
2006-03-22 | man page entries for CircuitBuildTimeout and CircuitIdleTimeout | Roger Dingledine | |
svn:r6221 |