Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add a RESETCONF controller command, and make setconf with a null | Roger Dingledine | 2005-09-08 |
| | | | | | | | option actually mean to set it to "" svn:r4916 | ||
* | More stuff for new directories. | Nick Mathewson | 2005-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 mechanisms | Roger Dingledine | 2005-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 bit | Nick Mathewson | 2005-09-02 |
| | | | | svn:r4899 | ||
* | Add fingerprint and contact fields to network-status specification | Nick Mathewson | 2005-09-02 |
| | | | | svn:r4895 | ||
* | Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ↵ | Nick Mathewson | 2005-09-02 |
| | | | | | | a missing ntohl in connection_ap_handshake_socks_resolved. svn:r4894 | ||
* | formatting/numbering patch from matt edman | Roger Dingledine | 2005-08-29 |
| | | | | svn:r4881 | ||
* | First cut at cleaning 0.1.1.x TODO | Nick Mathewson | 2005-08-27 |
| | | | | svn:r4879 | ||
* | setting up your own network is now a faq entry where it belongs | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4878 | ||
* | More dir-spec tweaks: specify whether concatenation happens before or after ↵ | Nick Mathewson | 2005-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 Dingledine | 2005-08-26 |
| | | | | svn:r4873 | ||
* | document the AssumeReachable config option | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4872 | ||
* | get the instructions closer to right | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4871 | ||
* | some better docs for setting up your own tor network | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4870 | ||
* | Start implementing the server side of the new directory protocol. | Nick Mathewson | 2005-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 Mathewson | 2005-08-25 |
| | | | | svn:r4834 | ||
* | PIDFile should be PidFile | Thomas Sjögren | 2005-08-25 |
| | | | | svn:r4833 | ||
* | add some more todo items, and mark off a few | Roger Dingledine | 2005-08-24 |
| | | | | svn:r4830 | ||
* | prod at the 0.1.1.x todo items | Roger Dingledine | 2005-08-23 |
| | | | | svn:r4822 | ||
* | remove most 0.1.0.x todo items | Roger Dingledine | 2005-08-23 |
| | | | | svn:r4821 | ||
* | fix some typos in the control spec | Roger Dingledine | 2005-08-22 |
| | | | | svn:r4811 | ||
* | fix sentence, fix html | Roger Dingledine | 2005-08-22 |
| | | | | svn:r4810 | ||
* | Implement new (reduced-frequency) upload rules. arma, you should review this. | Nick Mathewson | 2005-08-22 |
| | | | | svn:r4806 | ||
* | Note DH security hacks in tor-spec | Nick Mathewson | 2005-08-19 |
| | | | | svn:r4800 | ||
* | make it clearer that we need servers | Roger Dingledine | 2005-08-19 |
| | | | | svn:r4799 | ||
* | fix a broken link that jens pointed out | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4797 | ||
* | make registering your nickname its own section | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4796 | ||
* | make them paragraphs not lists, and see if that works better | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4795 | ||
* | rearrange and repoint things | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4794 | ||
* | add tor server configuration instructions | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4793 | ||
* | and remove the general install instructions | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4792 | ||
* | add a tor-doc-unix file for installing a tor client on linux/bsd/unix/etc | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4791 | ||
* | mention the anonymity gotcha in switchproxy that carmee pointed out. | Roger Dingledine | 2005-08-15 |
| | | | | svn:r4788 | ||
* | document the 'quit' controller command | Roger Dingledine | 2005-08-13 |
| | | | | svn:r4776 | ||
* | Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls. | Nick Mathewson | 2005-08-10 |
| | | | | svn:r4761 | ||
* | point people to the stable tors if they're using our docs | Roger Dingledine | 2005-08-09 |
| | | | | svn:r4759 | ||
* | man file, minor updates | Thomas Sjögren | 2005-08-09 |
| | | | | svn:r4757 | ||
* | Replace (Fascist)Firewall* with a new ReachableAddresses option that ↵ | Nick Mathewson | 2005-08-08 |
| | | | | | | understands address policies. svn:r4751 | ||
* | and bump the hidden version numbers too | Roger Dingledine | 2005-08-08 |
| | | | | svn:r4744 | ||
* | Generalize FirewallPorts to FirewallIPs so I can run happily when locked in ↵ | Nick Mathewson | 2005-08-07 |
| | | | | | | net 18. svn:r4737 | ||
* | oopsie, i broke the doc page titles | Roger Dingledine | 2005-08-07 |
| | | | | svn:r4735 | ||
* | correct man page entry | Roger Dingledine | 2005-08-07 |
| | | | | svn:r4731 | ||
* | Document helper node options | Nick Mathewson | 2005-08-05 |
| | | | | svn:r4715 | ||
* | Implement some more GETINFO goodness: expose helper nodes, config options, ↵ | Nick Mathewson | 2005-08-04 |
| | | | | | | getinfo keys. svn:r4694 | ||
* | Claim some items. | Nick Mathewson | 2005-08-04 |
| | | | | svn:r4690 | ||
* | bump advertised win32 and osx versions to 0.1.1.3-alpha | Roger Dingledine | 2005-07-25 |
| | | | | svn:r4677 | ||
* | do that to the rest of them | Roger Dingledine | 2005-07-25 |
| | | | | svn:r4670 | ||
* | now try the rest | Roger Dingledine | 2005-07-25 |
| | | | | svn:r4669 | ||
* | try a bigger h2 and also make it an anchor | Roger Dingledine | 2005-07-25 |
| | | | | svn:r4668 | ||
* | the bottom has to change too | Roger Dingledine | 2005-07-25 |
| | | | | svn:r4667 |