summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2006-12-28 r11725@Kushana: nickm | 2006-12-28 14:44:56 -0500Nick Mathewson
Partial solution to 326: downgrade single-nameserver failures to INFO. svn:r9201
2006-12-28 r11724@Kushana: nickm | 2006-12-28 14:22:35 -0500Nick Mathewson
Refactor and unify my-ip-addr-changed logic. Make change in IP address or in nameservers reset and relaunch DNS hijacking tests. svn:r9200
2006-12-28 r11723@Kushana: nickm | 2006-12-28 13:52:48 -0500Nick Mathewson
Fix bug 364: check for whether popular hostnames (curently google, yahoo, mit, and slashdot) are getting wildcarded. If they are, we are probably behind a DNS server that is useless: change our exit policy to reject *:*. svn:r9199
2006-12-26 r11719@Kushana: nickm | 2006-12-26 17:41:09 -0500Nick Mathewson
Add SOCKS5 and reverse lookup support to C verseion of tor-resolve svn:r9195
2006-12-26 r11718@Kushana: nickm | 2006-12-26 16:57:44 -0500Nick Mathewson
Add client-side caching for reverse DNS. svn:r9194
2006-12-25 r11715@Kushana: nickm | 2006-12-24 22:53:06 -0500Nick Mathewson
Document a couple more options in the man page. svn:r9192
2006-12-25 r11713@Kushana: nickm | 2006-12-24 22:42:08 -0500Nick Mathewson
Better handling of internal addresses wrt X-Your-Address-Is (never believe them; never provide them.) Also, report something useful for X-Your-Address-Is with one-hop tunneled connections. svn:r9191
2006-12-25 r11711@Kushana: nickm | 2006-12-24 21:42:57 -0500Nick Mathewson
Stop counting 503s against the total number of failures allowed for a download. svn:r9190
2006-12-24 r11700@Kushana: nickm | 2006-12-24 01:18:07 -0500Nick Mathewson
Clarify handling of "v" entries in networkstatuses. svn:r9183
2006-12-24change the v2 dir spec to reflect how the code actually worksRoger Dingledine
with respect to the directory-signature line. this also resolves nick's issue with how to change the directory-signature entry in votes. unless there's more to it than that. svn:r9182
2006-12-24 r11694@Kushana: nickm | 2006-12-23 23:09:20 -0500Nick Mathewson
Add a version entry to networkstatus documents; have this entry get parsed and used to calculate whether begin_dir is supported. svn:r9181
2006-12-24 r11693@Kushana: nickm | 2006-12-23 22:42:11 -0500Nick Mathewson
Stop requiring the "opt" keyword before unrecognized directory items. svn:r9180
2006-12-24 r11692@Kushana: nickm | 2006-12-23 22:32:41 -0500Nick Mathewson
Changes to dir-spec.txt: deprecate opt, and describe protocol version info in status. svn:r9179
2006-12-24 r11686@Kushana: nickm | 2006-12-23 22:05:57 -0500Nick Mathewson
More changes wrt unnecessary disk writes. svn:r9176
2006-12-24 r11679@Kushana: nickm | 2006-12-23 21:38:41 -0500Nick Mathewson
Update the state file less often when AvoidDiskWrites is set. svn:r9174
2006-12-24 r11678@Kushana: nickm | 2006-12-23 21:19:51 -0500Nick Mathewson
Add some forward compatibility items to the TODO. svn:r9173
2006-12-24 r11677@Kushana: nickm | 2006-12-23 21:17:54 -0500Nick Mathewson
Track when we get 503s from directory servers. Do not use directory servers that have given us a 503 until either an hour has passed, or we are are out of non-busy servers. svn:r9172
2006-12-24 r11676@Kushana: nickm | 2006-12-23 20:42:17 -0500Nick Mathewson
Add an orport option to dirserver lines so that clients can tell where to connect to open an encrypted tunnel to a dirserver even before they have its descriptor. svn:r9171
2006-12-23reinstate the most important dead chickens for limitingRoger Dingledine
impact of directory writes now that we're write limiting. a few more dead chickens remain. svn:r9170
2006-12-21 r11664@Kushana: nickm | 2006-12-20 21:58:54 -0500Nick Mathewson
Clarify some points in dir-voting.txt raised by Paul Syverson. svn:r9167
2006-12-21 r11663@Kushana: nickm | 2006-12-20 21:37:50 -0500Nick Mathewson
Add notes and comments to dir-spec.txt based on email to or-dev from Keith Skinner. svn:r9166
2006-12-21 r11662@Kushana: nickm | 2006-12-20 21:27:17 -0500Nick Mathewson
Rename parameter correctly; found by Christian Seberino svn:r9165
2006-12-20 r11657@Kushana: nickm | 2006-12-20 15:11:19 -0500Nick Mathewson
Fixes to check-docs script; add some docs; mark some options as deprecated in the online docs. svn:r9163
2006-12-20 r11651@Kushana: nickm | 2006-12-20 12:05:04 -0500Nick Mathewson
Add a maintainer script and a new make target "make check-docs" to get a quick dump of which options are undocumented where, and which documentation refers to nonexistent options. svn:r9160
2006-12-20Take out the '5 second' timeout from the connection retryRoger Dingledine
schedule. Now the first connect attempt will wait a full 10 seconds before switching to a new circuit. Perhaps this will help a lot. Based on observations from Mike Perry. svn:r9159
2006-12-20minor cleanupsRoger Dingledine
svn:r9158
2006-12-19 r11646@Kushana: nickm | 2006-12-19 14:40:38 -0500Nick Mathewson
Resolve bug 363: do not fall back to 127.0.0.1 when no nameservers are configured. Instead, have the admin fix resolv.conf or configure a nameserver. svn:r9157
2006-12-19 r11645@Kushana: nickm | 2006-12-19 14:22:36 -0500Nick Mathewson
Reject hostnames with invalid characters, in an attempt to catch more errors earlier. Add an option to disable this behavior. svn:r9156
2006-12-19 r11644@Kushana: nickm | 2006-12-19 14:07:17 -0500Nick Mathewson
Add address-spec.txt document to describe .exit, .onion, and .noconnnect. Hopefully, we will not add too many of these just because we have a file for them now... svn:r9155
2006-12-19 r11643@Kushana: nickm | 2006-12-19 13:15:14 -0500Nick Mathewson
Stop recommmending exits as guards when the exit bandwidth is less than a third of the total bandwidth. svn:r9154
2006-12-18 r11641@Kushana: nickm | 2006-12-18 18:08:03 -0500Nick Mathewson
clean up TODO more: move deferred items to deferred items section; remove completed and abandoned-as-a-bad-idea stuff. svn:r9153
2006-12-18some haphazard todo edits. will polish later.Roger Dingledine
svn:r9152
2006-12-18Reject *:563 (NTTPS) in the default exit policy. We already rejectRoger Dingledine
NNTP by default, so this seems like a sensible addition. (suggested by bug 331) svn:r9149
2006-12-18fix whitespace; add a todo itemRoger Dingledine
svn:r9148
2006-12-17 r11625@Kushana: nickm | 2006-12-17 03:47:12 -0500Nick Mathewson
TODO edits. Hm, 0.1.2.x-rc feels quite close. svn:r9144
2006-12-15 r11614@Kushana: nickm | 2006-12-15 17:39:42 -0500Nick Mathewson
Implement SETEVENTS GUARD. Needs review and testing. svn:r9137
2006-12-15 r11598@Kushana: nickm | 2006-12-15 15:59:00 -0500Nick Mathewson
Add internal documentation for a bunch of configuration options. We should do something to keep this list, the canonical list, the tor.1 list, and the torrc.complete list in sync. svn:r9133
2006-12-15 r11596@Kushana: nickm | 2006-12-15 10:57:12 -0500Nick Mathewson
Mark some TODO items as done. Also, never include ourself in our family list. svn:r9131
2006-12-15some suggestions on todo itemsRoger Dingledine
svn:r9130
2006-12-15if we rotate our onion key, publish a new descriptor, andRoger Dingledine
die soon after, we want to stick with that onion key when we restart. svn:r9121
2006-12-15 r11584@Kushana: nickm | 2006-12-15 01:10:45 -0500Nick Mathewson
Try to reconcile (except for whitespace) eventdns with version in libevent, so it is easier for me to send merges. These changes should be cosmetic. (Ha!) svn:r9117
2006-12-14clarify our use of local time vs GMTRoger Dingledine
svn:r9109
2006-12-13Some more documentation and specs for CONNECT_DIR and BEGIN_DIR.Roger Dingledine
Demand that BEGIN_DIR cells have an empty payload. svn:r9104
2006-12-13reenable write limiting. nick finally convinced me this wasRoger Dingledine
a smart move. more todo sub-items remain for it. svn:r9101
2006-12-13ok, so i wasn't totally done.Roger Dingledine
svn:r9100
2006-12-13finish enabling begin-dir cells. require one-hop circs forRoger Dingledine
socks-command-connect-dir streams, so we don't open new anonymity questions. svn:r9099
2006-12-12minor cleanups and notesRoger Dingledine
svn:r9093
2006-12-12comments from the first pass through dir-voting. seems like a fineRoger Dingledine
start, though we're going to have our hands full with edge cases when the time comes. svn:r9091
2006-12-12 r11536@Kushana: nickm | 2006-12-11 22:48:21 -0500Nick Mathewson
Add ipv6 functionality to evdns. svn:r9089
2006-12-12 r11498@Kushana: nickm | 2006-12-11 21:40:24 -0500Nick Mathewson
Document all structures and (non-exported) functions. External documentation will probably wind up being a manpage, hopefully written by somebody else. svn:r9087