summaryrefslogtreecommitdiff
path: root/doc/TODO
AgeCommit message (Collapse)Author
2008-02-25Added myself to the TODO list for claims as 'I'.Jacob Appelbaum
svn:r13730
2008-02-24 r14420@tombo: nickm | 2008-02-24 16:58:22 -0500Nick Mathewson
More TODO items for 0.2.1.x svn:r13698
2008-02-24put some deliverables earlier in the roadmapRoger Dingledine
svn:r13695
2008-02-21expand the translation portal idea a bitRoger Dingledine
svn:r13667
2008-02-21 r18345@catbus: nickm | 2008-02-21 13:45:04 -0500Nick Mathewson
Do the last part of arma's fix for bug 437: Track the origin of every addrmap, and use this info so we can remove all the trackhostexits-originated mappings for a given exit. svn:r13660
2008-02-21 r14364@31-33-219: nickm | 2008-02-21 11:11:56 -0500Nick Mathewson
Note in the TODO some stuff I want to do in the next dev cycle so it stops bouncing around in my head svn:r13659
2008-02-17update thoughts on documentation license.Andrew Lewman
svn:r13549
2008-02-17move todo stuff around a bitRoger Dingledine
svn:r13541
2008-02-15put some external constraints into our todo listRoger Dingledine
svn:r13528
2008-02-12Start choosing which bridge to use proportional to its advertisedRoger Dingledine
bandwidth, rather than uniformly at random. This should speed up Tor for bridge users. Also do this for people who set StrictEntryNodes. svn:r13486
2008-02-12 r18043@catbus: nickm | 2008-02-11 23:45:07 -0500Nick Mathewson
Update TODO with TLS progress. svn:r13478
2008-02-09defer two things from the 0.2.0 timeframeRoger Dingledine
svn:r13447
2008-02-08 r17993@catbus: nickm | 2008-02-08 18:41:50 -0500Nick Mathewson
note progress on tls work svn:r13435
2008-02-08 r14062@tombo: nickm | 2008-02-08 15:17:07 -0500Nick Mathewson
Change DNs in x509 certificates to be harder to fingerprint. Raise common code. Refactor random hostname generation into crypto.c svn:r13429
2008-02-06 r17955@catbus: nickm | 2008-02-06 16:53:07 -0500Nick Mathewson
The SSL portion of the revised handshake now seems to work: I just finally got a client and a server to negotiate versions. Now to make sure certificate verification is really happening, connections are getting opened, etc. svn:r13409
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-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 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-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-01update the license for 2008, complete a todo.Andrew Lewman
svn:r13014
2007-12-25The bridge GeoIP stats were counting other relays, for exampleRoger Dingledine
self-reachability and authority-reachability tests. svn:r12960
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-21todo: write a tor-gencert man pageRoger Dingledine
svn:r12908
2007-12-21clean up changelog and todo fileRoger Dingledine
svn:r12899
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-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
2007-12-17 r15531@tombo: nickm | 2007-12-17 17:19:24 -0500Nick Mathewson
Support raw IP-to-country as well as postprocessed format. Include GEOIP summary in extrainfo of bridges. svn:r12846
2007-12-17 r15530@tombo: nickm | 2007-12-17 16:54:03 -0500Nick Mathewson
First wodge of geoip code so bridges can figure out which countries are blocking them. svn:r12845
2007-12-14a todo entry extracted from a poor bug reportRoger Dingledine
svn:r12802
2007-12-12minor cleanups and a todo itemRoger Dingledine
svn:r12785
2007-12-12Three new config options (AlternateDirAuthority,Roger Dingledine
AlternateBridgeAuthority, and AlternateHSAuthority) that let the user selectively replace the default directory authorities, rather than the all-or-nothing replacement that DirServer offers. svn:r12777
2007-12-10some more docs that are missingRoger Dingledine
svn:r12753
2007-12-05expand on a few items, and remove some done itemsRoger Dingledine
svn:r12676
2007-12-05move the december feature list up into the 0.2.0 section ofRoger Dingledine
the todo list. the feature freeze is off. better luck in 2008! svn:r12675
2007-12-04 r15151@tombo: nickm | 2007-12-04 17:29:17 -0500Nick Mathewson
Remove some finished items from the TODO svn:r12674
2007-12-02We were ignoring our RelayBandwidthRate for the first 30 secondsRoger Dingledine
after opening a circuit -- even relayed circuits. Bugfix on 0.2.0.3-alpha. svn:r12638
2007-12-02another item we can defer if we need toRoger Dingledine
svn:r12637