Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-12 | Remove various outdated documents. | Nick Mathewson | |
doc/TODO and doc/spec/README were placeholders to tell people where to look for the real TODO and README stuff -- we replaced them years ago, though. authority-policy, v3-authority-howto, and torel-design.txt belong in torspec. I'm putting them in attic there since I think they may be in large part obsolete, but someone can rescue them if they're not. translations.txt is outdated, and refers to lots of programs other than Tor. We have much better translation resources on the website now. tor-win32-mingw-creation.txt is pending review of a revised version for 0.2.5 (see ticket #4520), but there's no reason to ship this one while we're waiting for an accurate version. the tor-rpm-creation.txt isn't obsolete AFAIK, but it belongs in doc/contrib if anywhere. Resolves bug #8965. | |||
2011-02-22 | prefer https urls | Roger Dingledine | |
2011-02-21 | Remove specs from 0.2.1 branch: they have moved to a new repository. | Nick Mathewson | |
2009-08-31 | Add getinfo accepted-server-descriptor. Clean spec. | Roger Dingledine | |
Add a "getinfo status/accepted-server-descriptor" controller command, which is the recommended way for controllers to learn whether our server descriptor has been successfully received by at least on directory authority. Un-recommend good-server-descriptor getinfo and status events until we have a better design for them. | |||
2009-08-28 | Only send netinfo clock_skew to controller if an authority told us so | Roger Dingledine | |
We were triggering a CLOCK_SKEW controller status event whenever we connect via the v2 connection protocol to any relay that has a wrong clock. Instead, we should only inform the controller when it's a trusted authority that claims our clock is wrong. Bugfix on 0.2.0.20-rc; starts to fix bug 1074. Reported by SwissTorExit. | |||
2009-07-28 | document my new relay-early behavior | Roger Dingledine | |
2009-04-21 | Update the port knocking SPA document to have more details. Still needs a ↵ | Jacob Appelbaum | |
packet filter. svn:r19356 | |||
2009-04-21 | A small set of ideas that Nick and Roger suggested I write up regarding ↵ | Jacob Appelbaum | |
bridge detection. svn:r19355 | |||
2009-03-23 | Add proposal 159 to index. | Karsten Loesing | |
svn:r19114 | |||
2009-03-23 | typo | Roger Dingledine | |
svn:r19109 | |||
2009-03-18 | Clarify that the nickname part of a LongName is indeed optional. | Nick Mathewson | |
svn:r19076 | |||
2009-02-17 | typo | Roger Dingledine | |
svn:r18610 | |||
2009-02-17 | add proposal 159, 'exit scanning', from or-dev | Roger Dingledine | |
svn:r18609 | |||
2009-02-16 | new controller event NEWCONSENSUS that lists the networkstatus | Roger Dingledine | |
lines for every recommended relay. still needs docdoc and changelog entry. svn:r18556 | |||
2009-02-16 | reindex proposals | Roger Dingledine | |
svn:r18555 | |||
2009-02-15 | nobody's implementing proposals 134 or 140, so they get | Roger Dingledine | |
bumped to 0.2.2.x svn:r18546 | |||
2009-02-15 | fill in some 'created' timeframes | Roger Dingledine | |
svn:r18545 | |||
2009-02-12 | Add SSL test description for kicks. Also spell check is a | Mike Perry | |
wonderfukl thign. svn:r18502 | |||
2009-02-12 | Add exit scanning proposal outline from discussions with arma. | Mike Perry | |
svn:r18501 | |||
2009-01-28 | patch from matt to implement 'getinfo status/clients-seen' | Roger Dingledine | |
svn:r18287 | |||
2009-01-28 | more minor bugs in the control spec | Roger Dingledine | |
svn:r18286 | |||
2009-01-28 | typo found by 'nil' | Roger Dingledine | |
svn:r18283 | |||
2009-01-25 | Correct some typos while reading dir specs. | Karsten Loesing | |
svn:r18266 | |||
2009-01-21 | Let controllers actually ask for the "clients_seen" event. Bugfix | Roger Dingledine | |
on 0.2.1.10-alpha; reported by Matt Edman. svn:r18201 | |||
2009-01-18 | mark off some done items | Roger Dingledine | |
svn:r18173 | |||
2009-01-18 | move my microdescriptors proposal into slot 158 | Roger Dingledine | |
svn:r18172 | |||
2009-01-18 | clean up my microdescriptors proposals now that i've slept on it | Roger Dingledine | |
svn:r18171 | |||
2009-01-18 | touchups | Roger Dingledine | |
svn:r18165 | |||
2009-01-18 | some notes on how exactly to do this microdescriptor thing. | Roger Dingledine | |
svn:r18163 | |||
2009-01-08 | AUTHENTICATE is really mandatory. No authentication is not quite the default. | Nick Mathewson | |
svn:r18024 | |||
2009-01-04 | List places where the hidden service protocol uses SHA-1. | Karsten Loesing | |
svn:r17866 | |||
2008-12-31 | Note another place we use sha1 | Nick Mathewson | |
svn:r17836 | |||
2008-12-30 | New proposal "idea" listing all the places I could think of that we use SHA-1. | Nick Mathewson | |
svn:r17831 | |||
2008-12-29 | Document RELAY_EARLY cells in tor-spec.txt: proposal 110 is mostly ↵ | Nick Mathewson | |
implemented, and the rest of it will need to wait until all current Tor 0.2.0.x clients are obsolete to close. svn:r17816 | |||
2008-12-27 | minor todo updates | Roger Dingledine | |
svn:r17797 | |||
2008-12-27 | New controller event "clients_seen" to report a geoip-based summary | Roger Dingledine | |
of which countries we've seen clients from recently. Now controllers like Vidalia can show bridge operators that they're actually making a difference. svn:r17796 | |||
2008-12-12 | Merge 148 into tor-spec, mark it Closed, and check off proposal 148 in TODO.021 | Nick Mathewson | |
svn:r17613 | |||
2008-12-12 | Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server ↵ | Nick Mathewson | |
side of 157. svn:r17611 | |||
2008-12-12 | Add cross-certification to authority key certificates. Partial ↵ | Nick Mathewson | |
implementation of proposal 157. svn:r17610 | |||
2008-12-12 | Mark proposal 157 as accepted. | Nick Mathewson | |
svn:r17609 | |||
2008-12-11 | put recent release blurbs into the changelog; fix a typo in tor-spec. | Roger Dingledine | |
svn:r17586 | |||
2008-12-11 | Add goodell's feature-request 268 as a proposal idea. | Nick Mathewson | |
svn:r17574 | |||
2008-12-10 | Clarify current client behavior WRT TLS certificates. Add a TODO to make ↵ | Nick Mathewson | |
sure that this behavior is optional, and an entry in 098-todo.txt for investigating whether this behavior is smart. svn:r17568 | |||
2008-12-10 | Add new internal-use-only option for controllers to use to prevent SIGHUP ↵ | Nick Mathewson | |
from reloading the configuration. Fixes bug 856. svn:r17567 | |||
2008-12-10 | fix a typo in tor-spec.txt | Nick Mathewson | |
svn:r17561 | |||
2008-12-09 | the bridge family proposal really resembles 'dead' more than it resembles | Roger Dingledine | |
'finished'. svn:r17546 | |||
2008-12-09 | point out that one todo item is actually already started | Roger Dingledine | |
svn:r17545 | |||
2008-12-09 | summarize proposal 111 in tor-spec | Roger Dingledine | |
svn:r17544 | |||
2008-12-09 | Specify the CONSENSUS_ARRIVED event. | Nick Mathewson | |
svn:r17536 | |||
2008-12-09 | remove some already-proposed things from 098-todo.txt | Nick Mathewson | |
svn:r17533 |