Commit Graph

1193 Commits

Author SHA1 Message Date
Nick Mathewson
d118d5069a Prevent a "try forever to download an unobtainable descriptor" bug. Still remaining: the "give up forever" bug.
svn:r5090
2005-09-18 02:51:12 +00:00
Nick Mathewson
d69089fc64 Specify exactly what we meant by "the digest of a descriptor". Fortunately, we dont depend on it being right yet.
svn:r5085
2005-09-18 01:56:08 +00:00
Nick Mathewson
f859e34fb9 add a couple of directory items
svn:r5084
2005-09-16 16:47:34 +00:00
Nick Mathewson
e72e76cad6 Make authdirs smarter. Reject/invalidate by key and IP. Remember that not every authdir has to be a naming authdir.
svn:r5074
2005-09-15 14:39:05 +00:00
Nick Mathewson
b16048917c Stop downloading directories and download routers instead. This still needs some work, but at last clients are finally on the new architecture. Next comes the tuning and bugfixing.
svn:r5070
2005-09-15 05:19:38 +00:00
Roger Dingledine
b903b98e03 tweak punctuation
svn:r5065
2005-09-14 21:57:59 +00:00
Nick Mathewson
e3adcbdb95 Big commit: clients start downloading and using network-statuses.
Only caches need to get running-routers; nobody needs to parse, store,
or use it.  Same for the router-status line in the directories.  Add
many #if 0's that can get removed once I'm convinced they don't
contain anything I'm forgetting.

Start all newly-parsed routers as non-running and non-valid; update
them from the list of network statuses.

Update all routers when a new networkstatus comes in.

After 3 tries for a networkstatus, clients give up until they're told
to try again.

     "Let's get those missles ready to **DESTROY THE UNIVERSE**!"
				-TMBG


svn:r5063
2005-09-14 21:09:25 +00:00
Nick Mathewson
0119f554da update directory todos
svn:r5052
2005-09-14 04:04:35 +00:00
Roger Dingledine
8c3f0dfe09 update todo a bit
svn:r5049
2005-09-14 03:45:03 +00:00
Roger Dingledine
ec9ef0da3b document the new functionality that crept in:
RESETCONF exitpolicy=foo
is equivalent to
SETCONF exitpolicy=foo
unless foo is a linelist with a non-null default (we don't have any
of those currently), in which it appends to the default rather than
replacing.


svn:r5047
2005-09-14 02:46:16 +00:00
Roger Dingledine
f08bccc460 correct a mistake i just added
svn:r5039
2005-09-13 22:43:41 +00:00
Roger Dingledine
c48cda7b02 update control spec to reflect our new SETCONF behavior
svn:r5038
2005-09-13 22:36:11 +00:00
Roger Dingledine
ed748efd83 make clearer the ulimit -n instructions
svn:r5037
2005-09-13 22:10:20 +00:00
Roger Dingledine
41bdb5e9f8 clean up the server docs for ulimit -n
svn:r5036
2005-09-13 22:00:03 +00:00
Roger Dingledine
2939b18935 put the last nail in tor-doc.html
svn:r5019
2005-09-12 10:31:33 +00:00
Nick Mathewson
e4272f1978 answer question
svn:r5010
2005-09-12 06:37:31 +00:00
Roger Dingledine
a63e17bdd5 fix some grammar and ask a question
svn:r5008
2005-09-12 06:32:20 +00:00
Nick Mathewson
695da58d7f Dir spec change: Clarify rules on how to treat servers based on networkstatus values. Is this sane?
svn:r5004
2005-09-12 05:51:43 +00:00
Roger Dingledine
70958407f7 it's a new month
svn:r4999
2005-09-11 22:43:23 +00:00
Roger Dingledine
43df34a4b8 reference exit policy faq entry, and add an item about rate limiting.
svn:r4995
2005-09-11 22:29:29 +00:00
Roger Dingledine
6e6f1d07da two more bugs we should fix
svn:r4993
2005-09-10 21:12:40 +00:00
Roger Dingledine
3d0394cdc6 add another todo item
svn:r4979
2005-09-10 01:09:00 +00:00
Roger Dingledine
67b27f566c and say that in the man page
svn:r4975
2005-09-09 22:47:08 +00:00
Roger Dingledine
a60345a2c5 fix duplicate word
svn:r4961
2005-09-09 02:12:32 +00:00
Roger Dingledine
d0d3d77f48 step nine: raise your ulimit -n
svn:r4958
2005-09-09 00:56:26 +00:00
Nick Mathewson
ef75fd5a63 Update item status: note future work on client directory handling
svn:r4957
2005-09-08 22:06:58 +00:00
Roger Dingledine
08348ae66e add a RESETCONF controller command, and make setconf with a null
option actually mean to set it to ""


svn:r4916
2005-09-08 03:18:51 +00:00
Nick Mathewson
5c6c88e76d More stuff for new directories.
- Distinguish v1 authorities (all currently trusted directories) from
  v2 authorities (all trusted directories).
    - Add configuration option for which dirs are v1 authories.
    - Add configuration option for whether to be a v1 authority.
    - Make trusted dirserver selection functions take options to
      choose which functionality we need.
    - Remove option when getting directory cache to see whether they
      support running-routers; they all do now.  Replace it with one
      to see whether caches support v2 stuff.

- Parse, cache, and serve network-status objects properly.

- Serve compressed groups of router descriptors.  The compression logic
  here could be more memory-efficient.

-


svn:r4911
2005-09-07 16:42:53 +00:00
Roger Dingledine
f7256b7007 start the process of adding authentication/authorization mechanisms
to the rendezvous process.

also start to handle intro and rend points at ipv6 addresses.

(none of this is implemented yet; this is for discussion.)


svn:r4910
2005-09-06 09:15:32 +00:00
Nick Mathewson
78c01a95b5 Describe approach to downloading status documents; update TODO a bit
svn:r4899
2005-09-02 20:46:44 +00:00
Nick Mathewson
2e1d31b43b Add fingerprint and contact fields to network-status specification
svn:r4895
2005-09-02 20:28:29 +00:00
Nick Mathewson
a6a45b7713 Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add a missing ntohl in connection_ap_handshake_socks_resolved.
svn:r4894
2005-09-02 18:53:31 +00:00
Roger Dingledine
445bce75dc formatting/numbering patch from matt edman
svn:r4881
2005-08-29 04:49:44 +00:00
Nick Mathewson
c6c403e156 First cut at cleaning 0.1.1.x TODO
svn:r4879
2005-08-27 03:20:51 +00:00
Roger Dingledine
2e7de08fbf setting up your own network is now a faq entry where it belongs
svn:r4878
2005-08-26 23:39:59 +00:00
Nick Mathewson
d45d66daf0 More dir-spec tweaks: specify whether concatenation happens before or after compression (either) and make status URLs parallel server URLs better (or people will mock me later).
svn:r4877
2005-08-26 23:39:11 +00:00
Roger Dingledine
71c4173bb6 more servers will make it easier. who knows if it's really needed.
svn:r4873
2005-08-26 23:00:14 +00:00
Roger Dingledine
6640daf5a1 document the AssumeReachable config option
svn:r4872
2005-08-26 22:57:24 +00:00
Roger Dingledine
e53c6ce868 get the instructions closer to right
svn:r4871
2005-08-26 22:50:48 +00:00
Roger Dingledine
51812f431f some better docs for setting up your own tor network
svn:r4870
2005-08-26 22:32:24 +00:00
Nick Mathewson
54a6a8f0ef Start implementing the server side of the new directory protocol.
Probably very buggy, since I can't actually run an authdir.

Features
- Generate and publish new network-status format
- Code to cache and re-serve network-status objects generated by others.
- Publish individual descriptors (by fingerprint, by "all", and by
  "tell me yours.")  [Still needs compression logic]
- Publish client and server recommended versions seprately.
- Add digest of descriptor to routerinfo_t, so we can track them better, and
  length, so we can server them more easily.

Cleanups
- Unify code to sign directory-like things
- Make resolve_my_address() able to tell you which name it wound up resolving.
- Unify code to store and serve directory-like things so it all uses
  cached_dir_t.
- Unify code to set the value of cached_dir_t objects.


svn:r4835
2005-08-25 20:33:17 +00:00
Nick Mathewson
f0893ddc8c Clarify formats, terminology; add more URLs.
svn:r4834
2005-08-25 20:04:12 +00:00
Thomas Sjögren
251c486f6c PIDFile should be PidFile
svn:r4833
2005-08-25 06:11:50 +00:00
Roger Dingledine
7b5be0210a add some more todo items, and mark off a few
svn:r4830
2005-08-24 02:37:55 +00:00
Roger Dingledine
0a45058d0d prod at the 0.1.1.x todo items
svn:r4822
2005-08-23 07:36:55 +00:00
Roger Dingledine
0b0dce4534 remove most 0.1.0.x todo items
svn:r4821
2005-08-23 07:20:00 +00:00
Roger Dingledine
9064ea6c71 fix some typos in the control spec
svn:r4811
2005-08-22 20:05:41 +00:00
Roger Dingledine
dc66f6df67 fix sentence, fix html
svn:r4810
2005-08-22 07:14:12 +00:00
Nick Mathewson
dc09c7fc73 Implement new (reduced-frequency) upload rules. arma, you should review this.
svn:r4806
2005-08-22 03:10:53 +00:00
Nick Mathewson
6b04e30dc6 Note DH security hacks in tor-spec
svn:r4800
2005-08-19 21:55:47 +00:00
Roger Dingledine
8d7dcb9e69 make it clearer that we need servers
svn:r4799
2005-08-19 21:52:21 +00:00
Roger Dingledine
e33d89dbe7 fix a broken link that jens pointed out
svn:r4797
2005-08-17 15:59:18 +00:00
Roger Dingledine
6a50730806 make registering your nickname its own section
svn:r4796
2005-08-17 07:13:26 +00:00
Roger Dingledine
d007764a12 make them paragraphs not lists, and see if that works better
svn:r4795
2005-08-17 07:03:40 +00:00
Roger Dingledine
38d114c119 rearrange and repoint things
svn:r4794
2005-08-17 06:46:02 +00:00
Roger Dingledine
dbdf86abf2 add tor server configuration instructions
svn:r4793
2005-08-17 04:15:25 +00:00
Roger Dingledine
b07ba724e1 and remove the general install instructions
svn:r4792
2005-08-17 00:06:09 +00:00
Roger Dingledine
61023e74c5 add a tor-doc-unix file for installing a tor client on linux/bsd/unix/etc
svn:r4791
2005-08-17 00:03:45 +00:00
Roger Dingledine
252ef0773d mention the anonymity gotcha in switchproxy that carmee pointed out.
svn:r4788
2005-08-15 23:54:25 +00:00
Roger Dingledine
486dc7007b document the 'quit' controller command
svn:r4776
2005-08-13 02:22:11 +00:00
Nick Mathewson
16528aa070 Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.
svn:r4761
2005-08-10 18:05:20 +00:00
Roger Dingledine
a6a12c02e3 point people to the stable tors if they're using our docs
svn:r4759
2005-08-09 17:19:47 +00:00
Thomas Sjögren
4ce34c013e man file, minor updates
svn:r4757
2005-08-09 10:35:06 +00:00
Nick Mathewson
249b72f53e Replace (Fascist)Firewall* with a new ReachableAddresses option that understands address policies.
svn:r4751
2005-08-08 21:58:48 +00:00
Roger Dingledine
1dd514f244 and bump the hidden version numbers too
svn:r4744
2005-08-08 20:57:45 +00:00
Nick Mathewson
01d0788950 Generalize FirewallPorts to FirewallIPs so I can run happily when locked in net 18.
svn:r4737
2005-08-07 21:24:00 +00:00
Roger Dingledine
3b9991ef72 oopsie, i broke the doc page titles
svn:r4735
2005-08-07 20:28:36 +00:00
Roger Dingledine
aa95623523 correct man page entry
svn:r4731
2005-08-07 20:04:17 +00:00
Nick Mathewson
35b04df4fd Document helper node options
svn:r4715
2005-08-05 01:40:10 +00:00
Nick Mathewson
4cb89fd557 Implement some more GETINFO goodness: expose helper nodes, config options, getinfo keys.
svn:r4694
2005-08-04 19:56:41 +00:00
Nick Mathewson
e9698eaefa Claim some items.
svn:r4690
2005-08-04 18:23:21 +00:00
Roger Dingledine
22e6ecdb04 bump advertised win32 and osx versions to 0.1.1.3-alpha
svn:r4677
2005-07-25 20:12:34 +00:00
Roger Dingledine
c79b7f58a6 do that to the rest of them
svn:r4670
2005-07-25 03:36:26 +00:00
Roger Dingledine
e45667fdef now try the rest
svn:r4669
2005-07-25 03:22:36 +00:00
Roger Dingledine
c115561e7e try a bigger h2 and also make it an anchor
svn:r4668
2005-07-25 03:17:51 +00:00
Roger Dingledine
e1b1116b5e the bottom has to change too
svn:r4667
2005-07-25 03:09:51 +00:00
Roger Dingledine
66c29f459a convert tor-doc-win32 over to the website css
svn:r4666
2005-07-25 03:06:47 +00:00
Roger Dingledine
8e1c70daf3 make the stylesheet work from elsewhere too
svn:r4665
2005-07-25 03:02:18 +00:00
Roger Dingledine
b31160449c start shipping tor-doc-win32.html tor-doc-osx.html tor-switchproxy.html
tor-hidden-service.html in the tarball too


svn:r4664
2005-07-25 03:01:18 +00:00
Roger Dingledine
7d7f63fc2c the fingerprint file will rarely really show up in
/usr/local/var/lib/tor/ since if they don't define the datadir,
it will default to ~/.tor/


svn:r4663
2005-07-24 22:03:31 +00:00
Roger Dingledine
d8a4517645 more tweaks on the hidden wiki
svn:r4662
2005-07-24 07:46:29 +00:00
Roger Dingledine
0b13bb58de tweaks suggested by wmf
svn:r4661
2005-07-23 21:56:26 +00:00
Roger Dingledine
7e7f26ce7d fix a " in an href, thanks wmf
svn:r4660
2005-07-23 21:25:04 +00:00
Roger Dingledine
58e38fe359 don't give the unix path example twice
svn:r4659
2005-07-23 21:22:13 +00:00
Roger Dingledine
2bb2ef52cd try harder to guess directory names that will work
svn:r4658
2005-07-23 21:12:07 +00:00
Roger Dingledine
df1f7e6227 a few more paragraphs
svn:r4657
2005-07-23 20:53:26 +00:00
Roger Dingledine
41f52cbe2d stop recommending savant
svn:r4656
2005-07-23 11:29:48 +00:00
Roger Dingledine
2504106e84 and fix another link
svn:r4655
2005-07-23 11:03:30 +00:00
Roger Dingledine
d63a54980f make the hidden-service section of tor-doc obsolete
svn:r4654
2005-07-23 11:02:33 +00:00
Roger Dingledine
a4510dce66 better example
svn:r4653
2005-07-23 11:00:53 +00:00
Roger Dingledine
6f249a46b7 more tips
svn:r4652
2005-07-23 10:59:43 +00:00
Roger Dingledine
222b7efcfe another minor tweak
svn:r4651
2005-07-23 09:00:19 +00:00
Roger Dingledine
db53c5a436 fix (maybe) the example windows path
svn:r4650
2005-07-23 08:26:23 +00:00
Roger Dingledine
cf62927003 fix typo that reversed my meaning
svn:r4649
2005-07-23 08:19:40 +00:00
Roger Dingledine
228aca259d the rest of the tor hidden service howto
minus the windows part that i can't do


svn:r4648
2005-07-23 08:07:58 +00:00
Roger Dingledine
752632f6df clean up dir-spec a bit
svn:r4647
2005-07-23 08:07:39 +00:00
Roger Dingledine
e843b1395b an in-progress hidden service tutorial
svn:r4639
2005-07-22 22:23:45 +00:00
Roger Dingledine
fe0e75fb3d make use of the new #torrc FAQ
svn:r4638
2005-07-22 21:45:21 +00:00
Roger Dingledine
d42aae7cfb lies, damn lies, and windows path names
svn:r4636
2005-07-22 21:07:07 +00:00
Nick Mathewson
c252a76f0b Parameterize configuration parsing functions
svn:r4635
2005-07-22 20:37:42 +00:00
Nick Mathewson
5621ccc962 Note item status; add persistence task
svn:r4634
2005-07-22 17:34:10 +00:00
Nick Mathewson
76a6cec3f1 add work for today to TODO
svn:r4631
2005-07-22 14:54:37 +00:00
Nick Mathewson
550ec09ffa checkpoint new directory document. needs way more expermients. probably ok.
svn:r4626
2005-07-21 07:57:31 +00:00
Roger Dingledine
738dfca909 link to our new faq entry from the switchproxy howto
svn:r4625
2005-07-20 23:51:30 +00:00
Roger Dingledine
cf0df47335 clean up osx doc more; this closes bug 169 too
svn:r4623
2005-07-20 21:20:47 +00:00
Roger Dingledine
d049cccdc6 suggested fixes from chris
svn:r4621
2005-07-20 20:27:19 +00:00
Roger Dingledine
900f46aafe tell people to proxy ftp and gopher through privoxy too
duck is right


svn:r4620
2005-07-20 20:12:43 +00:00
Roger Dingledine
1ba35571a2 mention you need javascript to just click on it
svn:r4619
2005-07-20 20:02:38 +00:00
Roger Dingledine
5a1a196d83 clean up the docs another round
svn:r4618
2005-07-20 19:38:56 +00:00
Roger Dingledine
be22d928d5 last tweaks
svn:r4617
2005-07-20 01:27:17 +00:00
Roger Dingledine
10aa75d1bb remove redundant paragraph
svn:r4616
2005-07-20 01:22:59 +00:00
Roger Dingledine
0f09b6a894 make it survive being somewhere other than /
svn:r4615
2005-07-20 01:12:02 +00:00
Roger Dingledine
a1d96f2efd see what we think of tor-switchproxy with the eff css
svn:r4614
2005-07-20 01:06:14 +00:00
Roger Dingledine
ee841e0cd4 stop linking to hummingbird, since it's proprietary and seems to be
hard to find


svn:r4613
2005-07-20 00:59:41 +00:00
Roger Dingledine
074c059921 overhaul the docs for win32, os x, and switchproxy
svn:r4612
2005-07-20 00:00:08 +00:00
Roger Dingledine
9d0d9c70d4 comments from lucky
svn:r4611
2005-07-19 22:14:59 +00:00
Roger Dingledine
9d962eb224 clean up the tor switchproxy howto more
svn:r4606
2005-07-19 21:10:34 +00:00
Roger Dingledine
0f6bf87427 first iteration of the switchproxy howto
svn:r4603
2005-07-19 08:01:03 +00:00
Roger Dingledine
e573b3f7db it's called GETCONF, not GETCONFIG
svn:r4591
2005-07-17 22:39:21 +00:00
Roger Dingledine
6cb32f0c9d it looks like phobos accidentally removed the instructions for
restarting privoxy?


svn:r4573
2005-07-15 07:43:04 +00:00
Andrew Lewman
c56c2856c5 Moved the images of logfile/jarfile above the instructions for
restarting privoxy.


svn:r4572
2005-07-15 04:09:51 +00:00
Roger Dingledine
943dce8932 list 0.1.1.2-alpha as "the" win32 and os x tor version.
that should get us some bug reports. ;)


svn:r4570
2005-07-14 23:35:11 +00:00
Nick Mathewson
85edc6ccf4 move some items from the tor-ctl TODO into the main TODO; mark some controller items done.
svn:r4559
2005-07-14 20:53:30 +00:00
Roger Dingledine
57ba20e376 a bit more cleanup
svn:r4552
2005-07-14 08:04:52 +00:00
Roger Dingledine
abdb1872d8 it's effect, not affect
svn:r4551
2005-07-14 08:02:35 +00:00
Roger Dingledine
40eebc868c showmyip.com has an advertisement at the top.
it sucks that we're still pointing to them.
but at least point to them second.


svn:r4550
2005-07-14 01:15:15 +00:00
Andrew Lewman
a926c4c0bf Updated instructions to include how to restart Privoxy after making the
edits.


svn:r4549
2005-07-13 23:50:18 +00:00
Roger Dingledine
70002930b9 make it clearer that you need to configure your applications to use tor
and blow away spaces at the end of lines


svn:r4542
2005-07-13 07:03:08 +00:00
Nick Mathewson
cf13b3e4a6 Macro-fu to get DEBUG events working.
svn:r4539
2005-07-13 05:14:42 +00:00
Andrew Lewman
ae44532170 Updated doc with minor details that are pertinent to users. Thanks to
mgoose for the updates.


svn:r4538
2005-07-13 01:49:12 +00:00
Roger Dingledine
5cbf9e77a3 TrackHostExitsExpire describes the number of seconds since the
trackhost was established, not the number of seconds since it was
last used.


svn:r4534
2005-07-12 21:06:31 +00:00
Nick Mathewson
2d52be47b7 checkpoint minor control-spec cleanups
svn:r4533
2005-07-12 18:20:54 +00:00
Nick Mathewson
0a37e9522d note that TLS connections can be closed.
svn:r4525
2005-07-08 15:42:03 +00:00
Roger Dingledine
f76989728a bump win32 and osx versions to 0.1.0.11 in the docs
svn:r4521
2005-07-03 10:56:34 +00:00
Nick Mathewson
b5b138562c Mark a few bugs as done or as nonstarters
svn:r4510
2005-06-30 07:19:20 +00:00
Nick Mathewson
8fd197c687 Update rendezvous fix status; add more items to TODO
svn:r4507
2005-06-29 21:51:30 +00:00
Nick Mathewson
7479a55724 Note that authentication arguments are optional
svn:r4498
2005-06-27 23:41:03 +00:00
Nick Mathewson
68d706a9b0 Make the two rendezvous service descriptor formats distinguishable to simplify the directory interactions a bit.
svn:r4494
2005-06-27 20:43:07 +00:00
Nick Mathewson
18baceffaa Specify versioned service descriptors including full info on intro points. Arma -- does this look sane?
svn:r4492
2005-06-27 18:34:59 +00:00
Andrew Lewman
63b8606bed Fixed some formatting.
svn:r4491
2005-06-26 13:56:04 +00:00
Andrew Lewman
5e21bdb063 updated screenshots, added 2 for privoxy logfile and jarfile.
Screenshots courtesy of memeticist.


svn:r4490
2005-06-26 13:53:21 +00:00
Roger Dingledine
30258ad77f wave rubber chicken over man page
tyranix says this makes the html output look better


svn:r4488
2005-06-26 08:57:25 +00:00
Roger Dingledine
281d4dc320 tyranix moved the socat instructions to the main wiki, so you don't
need privoxy working in order to read them.


svn:r4487
2005-06-26 08:42:41 +00:00
Andrew Lewman
8c37f9eb5c updated document date line to make it automated.
svn:r4486
2005-06-26 05:25:28 +00:00
Andrew Lewman
8b74c4e146 Updated doc to explain how to comment out the lines.
svn:r4485
2005-06-26 05:21:17 +00:00
Andrew Lewman
9473cf7671 Correct logfile names because Windows is apparently different than any
other os.


svn:r4484
2005-06-26 05:08:11 +00:00
Andrew Lewman
e64b016b55 Added instructions for commenting out the "logfile logfile" and "jarfile
jarfile" in the privoxy config.


svn:r4482
2005-06-26 05:03:16 +00:00
Nick Mathewson
369a964ac8 Directories are unordered.
svn:r4481
2005-06-24 23:44:13 +00:00
Nick Mathewson
b759fe4b8d It is not the end of the world when a router descriptor has an unrecognized kwd
svn:r4480
2005-06-24 23:42:15 +00:00
Nick Mathewson
6602098e03 Describe how to detect v0 or v1 protocol
svn:r4478
2005-06-24 18:04:00 +00:00