aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Note a couple more dir-spec TODOsNick Mathewson2005-09-30
| | | | svn:r5167
* some more todo item, plus mark one off.Roger Dingledine2005-09-30
| | | | svn:r5156
* Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines ↵Nick Mathewson2005-09-27
| | | | | | (if they exist). svn:r5146
* remove historical stuff from dir-spec.txtNick Mathewson2005-09-27
| | | | svn:r5145
* added the one line hack for default selinux targeted policy to allowAndrew Lewman2005-09-25
| | | | | | | tor/privoxy to work correctly. svn:r5143
* mention the new stable version.Roger Dingledine2005-09-24
| | | | | | | and explicitly mention that selinux on FC4 is a problem for tor. svn:r5136
* Log even less verbosely. Also, do not download old (frequently-updating) ↵Nick Mathewson2005-09-23
| | | | | | servers more than once every 2 hours. svn:r5134
* Provide dire warnings to any users who set DirServer; move it out of ↵Nick Mathewson2005-09-23
| | | | | | torrc.sample and into torrc.complete. svn:r5132
* I love the smell of C in the morning. Make router-download rules smarter ↵Nick Mathewson2005-09-22
| | | | | | (download more so long as we dont duplicate existing requests; relaunch at staggered intervals); relaunch one a minute or on failure; reset 60 minutes; always open 3 requests if we can; add authority opinion to networkstatus; make naming rule correct. There is a remaining bug where we retry servers too quickly; We need to look at that harder. svn:r5110
* Move items from meeting into dir-spec and TODO.Nick Mathewson2005-09-21
| | | | svn:r5102
* Add notes of things that must be done to dir-specNick Mathewson2005-09-21
| | | | svn:r5099
* Add a temporary section to dir-spec reflecting what we actually do now.Nick Mathewson2005-09-20
| | | | svn:r5097
* a few more todo items doneRoger Dingledine2005-09-20
| | | | svn:r5096
* clean up new dir spec a bit moreRoger Dingledine2005-09-20
| | | | svn:r5094
* Prevent a "try forever to download an unobtainable descriptor" bug. Still ↵Nick Mathewson2005-09-18
| | | | | | remaining: the "give up forever" bug. svn:r5090
* Specify exactly what we meant by "the digest of a descriptor". Fortunately, ↵Nick Mathewson2005-09-18
| | | | | | we dont depend on it being right yet. svn:r5085
* add a couple of directory itemsNick Mathewson2005-09-16
| | | | svn:r5084
* Make authdirs smarter. Reject/invalidate by key and IP. Remember that not ↵Nick Mathewson2005-09-15
| | | | | | every authdir has to be a naming authdir. svn:r5074
* Stop downloading directories and download routers instead. This still needs ↵Nick Mathewson2005-09-15
| | | | | | some work, but at last clients are finally on the new architecture. Next comes the tuning and bugfixing. svn:r5070
* tweak punctuationRoger Dingledine2005-09-14
| | | | svn:r5065
* Big commit: clients start downloading and using network-statuses.Nick Mathewson2005-09-14
| | | | | | | | | | | | | | | | | | | | | 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
* update directory todosNick Mathewson2005-09-14
| | | | svn:r5052
* update todo a bitRoger Dingledine2005-09-14
| | | | svn:r5049
* document the new functionality that crept in:Roger Dingledine2005-09-14
| | | | | | | | | | | | 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
* correct a mistake i just addedRoger Dingledine2005-09-13
| | | | svn:r5039
* update control spec to reflect our new SETCONF behaviorRoger Dingledine2005-09-13
| | | | svn:r5038
* make clearer the ulimit -n instructionsRoger Dingledine2005-09-13
| | | | svn:r5037
* clean up the server docs for ulimit -nRoger Dingledine2005-09-13
| | | | svn:r5036
* put the last nail in tor-doc.htmlRoger Dingledine2005-09-12
| | | | svn:r5019
* answer questionNick Mathewson2005-09-12
| | | | svn:r5010
* fix some grammar and ask a questionRoger Dingledine2005-09-12
| | | | svn:r5008
* Dir spec change: Clarify rules on how to treat servers based on ↵Nick Mathewson2005-09-12
| | | | | | networkstatus values. Is this sane? svn:r5004
* it's a new monthRoger Dingledine2005-09-11
| | | | svn:r4999
* reference exit policy faq entry, and add an item about rate limiting.Roger Dingledine2005-09-11
| | | | svn:r4995
* two more bugs we should fixRoger Dingledine2005-09-10
| | | | svn:r4993
* add another todo itemRoger Dingledine2005-09-10
| | | | svn:r4979
* and say that in the man pageRoger Dingledine2005-09-09
| | | | svn:r4975
* fix duplicate wordRoger Dingledine2005-09-09
| | | | svn:r4961
* step nine: raise your ulimit -nRoger Dingledine2005-09-09
| | | | svn:r4958
* Update item status: note future work on client directory handlingNick Mathewson2005-09-08
| | | | svn:r4957
* add a RESETCONF controller command, and make setconf with a nullRoger Dingledine2005-09-08
| | | | | | | option actually mean to set it to "" svn:r4916
* More stuff for new directories.Nick Mathewson2005-09-07
| | | | | | | | | | | | | | | | | | | | | | - 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
* start the process of adding authentication/authorization mechanismsRoger Dingledine2005-09-06
| | | | | | | | | | | 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
* Describe approach to downloading status documents; update TODO a bitNick Mathewson2005-09-02
| | | | svn:r4899
* Add fingerprint and contact fields to network-status specificationNick Mathewson2005-09-02
| | | | svn:r4895
* Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ↵Nick Mathewson2005-09-02
| | | | | | a missing ntohl in connection_ap_handshake_socks_resolved. svn:r4894
* formatting/numbering patch from matt edmanRoger Dingledine2005-08-29
| | | | svn:r4881
* First cut at cleaning 0.1.1.x TODONick Mathewson2005-08-27
| | | | svn:r4879
* setting up your own network is now a faq entry where it belongsRoger Dingledine2005-08-26
| | | | svn:r4878
* More dir-spec tweaks: specify whether concatenation happens before or after ↵Nick Mathewson2005-08-26
| | | | | | compression (either) and make status URLs parallel server URLs better (or people will mock me later). svn:r4877