Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-04 | Merge commit 'origin/maint-0.2.1' | Nick Mathewson | |
2009-06-04 | Update the rest of the geoip file. | Karsten Loesing | |
2009-06-03 | Update the geoip file | Nick Mathewson | |
2009-05-05 | Remove all svn metadata minus what I missed. | Sebastian Hahn | |
Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$ meaningless. Remove them without replacement. | |||
2009-04-12 | Update to the "April 3 2009" ip-to-country file.tor-0.2.1.14-rc | Roger Dingledine | |
svn:r19307 | |||
2009-04-12 | put HashedControlPassword and CookieAuthentication explicitly in the | Roger Dingledine | |
torrc.sample.in, so unix people don't shoot themselves in the foot. svn:r19304 | |||
2009-03-05 | Update to the "February 26 2009" ip-to-country file | Roger Dingledine | |
svn:r18774 | |||
2009-02-12 | Update to the "January 23 2009" ip-to-country file | Roger Dingledine | |
svn:r18503 | |||
2009-01-30 | give torrc.sample its yearly overhaul. the main change is to | Roger Dingledine | |
merge the 'bridge relay' section into the 'main relay' section, so people stop getting confused about whether they should fill out both sections (they shouldn't). svn:r18348 | |||
2009-01-06 | Update to the "December 19 2008" ip-to-country file | Roger Dingledine | |
svn:r17968 | |||
2008-12-07 | cleanups on r17500 | Roger Dingledine | |
svn:r17501 | |||
2008-12-07 | New DirPortFrontPage option that takes an html file and publishes it as "/" ↵ | Jacob Appelbaum | |
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 | |||
2008-09-23 | Update to the "September 1 2008" ip-to-country file. | Roger Dingledine | |
svn:r16940 | |||
2008-06-11 | update to june 9 2008 ip-to-country file | Roger Dingledine | |
svn:r15124 | |||
2008-05-29 | Do not ship a fallback-consensus until the related bugs are fixed. | Nick Mathewson | |
svn:r14794 | |||
2008-05-28 | say how we generated the geoip file | Roger Dingledine | |
svn:r14786 | |||
2008-05-28 | Fix the rpm build: we need to list all our files in the files section. ↵ | Nick Mathewson | |
Also, put fallback-consensus and geoip file in /usr/share/tor/, not in /usr/share/ svn:r14778 | |||
2008-05-28 | include the geoip file in the tarball, and load it by default | Roger Dingledine | |
when tor starts. this breaks rpms and maybe other packages. svn:r14764 | |||
2008-05-28 | add a monster geoip file to src/config, so we can ship it with | Roger Dingledine | |
all the tors. svn:r14761 | |||
2008-01-26 | revert r13221 (for now) | Roger Dingledine | |
svn:r13289 | |||
2008-01-21 | put the fallback-consensus file back into the tarball. | Roger Dingledine | |
this should re-introduce bug 572, and maybe we'll get some actual bug reports this time. svn:r13221 | |||
2007-12-23 | add a 'bridge relay' config section to the sample torrc | Roger Dingledine | |
svn:r12937 | |||
2007-12-06 | r16997@catbus: nickm | 2007-12-06 18:56:33 -0500 | Nick Mathewson | |
Make http://torproject urls into https://torproject urls. Patch from steve. svn:r12708 | |||
2007-12-06 | r16995@catbus: nickm | 2007-12-06 18:42:53 -0500 | Nick Mathewson | |
patch from steve: replace more tor.eff.org instances with torproject.org svn:r12707 | |||
2007-11-11 | We were including instructions about what to do with the | Roger Dingledine | |
src/config/fallback-consensus file, but we weren't actually including it in the tarball. Disable all of that for now. svn:r12467 | |||
2007-11-11 | make it data_DATA too. debugging by random mutation. | Roger Dingledine | |
svn:r12463 | |||
2007-11-10 | We weren't actually including the src/config/fallback-consensus | Roger Dingledine | |
file in the tarball. Reported by phobos. svn:r12462 | |||
2007-11-02 | r14623@tombo: nickm | 2007-11-01 22:25:18 -0400 | Nick Mathewson | |
More tweaks from karsten, with some cleanup and commentary. svn:r12319 | |||
2007-10-28 | r16246@catbus: nickm | 2007-10-28 19:34:58 -0400 | Nick Mathewson | |
Implement a FallbackNetworkstatusFile (default to $prefix/share/tor/fallback-consensus) to that we know about lots of directory servers and routers when we start up the first time. svn:r12259 | |||
2007-08-19 | do another cleanup pass on the sample torrc | Roger Dingledine | |
svn:r11168 | |||
2007-06-12 | change the BandwidthRate/BandwidthBurst in the torrc | Roger Dingledine | |
to RelayBandwidthRate/RelayBandwidthBurst, since that's what most users will actually want. also flesh out the torrc.complete entries and fix a few typos. based on patch from "Armedblowfish". svn:r10570 | |||
2007-05-27 | also remove these obsolete torrcs | Roger Dingledine | |
svn:r10362 | |||
2007-05-27 | what the heck is this obsolete dirservers file still doing here? | Roger Dingledine | |
svn:r10361 | |||
2006-10-08 | In the hidden service example in torrc.sample, stop recommending | Roger Dingledine | |
esoteric and discouraged hidden service options. svn:r8648 | |||
2006-08-01 | man, our sample torrc sucked. | Roger Dingledine | |
svn:r6964 | |||
2006-07-25 | Remove .cvsignore files from trunk | Peter Palfrader | |
svn:r6891 | |||
2006-06-29 | remove the word 'middleman' from the sample torrc | Roger Dingledine | |
svn:r6703 | |||
2006-06-15 | fix recommended url in torrc.sample for server sign-up | Roger Dingledine | |
svn:r6626 | |||
2006-02-12 | write a better note in torrc.sample about whether to set dirport. | Roger Dingledine | |
svn:r5978 | |||
2006-02-09 | more cleanups on the sample torrc file | Roger Dingledine | |
svn:r5947 | |||
2006-02-04 | just because you support the feature does not mean that you | Roger Dingledine | |
should put an example in the sample torrc file. the debug-info lines were causing some people to think that was a smart loglevel to use, and it also always isn't. svn:r5905 | |||
2006-01-17 | take AllowUnverifiedNodes out of the sample torrc | Roger Dingledine | |
svn:r5832 | |||
2006-01-05 | mention a recommended log level in the sample torrc file | Roger Dingledine | |
svn:r5731 | |||
2006-01-03 | make the commenting in the torrc.sample consistent, and try to | Roger Dingledine | |
explain in it what comments are. svn:r5711 | |||
2005-11-05 | Tor26's IP has changed to 86.59.21.38 | Peter Palfrader | |
svn:r5350 | |||
2005-10-27 | fix a url in the sample torrc | Roger Dingledine | |
svn:r5324 | |||
2005-10-17 | and update the sample torrc to reflect the *listenaddress notation | Roger Dingledine | |
svn:r5261 | |||
2005-10-04 | link nicknames to trusted directory servers; log these nicknames when ↵ | Nick Mathewson | |
mentioning servers; also, when we get a naming conflict; log which nicknames or keys are supposed to bind. svn:r5184 | |||
2005-09-23 | add MyFamily to the torrc.sample | Roger Dingledine | |
svn:r5133 | |||
2005-09-23 | Provide dire warnings to any users who set DirServer; move it out of ↵ | Nick Mathewson | |
torrc.sample and into torrc.complete. svn:r5132 |