aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAge
* answer question•••svn:r5010 Nick Mathewson2005-09-12
* fix some grammar and ask a question•••svn:r5008 Roger Dingledine2005-09-12
* Dir spec change: Clarify rules on how to treat servers based on networkstatus...•••svn:r5004 Nick Mathewson2005-09-12
* it's a new month•••svn:r4999 Roger Dingledine2005-09-11
* reference exit policy faq entry, and add an item about rate limiting.•••svn:r4995 Roger Dingledine2005-09-11
* two more bugs we should fix•••svn:r4993 Roger Dingledine2005-09-10
* add another todo item•••svn:r4979 Roger Dingledine2005-09-10
* and say that in the man page•••svn:r4975 Roger Dingledine2005-09-09
* fix duplicate word•••svn:r4961 Roger Dingledine2005-09-09
* step nine: raise your ulimit -n•••svn:r4958 Roger Dingledine2005-09-09
* Update item status: note future work on client directory handling•••svn:r4957 Nick Mathewson2005-09-08
* add a RESETCONF controller command, and make setconf with a null•••option actually mean to set it to "" svn:r4916 Roger Dingledine2005-09-08
* 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 Nick Mathewson2005-09-07
* 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 Roger Dingledine2005-09-06
* Describe approach to downloading status documents; update TODO a bit•••svn:r4899 Nick Mathewson2005-09-02
* Add fingerprint and contact fields to network-status specification•••svn:r4895 Nick Mathewson2005-09-02
* Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ...•••svn:r4894 Nick Mathewson2005-09-02
* formatting/numbering patch from matt edman•••svn:r4881 Roger Dingledine2005-08-29
* First cut at cleaning 0.1.1.x TODO•••svn:r4879 Nick Mathewson2005-08-27
* setting up your own network is now a faq entry where it belongs•••svn:r4878 Roger Dingledine2005-08-26
* More dir-spec tweaks: specify whether concatenation happens before or after c...•••svn:r4877 Nick Mathewson2005-08-26
* more servers will make it easier. who knows if it's really needed.•••svn:r4873 Roger Dingledine2005-08-26
* document the AssumeReachable config option•••svn:r4872 Roger Dingledine2005-08-26
* get the instructions closer to right•••svn:r4871 Roger Dingledine2005-08-26
* some better docs for setting up your own tor network•••svn:r4870 Roger Dingledine2005-08-26
* 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 Nick Mathewson2005-08-25
* Clarify formats, terminology; add more URLs.•••svn:r4834 Nick Mathewson2005-08-25
* PIDFile should be PidFile•••svn:r4833 Thomas Sjögren2005-08-25
* add some more todo items, and mark off a few•••svn:r4830 Roger Dingledine2005-08-24
* prod at the 0.1.1.x todo items•••svn:r4822 Roger Dingledine2005-08-23
* remove most 0.1.0.x todo items•••svn:r4821 Roger Dingledine2005-08-23
* fix some typos in the control spec•••svn:r4811 Roger Dingledine2005-08-22
* fix sentence, fix html•••svn:r4810 Roger Dingledine2005-08-22
* Implement new (reduced-frequency) upload rules. arma, you should review this.•••svn:r4806 Nick Mathewson2005-08-22
* Note DH security hacks in tor-spec•••svn:r4800 Nick Mathewson2005-08-19
* make it clearer that we need servers•••svn:r4799 Roger Dingledine2005-08-19
* fix a broken link that jens pointed out•••svn:r4797 Roger Dingledine2005-08-17
* make registering your nickname its own section•••svn:r4796 Roger Dingledine2005-08-17
* make them paragraphs not lists, and see if that works better•••svn:r4795 Roger Dingledine2005-08-17
* rearrange and repoint things•••svn:r4794 Roger Dingledine2005-08-17
* add tor server configuration instructions•••svn:r4793 Roger Dingledine2005-08-17
* and remove the general install instructions•••svn:r4792 Roger Dingledine2005-08-17
* add a tor-doc-unix file for installing a tor client on linux/bsd/unix/etc•••svn:r4791 Roger Dingledine2005-08-17
* mention the anonymity gotcha in switchproxy that carmee pointed out.•••svn:r4788 Roger Dingledine2005-08-15
* document the 'quit' controller command•••svn:r4776 Roger Dingledine2005-08-13
* Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.•••svn:r4761 Nick Mathewson2005-08-10
* point people to the stable tors if they're using our docs•••svn:r4759 Roger Dingledine2005-08-09
* man file, minor updates•••svn:r4757 Thomas Sjögren2005-08-09
* Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...•••svn:r4751 Nick Mathewson2005-08-08
* and bump the hidden version numbers too•••svn:r4744 Roger Dingledine2005-08-08