mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
and document that change
svn:r8560
This commit is contained in:
parent
4096e577c5
commit
c705d46df0
@ -1,4 +1,4 @@
|
||||
Changes in version 0.1.2.2-alpha - 2006-??-??
|
||||
Changes in version 0.1.2.2-alpha - 2006-10-??
|
||||
o Major features:
|
||||
- Add server-side support for "reverse" DNS lookups (using PTR
|
||||
records so clients can determine the canonical hostname for a
|
||||
@ -65,6 +65,8 @@ Changes in version 0.1.2.2-alpha - 2006-??-??
|
||||
|
||||
o Minor Bugfixes:
|
||||
- Two small performance improvements on parsing descriptors.
|
||||
- Fix big bug affecting performance for both serving and reaching
|
||||
hidden services.
|
||||
- Major performance improvement on inserting descriptors: change
|
||||
algorithm from O(n^2) to O(n).
|
||||
- Make the common memory allocation path faster on machines where
|
||||
@ -131,6 +133,8 @@ Changes in version 0.1.2.2-alpha - 2006-??-??
|
||||
a few will be fast. This exercises our bandwidth and bootstraps
|
||||
us quicker.
|
||||
- Remove 8888 as a long lived port, and add 6697 (ircs).
|
||||
- If we fail to build a circuit to an intended enclave, and it's
|
||||
not mandatory that we use that enclave, stop wanting it.
|
||||
|
||||
(stopped at r8478)
|
||||
|
||||
|
7
doc/TODO
7
doc/TODO
@ -56,9 +56,9 @@ N - Test guard unreachable logic; make sure that we actually attempt to
|
||||
Make sure that we don't freak out when the network is down.
|
||||
N - Clients stop dumping old descriptors if the network-statuses
|
||||
claim they're still valid.
|
||||
R . If we fail to connect via an exit enclave, (warn and) try again
|
||||
o If we fail to connect via an exit enclave, (warn and) try again
|
||||
without demanding that exit node.
|
||||
- And recognize when extending to the enclave node is failing,
|
||||
o And recognize when extending to the enclave node is failing,
|
||||
so we can abandon then too.
|
||||
o We need a separate list of "hidserv authorities" if we want to
|
||||
retire moria1 from the main list.
|
||||
@ -299,6 +299,9 @@ Deferred from 0.1.2.x:
|
||||
- Implement
|
||||
|
||||
Minor items for 0.1.2.x as time permits:
|
||||
- add a "default.action" file to the tor/vidalia bundle so we can fix the
|
||||
https thing in the default configuration:
|
||||
http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#PrivoxyWeirdSSLPort
|
||||
- even if your torrc lists yourself in your myfamily line, don't list it in
|
||||
the descriptor.
|
||||
- Flesh out options_description array in src/or/config.c
|
||||
|
Loading…
Reference in New Issue
Block a user