summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2006-10-01document predicted ports better.Roger Dingledine
svn:r8556
2006-09-30 r8800@totoro: nickm | 2006-09-29 23:10:49 -0400Nick Mathewson
Resolve bug 336: When displaying circuit paths with non-named routers, use their digests, not their nicknames. svn:r8548
2006-09-29no: 'must not' is for things that actually break specified behavior.Roger Dingledine
'should not' is for things that you really oughtn't do, for your own good or for others' own good. svn:r8544
2006-09-29ask nick a questionRoger Dingledine
svn:r8543
2006-09-29 r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400Nick Mathewson
Differentiate more duplicated log entries svn:r8542
2006-09-29 r9019@Kushana: nickm | 2006-09-29 16:13:47 -0400Nick Mathewson
Add a pile of flyspray items to TODO so I notice them. Yes, I said this was a stupid idea before, but I say stupid things all the time. svn:r8537
2006-09-29 r9005@Kushana: nickm | 2006-09-29 10:37:55 -0400Nick Mathewson
Implement DESCCHANGED event to tell controller when our router descriptor changes. svn:r8533
2006-09-29 r9004@Kushana: nickm | 2006-09-29 10:37:10 -0400Nick Mathewson
Add version note about RELAY_BEGIN_DIR to spec. svn:r8532
2006-09-29 r9003@Kushana: nickm | 2006-09-29 10:36:05 -0400Nick Mathewson
Add DESCCHANGED event to control-spec; note that GETINFO dir/* has in fact been implemented. svn:r8531
2006-09-29 r8776@totoro: nickm | 2006-09-29 00:50:46 -0400Nick Mathewson
Reserve the nickname "Unnamed" for routers that can't pick a hostname; any router can call itself Unnamed; directory servers will never allocate Unnamed to any particular router; clients won't believe that any router is the canonical Unnamed. svn:r8529
2006-09-29 r8775@totoro: nickm | 2006-09-29 00:29:02 -0400Nick Mathewson
Note that EnforceDistinctSubnets can override subnet rule for path generation. svn:r8528
2006-09-29 r8997@Kushana: nickm | 2006-09-28 23:40:22 -0400Nick Mathewson
[Needs review.] Add a BEGIN_DIR relay cell type for an easier in-protocol way to connect to directory servers through Tor. Previously, clients could only connect to director servers over Tor from exit nodes, but couldn't get directory information anonymously from a non-exit cache without getting a directory server involved. This needs testing, and needs client-side code to actually exercise it. svn:r8527
2006-09-28 r8977@Kushana: nickm | 2006-09-28 19:56:41 -0400Nick 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-28 r8973@Kushana: nickm | 2006-09-28 16:53:19 -0400Nick Mathewson
Refactor entry guard status logic a lot; allow more factors [like not having a Guard flag or being listed in ExcludeNodes] to render a guard "unlisted" (now called "unusable"); track guard down status (now called "unreachable") separately from is_running. svn:r8519
2006-09-28begin to revise path-specRoger Dingledine
svn:r8511
2006-09-25try a different fixRoger Dingledine
svn:r8506
2006-09-25tweaksRoger Dingledine
svn:r8505
2006-09-25Add 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-25be clearer that the *ListenAddress directives can beRoger Dingledine
repeated multiple times. svn:r8501
2006-09-25checkpoint changelog and general polishingRoger Dingledine
svn:r8497
2006-09-25potential fixes for the tor osx dmg documentation. hopefullyRoger Dingledine
phobos can confirm or deny. svn:r8493
2006-09-24Note on TODO to update our privoxy configsNick Mathewson
svn:r8489
2006-09-24add a note to nick's todo itemRoger Dingledine
svn:r8483
2006-09-24Add another TODO itemNick Mathewson
svn:r8480
2006-09-24Backport candidate: Fix a long-standing server-side DNS bug. When aNick Mathewson
client asks us to resolve (not connect to) an address, and we have a cached answer, give them the cached answer. Previously, we would give them no answer at all. svn:r8478
2006-09-24Add packaging item to TODO: we should manage keys less haphazardly.Nick Mathewson
svn:r8476
2006-09-24Fix the url for the patch to libevent-1.1b mingw diff.Andrew Lewman
svn:r8474
2006-09-23Changes to doc as a result of creating a MinGW tor.exe on a bare system.Andrew Lewman
Add two TODO items relating to MinGW instructions. svn:r8472
2006-09-22 r8911@Kushana: nickm | 2006-09-22 12:24:52 -0400Nick Mathewson
Make exitlist only output each result line once. svn:r8466
2006-09-22 r8912@Kushana: nickm | 2006-09-22 16:18:51 -0400Nick Mathewson
Write more of path-spec.txt svn:r8463
2006-09-22 r8843@Kushana: nickm | 2006-09-17 16:57:20 -0400Nick Mathewson
A couple of last minor TODO cleanup items svn:r8462
2006-09-22remove 8888 as a long lived port. i can't remember why it'sRoger Dingledine
on the list. svn:r8461
2006-09-22One last change to openssl to get it to compile in mingw.Andrew Lewman
svn:r8458
2006-09-22Finally, valid tor.exe directions from scratch with mingw.Andrew Lewman
svn:r8457
2006-09-22Removed verbose patch output.Andrew Lewman
svn:r8455
2006-09-22 r8901@Kushana: nickm | 2006-09-21 20:43:48 -0400Nick Mathewson
I tracked a bug in server-side reverse DNS to something concerning the caching code. Ive disabled server-side cacheing for reverse DNS answers for now, and I am noting the bug in the TODO. svn:r8454
2006-09-22 r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400Nick Mathewson
Specify and implement SOCKS5 interface for reverse hostname lookup. svn:r8451
2006-09-21 r8877@Kushana: nickm | 2006-09-21 17:12:33 -0400Nick Mathewson
Consider non-exit servers unsuitable for RESOLVE commands. svn:r8442
2006-09-21 r8875@Kushana: nickm | 2006-09-21 16:46:28 -0400Nick 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 -0400Nick Mathewson
Rename and document SearchDomains and ResolvConf options; warn if ServerDNSResolvConfFile is given but eventdns isnt enabled. svn:r8439
2006-09-21 r8872@Kushana: nickm | 2006-09-21 14:00:20 -0400Nick Mathewson
Implement server-side reverse DNS using eventdns. Add an option to routerdescs so we can tell which servers have eventdns enabled. svn:r8437
2006-09-17 r8841@Kushana: nickm | 2006-09-17 16:20:16 -0400Nick Mathewson
Move more todo items around svn:r8411
2006-09-17 r8837@Kushana: nickm | 2006-09-17 15:58:04 -0400Nick Mathewson
More TODO work; tenatively mark assignments. svn:r8409
2006-09-17a few more todo changesRoger Dingledine
svn:r8408
2006-09-16Re-create symlinks through cp.Andrew Lewman
svn:r8406
2006-09-15avoid thrashing the bandwidth exercise when we change IPs a lot.Roger Dingledine
(we avoid simply by not doing any new tests when we change IPs -- it looks like we retain our previous bandwidth estimates, so there's no need to do new exercise. though in some cases new exercises may still be useful. one day we'll do something smarter.) svn:r8402
2006-09-15two todo itemsRoger Dingledine
svn:r8401
2006-09-15 r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400Nick Mathewson
Implement a smartlist_uniq() that will with luck not end the world. svn:r8396
2006-09-14we should add a preamble to tor-design saying it's out of date.Roger Dingledine
svn:r8393
2006-09-14 r9759@danube: weasel | 2006-09-14 07:14:37 +0200Peter Palfrader
Add smartlist_uniq() to TODO list svn:r8392