aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
* more servers will make it easier. who knows if it's really needed.Roger Dingledine2005-08-26
| | | | svn:r4873
* document the AssumeReachable config optionRoger Dingledine2005-08-26
| | | | svn:r4872
* get the instructions closer to rightRoger Dingledine2005-08-26
| | | | svn:r4871
* some better docs for setting up your own tor networkRoger Dingledine2005-08-26
| | | | svn:r4870
* Start implementing the server side of the new directory protocol.Nick Mathewson2005-08-25
| | | | | | | | | | | | | | | | | | | | | | | 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
* Clarify formats, terminology; add more URLs.Nick Mathewson2005-08-25
| | | | svn:r4834
* PIDFile should be PidFileThomas Sjögren2005-08-25
| | | | svn:r4833
* add some more todo items, and mark off a fewRoger Dingledine2005-08-24
| | | | svn:r4830
* prod at the 0.1.1.x todo itemsRoger Dingledine2005-08-23
| | | | svn:r4822
* remove most 0.1.0.x todo itemsRoger Dingledine2005-08-23
| | | | svn:r4821
* fix some typos in the control specRoger Dingledine2005-08-22
| | | | svn:r4811
* fix sentence, fix htmlRoger Dingledine2005-08-22
| | | | svn:r4810
* Implement new (reduced-frequency) upload rules. arma, you should review this.Nick Mathewson2005-08-22
| | | | svn:r4806
* Note DH security hacks in tor-specNick Mathewson2005-08-19
| | | | svn:r4800
* make it clearer that we need serversRoger Dingledine2005-08-19
| | | | svn:r4799
* fix a broken link that jens pointed outRoger Dingledine2005-08-17
| | | | svn:r4797
* make registering your nickname its own sectionRoger Dingledine2005-08-17
| | | | svn:r4796
* make them paragraphs not lists, and see if that works betterRoger Dingledine2005-08-17
| | | | svn:r4795
* rearrange and repoint thingsRoger Dingledine2005-08-17
| | | | svn:r4794
* add tor server configuration instructionsRoger Dingledine2005-08-17
| | | | svn:r4793
* and remove the general install instructionsRoger Dingledine2005-08-17
| | | | svn:r4792
* add a tor-doc-unix file for installing a tor client on linux/bsd/unix/etcRoger Dingledine2005-08-17
| | | | svn:r4791
* mention the anonymity gotcha in switchproxy that carmee pointed out.Roger Dingledine2005-08-15
| | | | svn:r4788
* document the 'quit' controller commandRoger Dingledine2005-08-13
| | | | svn:r4776
* Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.Nick Mathewson2005-08-10
| | | | svn:r4761
* point people to the stable tors if they're using our docsRoger Dingledine2005-08-09
| | | | svn:r4759
* man file, minor updatesThomas Sjögren2005-08-09
| | | | svn:r4757
* Replace (Fascist)Firewall* with a new ReachableAddresses option that ↵Nick Mathewson2005-08-08
| | | | | | understands address policies. svn:r4751
* and bump the hidden version numbers tooRoger Dingledine2005-08-08
| | | | svn:r4744
* Generalize FirewallPorts to FirewallIPs so I can run happily when locked in ↵Nick Mathewson2005-08-07
| | | | | | net 18. svn:r4737
* oopsie, i broke the doc page titlesRoger Dingledine2005-08-07
| | | | svn:r4735
* correct man page entryRoger Dingledine2005-08-07
| | | | svn:r4731
* Document helper node optionsNick Mathewson2005-08-05
| | | | svn:r4715
* Implement some more GETINFO goodness: expose helper nodes, config options, ↵Nick Mathewson2005-08-04
| | | | | | getinfo keys. svn:r4694
* Claim some items.Nick Mathewson2005-08-04
| | | | svn:r4690
* bump advertised win32 and osx versions to 0.1.1.3-alphaRoger Dingledine2005-07-25
| | | | svn:r4677
* do that to the rest of themRoger Dingledine2005-07-25
| | | | svn:r4670
* now try the restRoger Dingledine2005-07-25
| | | | svn:r4669
* try a bigger h2 and also make it an anchorRoger Dingledine2005-07-25
| | | | svn:r4668
* the bottom has to change tooRoger Dingledine2005-07-25
| | | | svn:r4667