Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Better explain the PublishServerDescriptor option in the manpage | Sebastian Hahn | 2009-01-05 |
| | | | | | | PublishServerDescriptor 1 means "publish to the relevant authority", not "publish to v2,v3 authorities". Also adjust the time in the manpage to January 2009 svn:r17909 | ||
* | Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha | Nick Mathewson | 2008-12-17 |
| | | | | svn:r17663 | ||
* | Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig. | Nick Mathewson | 2008-12-17 |
| | | | | | | | (Many users have no idea what a resolv.conf is, and shouldn't be forced to learn. The old option will keep working for now.) Also, document it. svn:r17661 | ||
* | manpage: stop mentioning the possibility that Tor has been built without ↵ | Nick Mathewson | 2008-12-17 |
| | | | | | | eventdns. That hasn't been possible since 0.2.0.1-alpha svn:r17655 | ||
* | Add manpage documentation for ServerDNSRandomizeCase. | Nick Mathewson | 2008-12-17 |
| | | | | svn:r17654 | ||
* | New DirPortFrontPage option that takes an html file and publishes it as "/" ↵ | Jacob Appelbaum | 2008-12-07 |
| | | | | | | on the DirPort. Now relay operators can provide a disclaimer without needin to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html. svn:r17500 | ||
* | Patch from Jacob Appelbaum and me to make User option more robust, properly ↵ | Steven Murdoch | 2008-11-07 |
| | | | | | | set supplementary groups, deprecated the Group option, and log more information on credential switching svn:r17200 | ||
* | Proposal 152 implementation from Josh Albrecht, with tweaks. | Nick Mathewson | 2008-09-26 |
| | | | | svn:r16983 | ||
* | Add country-code support to configured node lists to implement the ↵ | Nick Mathewson | 2008-09-25 |
| | | | | | | ever-popular "no exits in Monaco" feature (ExcludeExitNodes {MC}). Also allow country codes and IP ranges in ExitNodes. (EntryNodes needs more work.) Based on code by Robert Hogan. Needs more testing. svn:r16966 | ||
* | All relays now store and serve v2 hidden service descriptors by default (not ↵ | Karsten Loesing | 2008-09-24 |
| | | | | | | only directory mirrors). svn:r16961 | ||
* | Add patch 4 from Karsten for proposal 121, slightly modified. Karsten ↵ | Nick Mathewson | 2008-09-24 |
| | | | | | | should definitely re-review the bits I changed. svn:r16955 | ||
* | Fix for bug 797 (by arma, with tweaks): always use create_fast for circuits ↵ | Nick Mathewson | 2008-09-23 |
| | | | | | | where we do not know an onion key. svn:r16942 | ||
* | Allow ports 465 and 587 in the default exit policy again. We had | Roger Dingledine | 2008-09-13 |
| | | | | | | | | | rejected them in 0.1.0.15, because back in 2005 they were commonly misconfigured and ended up as spam targets. We hear they are better locked down these days. svn:r16898 | ||
* | Directory mirrors store and serve v2 hidden service descriptors by default. | Karsten Loesing | 2008-09-11 |
| | | | | svn:r16858 | ||
* | we were accidentally omitting a line from the man page for the | Roger Dingledine | 2008-08-12 |
| | | | | | | | | automaphostsonresolve config option, because nroff/troff are just too much like text. svn:r16507 | ||
* | Take out the TestVia config option, since it was a workaround for | Roger Dingledine | 2008-08-05 |
| | | | | | | | a bug that was fixed in Tor 0.1.1.21. svn:r16409 | ||
* | r17309@aud-055: nickm | 2008-07-23 16:05:43 +0200 | Nick Mathewson | 2008-07-23 |
| | | | | | | | Patch from Christian Wilms: remove (HiddenService|Rend)(Exclude)?Nodes options. They never worked properly, and nobody seems to be using them. Resolves bug 754. svn:r16144 | ||
* | r17188@tombo: nickm | 2008-07-18 14:35:18 -0400 | Nick Mathewson | 2008-07-18 |
| | | | | | | | Add new ExcludeExitNodes option. Also add a new routerset type to handle Exclude[Exit]Nodes. It is optimized for O(1) membership tests, so as to make choosing a random router run in O(N_routers) time instead of in O(N_routers*N_Excluded_Routers). svn:r16061 | ||
* | Added prefixes to testing-network-only configuration options. | Karsten Loesing | 2008-06-20 |
| | | | | svn:r15375 | ||
* | Comments and doc tweaks on Karsten's testing-dir-networks patch | Nick Mathewson | 2008-06-14 |
| | | | | svn:r15254 | ||
* | Patch from Karsten to implement proposal 135 ("Testing Tor Networks"). | Nick Mathewson | 2008-06-14 |
| | | | | svn:r15253 | ||
* | minor fixes | Roger Dingledine | 2008-05-28 |
| | | | | svn:r14763 | ||
* | r19626@catbus: nickm | 2008-05-07 14:09:47 -0400 | Nick Mathewson | 2008-05-07 |
| | | | | | | | Add documentation for most undocumented options, and fix some issues in "make check-docs" svn:r14576 | ||
* | Fix RelayBandwidthRate description | Peter Palfrader | 2008-03-24 |
| | | | | svn:r14170 | ||
* | r18051@catbus: nickm | 2008-02-12 15:20:43 -0500 | Nick Mathewson | 2008-02-12 |
| | | | | | | | Re-tune mempool parametes based on testing on peacetime: use smaller chuncks, free them a little more aggressively, and try very hard to concentrate allocations on fuller chunks. Also, lots of new documentation. svn:r13484 | ||
* | other cleanups | Roger Dingledine | 2008-02-09 |
| | | | | svn:r13448 | ||
* | r17947@catbus: nickm | 2008-02-06 11:57:53 -0500 | Nick Mathewson | 2008-02-06 |
| | | | | | | | Fix a bunch of DOCDOC items; document the --quiet flag; refactor a couple of XXXX020 items. svn:r13405 | ||
* | Make "ClientOnly 1" config option disable directory ports too. | Roger Dingledine | 2008-01-21 |
| | | | | svn:r13213 | ||
* | r17548@catbus: nickm | 2008-01-10 11:08:12 -0500 | Nick Mathewson | 2008-01-10 |
| | | | | | | | Make proposal-109 behavior optional. svn:r13090 | ||
* | r15787@tombo: nickm | 2008-01-02 01:59:07 -0500 | Nick Mathewson | 2008-01-02 |
| | | | | | | | Allow config values in quotes to contain special characters, with full C escape syntax. With tests. Addresses bug 557. svn:r13021 | ||
* | trivial whitespace fix | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12912 | ||
* | new config option FetchDirInfoEarly for tup/ioerror and the tordnsel | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12896 | ||
* | Make getinfo ns/purpose/bridge actually work | Roger Dingledine | 2007-12-19 |
| | | | | | | | Also, dump our bridge router status entries to disk every 30 minutes. svn:r12871 | ||
* | r15560@tombo: nickm | 2007-12-18 23:18:21 -0500 | Nick Mathewson | 2007-12-19 |
| | | | | | | | Add a bit of missing documentation. svn:r12869 | ||
* | Relays were publishing their server descriptor to v1 and v2 | Roger Dingledine | 2007-12-11 |
| | | | | | | | | directory authorities, but they didn't try publishing to v3-only authorities. Fix this; and also stop publishing to v1 authorities. svn:r12759 | ||
* | Allow multiple HashedControlPassword config lines, to support | Roger Dingledine | 2007-12-09 |
| | | | | | | | multiple controller passwords. svn:r12732 | ||
* | patch from karsten to clean up documentation and to integrate | Roger Dingledine | 2007-12-07 |
| | | | | | | | more fixes into rend-spec.txt. svn:r12715 | ||
* | three more man page entries for bridges | Roger Dingledine | 2007-12-06 |
| | | | | svn:r12689 | ||
* | some more man page entries. still missing some. | Roger Dingledine | 2007-12-05 |
| | | | | svn:r12685 | ||
* | doc fixes from karsten | Roger Dingledine | 2007-11-29 |
| | | | | svn:r12603 | ||
* | Exit policies now reject connections that are addressed to a | Roger Dingledine | 2007-11-10 |
| | | | | | | | | | | relay's public (external) IP address too, unless ExitPolicyRejectPrivate is turned off. We do this because too many relays are running nearby to services that trust them based on network address. svn:r12459 | ||
* | more of r12364 | Roger Dingledine | 2007-11-04 |
| | | | | svn:r12366 | ||
* | r14623@tombo: nickm | 2007-11-01 22:25:18 -0400 | Nick Mathewson | 2007-11-02 |
| | | | | | | | More tweaks from karsten, with some cleanup and commentary. svn:r12319 | ||
* | And more places with the wrong url, now updated. | Andrew Lewman | 2007-10-29 |
| | | | | svn:r12267 | ||
* | clean up some old syntax errors in the man page | Roger Dingledine | 2007-10-16 |
| | | | | svn:r11972 | ||
* | give PublishServerDescriptor a real man page entry | Roger Dingledine | 2007-10-16 |
| | | | | svn:r11971 | ||
* | un-deprecate FascistFirewall | Roger Dingledine | 2007-10-11 |
| | | | | svn:r11873 | ||
* | r15422@catbus: nickm | 2007-09-27 16:42:35 -0400 | Nick Mathewson | 2007-09-27 |
| | | | | | | | Use descriptor annotations to record the source, download t time, and purpose of every descriptor we add to the store. The remaining to-do item is to stop setting do_not_cache on bridges. svn:r11680 | ||
* | fix a syntax error in the man page | Roger Dingledine | 2007-09-23 |
| | | | | svn:r11589 | ||
* | The manpage now tells uses that they can use identity fingerprints in most ↵ | Peter Palfrader | 2007-09-21 |
| | | | | | | places where they can use nicknames. Based on patch from karsten svn:r11570 |