summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2008-01-22a new style file. and blow away a section that turned out to be dumb.Roger Dingledine
svn:r13223
2008-01-22 r17723@catbus: nickm | 2008-01-22 00:14:57 -0500Nick Mathewson
Make idea proposal into proposal 130; answer question by sjmurdoch; mark 124 superseded; reindex svn:r13222
2008-01-21Make "ClientOnly 1" config option disable directory ports too.Roger Dingledine
svn:r13213
2008-01-21condense the rest of the discussion into proposal 129Roger Dingledine
svn:r13211
2008-01-21proposal from Kevin Bauer & Damon McCoy to reject vulnerable-plaintextRoger Dingledine
ports (reformatted by me) svn:r13210
2008-01-20New config options WarnPlaintextPorts and RejectPlaintextPorts soRoger Dingledine
Tor can warn and/or refuse connections to ports commonly used with vulnerable-plaintext protocols. We still need to figure out some good defaults for them. svn:r13198
2008-01-18If we've gone 12 hours since our last bandwidth check, and weRoger Dingledine
estimate we have less than 50KB bandwidth capacity but we could handle more, do another bandwidth test. svn:r13176
2008-01-17Make the tor-gencert man page get included correctly in the tarball.Roger Dingledine
svn:r13163
2008-01-17explain a bit about router descriptor purposesRoger Dingledine
svn:r13154
2008-01-12minor tweaks of the v2-conn-protocol textRoger Dingledine
svn:r13117
2008-01-12 r17581@catbus: nickm | 2008-01-12 00:52:35 -0500Nick Mathewson
Actually write up what I'm implementing for the v2 connection protocol svn:r13113
2008-01-11add in a pdf so it'll be in our svnRoger Dingledine
svn:r13103
2008-01-11start to flesh out the issues; and add some moreRoger Dingledine
svn:r13101
2008-01-10add an outline for a new roadmapRoger Dingledine
svn:r13099
2008-01-10 r17558@catbus: nickm | 2008-01-10 13:07:41 -0500Nick Mathewson
If we do not serve v2 directory info, and our cached v2 networkstatus files are very old, remove them. If the directory is old, remove that too. (We already did this for obsolete routers files.) svn:r13096
2008-01-10 r17554@catbus: nickm | 2008-01-10 12:48:29 -0500Nick Mathewson
Do not send bridge descriptors over unencrypted connections. svn:r13094
2008-01-10 r17553@catbus: nickm | 2008-01-10 12:18:27 -0500Nick Mathewson
Add connection_dir_is_encrypted() so that we can refrain from sending bridge descriptors over an unencrypted link. svn:r13093
2008-01-10 r17552@catbus: nickm | 2008-01-10 12:13:43 -0500Nick Mathewson
Make bridge geoip data get rounded up, not down. svn:r13092
2008-01-10 r17550@catbus: nickm | 2008-01-10 12:08:01 -0500Nick Mathewson
Add a manual page for tor-gencert. Also implement the missing -s option in tor-gencert, and fix the info message for when no cert file is specified. svn:r13091
2008-01-10 r17548@catbus: nickm | 2008-01-10 11:08:12 -0500Nick Mathewson
Make proposal-109 behavior optional. svn:r13090
2008-01-09work down todo list for more 0.2.0.x issuesRoger Dingledine
svn:r13087
2008-01-09remove some of the done items, in preparation for overhaulRoger Dingledine
svn:r13085
2008-01-09remove some done things. move a lot more into the 0.2.1.x section.Roger Dingledine
there remain a bunch of things in the 0.2.0.x section that we should either do or move into 0.2.1.x. svn:r13084
2008-01-09start a roadmap for 2008 and beyond. based on 2007 roadmap asRoger Dingledine
a starting point. svn:r13083
2008-01-09a few items done, another item we should doRoger Dingledine
svn:r13082
2008-01-08another blog todoRoger Dingledine
svn:r13075
2008-01-08three blog-related todo itemsRoger Dingledine
svn:r13074
2008-01-07 r17499@catbus: nickm | 2008-01-07 13:39:46 -0500Nick Mathewson
Bugfix on fix for 557: Make values containing special characters work right with getconf, setconf, and saveconf. Document this in control-spec.txt svn:r13056
2008-01-07first thoughts on rate limiting stream creations at exitsRoger Dingledine
svn:r13048
2008-01-02 r15787@tombo: nickm | 2008-01-02 01:59:07 -0500Nick Mathewson
Allow config values in quotes to contain special characters, with full C escape syntax. With tests. Addresses bug 557. svn:r13021
2008-01-01update the license for 2008, complete a todo.Andrew Lewman
svn:r13014
2007-12-25Fix a typo. Thanks sjmurdoch.Andrew Lewman
svn:r12978
2007-12-25proposal 121: replaced misleading term "authentication" by "authorization", ↵Karsten Loesing
added some clarifications (comments by Sven Kaffille) svn:r12967
2007-12-25The bridge GeoIP stats were counting other relays, for exampleRoger Dingledine
self-reachability and authority-reachability tests. svn:r12960
2007-12-24minor patches from Christian BruefferRoger Dingledine
svn:r12958
2007-12-24some geoip related todo itemsRoger Dingledine
svn:r12951
2007-12-23 r15653@tombo: nickm | 2007-12-23 14:15:12 -0500Nick Mathewson
Refactor circuit_launch* functions to take a bitfield of flags rather than 4 separate nonconsecutive flags arguments. Also, note a possible but in circuit_find_to_cannibalize, which seems to be ignoring its purpose argument. svn:r12948
2007-12-23minor other things in my sandboxRoger Dingledine
svn:r12934
2007-12-22todo:Roger Dingledine
if we notice a cached-status directory and we're not serving v2 dir info and it's old enough, delete it. same with cached-routers*. svn:r12924
2007-12-22a todo item that nick might like sometimeRoger Dingledine
svn:r12920
2007-12-21trivial whitespace fixRoger Dingledine
svn:r12912
2007-12-21todo: write a tor-gencert man pageRoger Dingledine
svn:r12908
2007-12-21clean up changelog and todo fileRoger Dingledine
svn:r12899
2007-12-21new config option FetchDirInfoEarly for tup/ioerror and the tordnselRoger Dingledine
svn:r12896
2007-12-19Make getinfo ns/purpose/bridge actually workRoger Dingledine
Also, dump our bridge router status entries to disk every 30 minutes. svn:r12871
2007-12-19 r15560@tombo: nickm | 2007-12-18 23:18:21 -0500Nick Mathewson
Add a bit of missing documentation. svn:r12869
2007-12-19 r15558@tombo: nickm | 2007-12-18 22:55:23 -0500Nick Mathewson
Re-parse annotations in another place. Good catch, arma. svn:r12868
2007-12-18answer getinfo ns/purpose/bridge queriesRoger Dingledine
svn:r12860
2007-12-18 r17233@catbus: nickm | 2007-12-18 16:26:55 -0500Nick Mathewson
Changelog entry for geoip. svn:r12858
2007-12-17 r15532@tombo: nickm | 2007-12-17 17:41:05 -0500Nick Mathewson
clean up whitesapce and debug a little on geoip stuff. svn:r12847