aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* svn:r12671Nick Mathewson2007-12-04
|
* a few more thoughts on mirroring dist/ on bridgesRoger Dingledine2007-12-04
| | | | svn:r12667
* notes on an auto updater. not enough of a proposal to giveRoger Dingledine2007-12-04
| | | | | | | it a number yet though. svn:r12662
* some very early notes on bridge familiesRoger Dingledine2007-12-03
| | | | svn:r12645
* propsetsRoger Dingledine2007-12-03
| | | | svn:r12644
* come up with a plan for publishing ip-to-country usage summariesRoger Dingledine2007-12-03
| | | | svn:r12642
* some notes on tor dist/ and website/ mirrors via dir cachesRoger Dingledine2007-12-02
| | | | svn:r12640
* another attack on bridges. darn it.Roger Dingledine2007-12-02
| | | | svn:r12639
* We were ignoring our RelayBandwidthRate for the first 30 secondsRoger Dingledine2007-12-02
| | | | | | | | after opening a circuit -- even relayed circuits. Bugfix on 0.2.0.3-alpha. svn:r12638
* another item we can defer if we need toRoger Dingledine2007-12-02
| | | | svn:r12637
* fix wordRoger Dingledine2007-12-02
| | | | svn:r12632
* r15094@tombo: nickm | 2007-12-01 03:46:07 -0500Nick Mathewson2007-12-01
| | | | | | | server-side code (for when v2 negotiation occurred) to check for renegotiation and adjust client ID info accordingly. server-side of new TLS code is now implemented, but needs testing and debugging. svn:r12624
* r15088@tombo: nickm | 2007-11-30 23:47:29 -0500Nick Mathewson2007-12-01
| | | | | | | Add support to get a callback invoked when the client renegotiate a connection. Also, make clients renegotiate. (not enabled yet, until they detect that the server acted like a v2 server) svn:r12623
* r15087@tombo: nickm | 2007-11-30 22:32:26 -0500Nick Mathewson2007-12-01
| | | | | | | Start getting freaky with openssl callbacks in tortls.c: detect client ciphers, and if the list doesn't look like the list current Tors use, present only a single cert do not ask for a client cert. Also, support for client-side renegotiation. None of this is enabled unless you define V2_HANDSHAKE_SERVER. svn:r12622
* and one last fixRoger Dingledine2007-11-29
| | | | svn:r12610
* fix some typos (i think) in the dir spec. also, note that you'dRoger Dingledine2007-11-29
| | | | | | | | better *not* publish a cosmetically similar descriptor within 12 hours of the last one. svn:r12605
* is this a good idea, karsten/nick?Roger Dingledine2007-11-29
| | | | svn:r12604
* doc fixes from karstenRoger Dingledine2007-11-29
| | | | svn:r12603
* controllers need a way to learn router annotationsRoger Dingledine2007-11-29
| | | | svn:r12602
* more progress on the geoip proposalRoger Dingledine2007-11-29
| | | | svn:r12599
* our december todo listRoger Dingledine2007-11-28
| | | | svn:r12598
* more items for the todo listRoger Dingledine2007-11-26
| | | | svn:r12572
* draft of a proposal: Fetching GeoIP databases for clients, relays, and bridgesRoger Dingledine2007-11-24
| | | | svn:r12566
* move the bridges proposal into a real proposal number.Roger Dingledine2007-11-23
| | | | svn:r12562
* Change up phobos' todos.Andrew Lewman2007-11-22
| | | | svn:r12555
* cleanups, bump to 0.2.0.12-alphaRoger Dingledine2007-11-17
| | | | svn:r12516
* r16670@catbus: nickm | 2007-11-14 14:56:30 -0500Nick Mathewson2007-11-14
| | | | | | | Initial phase of proposal 110: accept RELAY_EARLY cells, and turn them into RELAY cells when sending them on over a v1 OR connection. svn:r12496
* r16669@catbus: nickm | 2007-11-14 14:50:03 -0500Nick Mathewson2007-11-14
| | | | | | | When we complete an OR handshake, set up all the internal fields and mark the connection as open. svn:r12495
* explain how to become a bridge authority tooRoger Dingledine2007-11-11
| | | | svn:r12482
* finish writing my overview of bridge design and deploymentRoger Dingledine2007-11-11
| | | | svn:r12481
* make it clearer for nick that bug 548 needs solvingRoger Dingledine2007-11-11
| | | | svn:r12474
* Exit policies now reject connections that are addressed to aRoger Dingledine2007-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
* r16573@catbus: nickm | 2007-11-08 11:57:16 -0500Nick Mathewson2007-11-08
| | | | | | | Mess with the formula for the Guard flag again. Now it requires that you be in the most familiar 7/8 of nodes, and have above median wfu for that 7/8th. See spec for details. Also, log thresholds better. svn:r12440
* remove some done items; mark some other items as doneRoger Dingledine2007-11-08
| | | | svn:r12438
* r16570@catbus: nickm | 2007-11-08 11:04:20 -0500Nick Mathewson2007-11-08
| | | | | | | Keep track, for each OR connection, of the last time we added a non-padding cell to its outbuf. Use this timestamp, not "lastwritten" to tell if it is time to close a circuitless connection. (We can'tuse lastwritten, since lastwritten is updated when ever the connection flushes anything, and by that point we can no longer tell what is a padding cell and what is not.) svn:r12437
* decide that messing with fallback-concensus for 0.2.0.10-alphaRoger Dingledine2007-11-08
| | | | | | | isn't worth it. also mention bug 546 again. svn:r12432
* the other half of the made-up 'guard' heuristicRoger Dingledine2007-11-08
| | | | svn:r12429
* one possible heuristic for being a guardRoger Dingledine2007-11-07
| | | | svn:r12427
* r16552@catbus: nickm | 2007-11-07 17:12:11 -0500Nick Mathewson2007-11-07
| | | | | | | some notes on 0.2.0.10-alpha blockers. svn:r12426
* r16550@catbus: nickm | 2007-11-07 16:50:02 -0500Nick Mathewson2007-11-07
| | | | | | | "And $499 for knowing where to hit it." Fix bug 546. svn:r12425
* four items blocking 0.2.0.10-alphaRoger Dingledine2007-11-07
| | | | svn:r12422
* r16479@catbus: nickm | 2007-11-06 18:10:02 -0500Nick Mathewson2007-11-06
| | | | | | | Add "Blocking resistant TLS certificate usage" as proposal 124. svn:r12405
* r16471@catbus: nickm | 2007-11-06 15:50:42 -0500Nick Mathewson2007-11-06
| | | | | | | Detect whether any of the descriptors we want are in old_routers. Possibly useful in tracking down bug 543. svn:r12404
* r16455@catbus: nickm | 2007-11-06 12:48:00 -0500Nick Mathewson2007-11-06
| | | | | | | Parse CERT cells and act correctly when we get them. svn:r12396
* r14729@31-33-67: nickm | 2007-11-05 18:54:50 -0500Nick Mathewson2007-11-05
| | | | | | | Send and Parse CERT cells correctly. Still need to understand the certs inside. svn:r12392
* r14727@31-33-67: nickm | 2007-11-05 18:34:35 -0500Nick Mathewson2007-11-05
| | | | | | | Make VERSIONS variable-length. svn:r12391
* r16438@catbus: nickm | 2007-11-05 16:45:45 -0500Nick Mathewson2007-11-05
| | | | | | | Initial code for variable-length cells. CERT and VERSIONS need to use them. svn:r12390
* r16432@catbus: nickm | 2007-11-05 14:18:57 -0500Nick Mathewson2007-11-05
| | | | | | | Send and parse link_auth cells properly. svn:r12386
* r16414@catbus: nickm | 2007-11-05 13:14:46 -0500Nick Mathewson2007-11-05
| | | | | | | Function to process link auth cells; stub function for cert cell processing svn:r12385
* r16412@catbus: nickm | 2007-11-05 11:45:17 -0500Nick Mathewson2007-11-05
| | | | | | | Make TLS contexts reference-counted, and add a reference from TLS objects to their corresponding context. This lets us reliably get the certificates for a given TLS connection, even if we have rotated TLS contexts. svn:r12383