TODO 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. $Id$
  2. Legend:
  3. SPEC!! - Not specified
  4. SPEC - Spec not finalized
  5. N - nick claims
  6. R - arma claims
  7. P - phobos claims
  8. S - Steven claims
  9. M - Matt claims
  10. J - Jeff claims
  11. - Not done
  12. * Top priority
  13. . Partially done
  14. o Done
  15. d Deferrable
  16. D Deferred
  17. X Abandoned
  18. For Tor 0.2.0.x-rc:
  19. R - Figure out the autoconf problem with adding a fallback consensus.
  20. R - add a geoip file
  21. W - figure out license
  22. R - let bridges set relaybandwidthrate as low as 5kb
  23. o we need a config option to turn off proposal 109 behavior,
  24. RK- make it easier to set up a private tor network on your own computer
  25. is very hard.
  26. - FAQ entry which is wrong
  27. o Make BEGIN_DIR mandatory for asking questions of bridge authorities?
  28. (but only for bridge descriptors. not for ordinary cache stuff.)
  29. o Implement connection_dir_is_encrypted().
  30. o set up a filter to not answer any bridge descriptors on a
  31. non-encrypted request
  32. o write a tor-gencert man page
  33. . geoip caching and publishing for bridges
  34. d Track consecutive time up, not time since last-forgotten IP.
  35. - Mention in dir-spec.txt
  36. - Mention in control-spec.txt
  37. D have normal relays report geoip stats too.
  38. D different thresholds for bridges than for normal relays.
  39. o bridge relays round geoip stats *up*, not down.
  40. R - bridge communities
  41. . spec
  42. . deploy
  43. - man page entries for Alternate*Authority config options
  44. o there's a config option with a password and somehow use an
  45. http header and check it
  46. - clients who have a password configured decide to ask their bridge
  47. authority for a networkstatus
  48. - be able to have bridges that aren't in your torrc
  49. Things we'd like to do in 0.2.0.x:
  50. o if we notice a cached-status directory and we're not serving v2 dir
  51. info and it's old enough, delete it.
  52. o same with cached-routers*.
  53. N - document the "3/4 and 7/8" business in the clients fetching consensus
  54. documents timeline.
  55. R - then document the bridge user download timeline.
  56. N - Before the feature freeze:
  57. - 105+TLS, if possible.
  58. . TLS backend work
  59. - New list of ciphers for clients
  60. o Servers detect new ciphers, and only send ID cert when they
  61. get an older cipher list, and only request client cert when
  62. they get an older cipher list.
  63. . Clients only send certificates when asked for them.
  64. o Implement
  65. - Enable
  66. o Servers disable callback once negotiation is finished, so
  67. that renegotiation happens according to the old rules.
  68. o Clients initiate renegotiation immediately on completing
  69. a v2 connection.
  70. o Servers detect renegotiation, and if there is now a client
  71. cert, they adust the client ID.
  72. o Detect.
  73. o Adjust.
  74. . New revised handshake: post-TLS:
  75. o start by sending VERSIONS cells
  76. o once we have a version, send a netinfo and become open
  77. - Ban most cell types on a non-OPEN connection.
  78. - Test
  79. o Verify version negotiation on client
  80. - Verify version negotiation on server
  81. - Verify that client->server connection becomes open
  82. - Verify that server->server connection becomes open and
  83. authenticated.
  84. - NETINFO fallout
  85. - Don't extend a circuit over a noncanonical connection with
  86. mismatched address.
  87. - Learn our outgoing IP address from netinfo cells?
  88. - Bugs.
  89. - Bug reports Roger has heard along the way that don't have enough
  90. details/attention to solve them yet.
  91. - arma noticed that when his network went away and he tried
  92. a new guard node and the connect() syscall failed to it,
  93. the guard wasn't being marked as down. 0.2.0.x.
  94. - after being without network for 12 hours, arma's tor decided
  95. it couldn't fetch any network statuses, and never tried again
  96. even when the network came back and arma clicked on things.
  97. also 0.2.0.
  98. R - for above two, roger should turn them into flyspray entry.
  99. o we should do another bandwidth test every 12 hours or something
  100. if we're showing less than 50KB and our bandwidthrate says we can
  101. do more than that. I think some servers are forgetting the results
  102. of their first test, and then never seeing use.
  103. - Proposals:
  104. o 101: Voting on the Tor Directory System (plus 103)
  105. N - Use if-modified-since on consensus download
  106. - Controller support
  107. D GETINFO to get consensus
  108. N - Event when new consensus arrives
  109. . 111: Prioritize local traffic over relayed.
  110. R - Merge into tor-spec.txt.
  111. - Refactoring:
  112. . Make cells get buffered on circuit, not on the or_conn.
  113. . Switch to pool-allocation for cells?
  114. N - Benchmark pool-allocation vs straightforward malloc.
  115. N - Adjust memory allocation logic in pools to favor a little less
  116. slack memory.
  117. . Remove socketpair-based bridges conns, and the word "bridge". (Use
  118. shared (or connected) buffers for communication, rather than sockets.)
  119. . Implement
  120. N - Handle rate-limiting on directory writes to linked directory
  121. connections in a more sensible manner.
  122. Nick thinks he did this already?
  123. N - Find more ways to test this.
  124. (moria doesn't rate limit, so testing on moria not so good.)
  125. - Documentation
  126. - HOWTO for DNSPort. See tup's wiki page.
  127. . Document transport and natdport in a good HOWTO.
  128. N - Quietly document NT Service options: revise (or create) FAQ entry
  129. R - make sure you solved bug 556
  130. P - Make documentation realize that location of system configuration file
  131. will depend on location of system defaults, and isn't always /etc/torrc.
  132. P - Figure out why dll's compiled in mingw don't work right in WinXP.
  133. P - create a "make win32-bundle" for vidalia-privoxy-tor-torbutton bundle
  134. Planned for 0.2.1.x:
  135. - anonymity concern: since our is-consensus-fresh-enough check is
  136. sloppy so clients will actually work when a consensus wasn't formed,
  137. does that mean that if users are idle for 5 hours and then click on
  138. something, we will immediately use the old descriptors we've got,
  139. while we try fetching the newer descriptors?
  140. related to bug 401.
  141. . Finish path-spec.txt
  142. - More prominently, we should have a recommended apps list.
  143. - recommend pidgin (gaim is renamed)
  144. - unrecommend IE because of ftp:// bug.
  145. - we should add a preamble to tor-design saying it's out of date.
  146. - Refactor networkstatus generation:
  147. - Include "v" line in getinfo values.
  148. - config option __ControllerLimit that hangs up if there are a limit
  149. of controller connections already.
  150. - Features (other than bridges):
  151. - Audit how much RAM we're using for buffers and cell pools; try to
  152. trim down a lot.
  153. - Base relative control socket paths on datadir.
  154. - Make TrackHostExits expire TrackHostExitsExpire seconds after their
  155. *last* use, not their *first* use.
  156. P - Plan a switch to polipo. Perhaps we'll offer two http proxies in
  157. the future.
  158. P - Consider creating special Tor-Polipo-Vidalia test packages,
  159. requested by Dmitri Vitalev
  160. - Create packages for Nokia 800, requested by Chris Soghoian
  161. - mirror tor downloads on (via) tor dir caches
  162. . spec
  163. - deploy
  164. - interface for letting soat modify flags that authorities assign
  165. . spec
  166. - proposal 118 if feasible and obvious
  167. - Maintain a skew estimate and use ftime consistently.
  168. - Tor logs the libevent version on startup, for debugging purposes.
  169. This is great. But it does this before configuring the logs, so
  170. it only goes to stdout and is then lost.
  171. - Deprecations:
  172. - can we deprecate 'getinfo network-status'?
  173. - can we deprecate the FastFirstHopPK config option?
  174. - Bridges:
  175. . Bridges users (rudimentary version)
  176. . Ask all directory questions to bridge via BEGIN_DIR.
  177. - use the bridges for dir fetches even when our dirport is open.
  178. - drop 'authority' queries if they're to our own identity key; accept
  179. them otherwise.
  180. - give extend_info_t a router_purpose again
  181. d Limit to 2 dir, 2 OR, N SOCKS connections per IP.
  182. - Or maybe close connections from same IP when we get a lot from one.
  183. - Or maybe block IPs that connect too many times at once.
  184. - Do TLS connection rotation more often than "once a week" in the
  185. extra-stable case.
  186. - Streamline how we pick entry nodes: Make choose_random_entry() have
  187. less magic and less control logic.
  188. - when somebody uses the controlport as an http proxy, give them
  189. a "tor isn't an http proxy" error too like we do for the socks port.
  190. - we try to build 4 test circuits to break them over different
  191. servers. but sometimes our entry node is the same for multiple
  192. test circuits. this defeats the point.
  193. - enforce a lower limit on MaxCircuitDirtiness and CircuitBuildTimeout.
  194. - configurable timestamp granularity. defaults to 'seconds'.
  195. - consider making 'safelogging' extend to info-level logs too.
  196. - we should consider a single config option TorPrivateNetwork that
  197. turns on all the config options for running a private test tor
  198. network. having to keep updating all the tools, and the docs,
  199. just isn't working.
  200. - consider whether a single Guard flag lets us distinguish between
  201. "was good enough to be a guard when we picked it" and "is still
  202. adequate to be used as a guard even after we've picked it". We should
  203. write a real proposal for this.
  204. - switch out privoxy in the bundles and replace it with polipo.
  205. - make the new tls handshake blocking-resistant.
  206. - figure out some way to collect feedback about what countries are using
  207. bridges, in a way that doesn't screw anonymity too much.
  208. - let tor dir mirrors proxy connections to the tor download site, so
  209. if you know a bridge you can fetch the tor software.
  210. - more strategies for distributing bridge addresses in a way that
  211. doesn't rely on knowing somebody who runs a bridge for you.
  212. - A way to adjust router status flags from the controller. (How do we
  213. prevent the authority from clobbering them soon afterward?)
  214. - Bridge authorities should do reachability testing but only on the
  215. purpose==bridge descriptors they have.
  216. - Clients should estimate their skew as median of skew from servers
  217. over last N seconds.
  218. - Investigate RAM use in Tor servers.
  219. - Start on the WSAENOBUFS solution.
  220. - Start on Windows auto-update for Tor
  221. Deferred from 0.2.0.x:
  222. - Proposals
  223. - 113: Simplifying directory authority administration
  224. - 110: prevent infinite-length circuits (phase one)
  225. - 118: Listen on and advertise multiple ports:
  226. - Tor should be able to have a pool of outgoing IP addresses that it is
  227. able to rotate through. (maybe. Possible overlap with proposal 118.)
  228. - config option to publish what ports you listen on, beyond
  229. ORPort/DirPort. It should support ranges and bit prefixes (?) too.
  230. (This is very similar to proposal 118.)
  231. - 117: IPv6 Exits
  232. - Internal code support for ipv6:
  233. o Clone ipv6 functions (inet_ntop, inet_pton) where they don't exist.
  234. - Most address variables need to become tor_addr_t
  235. - Teach resolving code how to handle ipv6.
  236. - Teach exit policies about ipv6 (consider ipv4/ipv6 interaction!)
  237. - Features
  238. - Let controller set router flags for authority to transmit, and for
  239. client to use.
  240. - add an 'exit-address' line in the descriptor for servers that exit
  241. from something that isn't their published address.
  242. - More work on AvoidDiskWrites?
  243. - Features
  244. - Make a TCP DNSPort
  245. - Protocol work
  246. - MAYBE kill stalled circuits rather than stalled connections. This is
  247. possible thanks to cell queues, but we need to consider the anonymity
  248. implications.
  249. - Implement TLS shutdown properly when possible.
  250. - Bugs
  251. - If the client's clock is too far in the past, it will drop (or just not
  252. try to get) descriptors, so it'll never build circuits.
  253. - Refactoring
  254. - Make resolves no longer use edge_connection_t unless they are actually
  255. _on_ a socks connection: have edge_connection_t and (say)
  256. dns_request_t both extend an edge_stream_t, and have p_streams and
  257. n_streams both be linked lists of edge_stream_t.
  258. - Generate torrc.{complete|sample}.in, tor.1.in, the HTML manual, and the
  259. online config documentation from a single source.
  260. - Move all status info out of routerinfo into local_routerstatus. Make
  261. "who can change what" in local_routerstatus explicit. Make
  262. local_routerstatus (or equivalent) subsume all places to go for "what
  263. router is this?"
  264. - Blocking/scanning-resistance
  265. - It would be potentially helpful to respond to https requests on
  266. the OR port by acting like an HTTPS server.
  267. - Do we want to maintain our own set of entryguards that we use as
  268. next hop after the bridge? Open research question; let's say no
  269. for 0.2.0 unless we learn otherwise.
  270. - Some mechanism for specifying that we want to stop using a cached
  271. bridge.
  272. - Build:
  273. - Detect correct version of libraries from autoconf script.
  274. Future versions:
  275. - deprecate router_digest_is_trusted_dir() in favor of
  276. router_get_trusteddirserver_by_digest()
  277. - See also Flyspray tasks.
  278. - See also all OPEN/ACCEPTED proposals.
  279. - See also all items marked XXXX and FFFF in the code.
  280. - Protocol:
  281. - Our current approach to block attempts to use Tor as a single-hop proxy
  282. is pretty lame; we should get a better one.
  283. - Allow small cells and large cells on the same network?
  284. - Cell buffering and resending. This will allow us to handle broken
  285. circuits as long as the endpoints don't break, plus will allow
  286. connection (tls session key) rotation.
  287. - Implement Morphmix, so we can compare its behavior, complexity,
  288. etc. But see paper breaking morphmix.
  289. - Other transport. HTTP, udp, rdp, airhook, etc. May have to do our own
  290. link crypto, unless we can bully DTLS into it.
  291. - Need a relay teardown cell, separate from one-way ends.
  292. (Pending a user who needs this)
  293. - Handle half-open connections: right now we don't support all TCP
  294. streams, at least according to the protocol. But we handle all that
  295. we've seen in the wild.
  296. (Pending a user who needs this)
  297. - Directory system
  298. - BEGIN_DIR items
  299. X turn the received socks addr:port into a digest for setting .exit
  300. - handle connect-dir streams that don't have a chosen_exit_name set.
  301. - Have a "Faster" status flag that means it. Fast2, Fast4, Fast8?
  302. - Add an option (related to AvoidDiskWrites) to disable directory
  303. caching. (Is this actually a good idea??)
  304. - Add d64 and fp64 along-side d and fp so people can paste status
  305. entries into a url. since + is a valid base64 char, only allow one
  306. at a time. Consider adding to controller as well.
  307. - Some back-out mechanism for auto-approval on authorities
  308. - a way of rolling back approvals to before a timestamp
  309. - Consider minion-like fingerprint file/log combination.
  310. - Have new people be in limbo and need to demonstrate usefulness
  311. before we approve them.
  312. - Hidden services:
  313. - Standby/hotswap/redundant hidden services.
  314. . Update the hidden service stuff for the new dir approach. (Much
  315. of this will be superseded by 114.)
  316. - switch to an ascii format, maybe sexpr?
  317. - authdirservers publish blobs of them.
  318. - other authdirservers fetch these blobs.
  319. - hidserv people have the option of not uploading their blobs.
  320. - you can insert a blob via the controller.
  321. - and there's some amount of backwards compatibility.
  322. - teach clients, intro points, and hidservs about auth mechanisms.
  323. - come up with a few more auth mechanisms.
  324. - auth mechanisms to let hidden service midpoint and responder filter
  325. connection requests.
  326. - Let each hidden service (or other thing) specify its own
  327. OutboundBindAddress?
  328. - Hidserv offerers shouldn't need to define a SocksPort
  329. - Server operation
  330. X When we notice a 'Rejected: There is already a named server with
  331. this nickname' message... or maybe instead when we see in the
  332. networkstatuses that somebody else is Named with the name we
  333. want: warn the user, send a STATUS_SERVER message, and fall back
  334. to unnamed.
  335. - If the server is spewing complaints about raising your ulimit -n,
  336. we should add a note about this to the server descriptor so other
  337. people can notice too.
  338. - When we hit a funny error from a dir request (eg 403 forbidden),
  339. but tor is working and happy otherwise, and we haven't seen many
  340. such errors recently, then don't warn about it.
  341. - Controller
  342. - Implement missing status events and accompanying getinfos
  343. - DIR_REACHABLE
  344. - BAD_DIR_RESPONSE (Unexpected directory response; maybe we're behind
  345. a firewall.)
  346. - BAD_PROXY (Bad http or https proxy)
  347. - UNRECOGNIZED_ROUTER (a nickname we asked for is unavailable)
  348. - Status events related to hibernation
  349. - something about failing to parse our address?
  350. from resolve_my_address() in config.c
  351. - sketchy OS, sketchy threading
  352. - too many onions queued: threading problems or slow CPU?
  353. - Implement missing status event fields:
  354. - TIMEOUT on CHECKING_REACHABILITY
  355. - GETINFO status/client, status/server, status/general: There should be
  356. some way to learn which status events are currently "in effect."
  357. We should specify which these are, what format they appear in, and so
  358. on.
  359. - More information in events:
  360. - Include bandwidth breakdown by conn->type in BW events.
  361. - Change circuit status events to give more details, like purpose,
  362. whether they're internal, when they become dirty, when they become
  363. too dirty for further circuits, etc.
  364. - Change stream status events analogously.
  365. - Expose more information via getinfo:
  366. - import and export rendezvous descriptors
  367. - Review all static fields for additional candidates
  368. - Allow EXTENDCIRCUIT to unknown server.
  369. - We need some way to adjust server status, and to tell tor not to
  370. download directories/network-status, and a way to force a download.
  371. - Make everything work with hidden services
  372. - Performance/resources
  373. - per-conn write buckets
  374. - separate config options for read vs write limiting
  375. (It's hard to support read > write, since we need better
  376. congestion control to avoid overfull buffers there. So,
  377. defer the whole thing.)
  378. - Look into pulling serverdescs off buffers as they arrive.
  379. - Rate limit exit connections to a given destination -- this helps
  380. us play nice with websites when Tor users want to crawl them; it
  381. also introduces DoS opportunities.
  382. - Consider truncating rather than destroying failed circuits,
  383. in order to save the effort of restarting. There are security
  384. issues here that need thinking, though.
  385. - Handle full buffers without totally borking
  386. - Rate-limit OR and directory connections overall and per-IP and
  387. maybe per subnet.
  388. - Misc
  389. - Hold-open-until-flushed now works by accident; it should work by
  390. design.
  391. - Display the reasons in 'destroy' and 'truncated' cells under
  392. some circumstances?
  393. - Make router_is_general_exit() a bit smarter once we're sure what
  394. it's for.
  395. - Automatically determine what ports are reachable and start using
  396. those, if circuits aren't working and it's a pattern we
  397. recognize ("port 443 worked once and port 9001 keeps not
  398. working").
  399. - Security
  400. - some better fix for bug #516?
  401. - don't do dns hijacking tests if we're reject *:* exit policy?
  402. (deferred until 0.1.1.x is less common)
  403. - Directory guards
  404. - Mini-SoaT:
  405. - Servers might check certs for known-good ssl websites, and if
  406. they come back self-signed, declare themselves to be
  407. non-exits. Similar to how we test for broken/evil dns now.
  408. - Authorities should try using exits for http to connect to some
  409. URLS (specified in a configuration file, so as not to make the
  410. List Of Things Not To Censor completely obvious) and ask them
  411. for results. Exits that don't give good answers should have
  412. the BadExit flag set.
  413. - Alternatively, authorities should be able to import opinions
  414. from Snakes on a Tor.
  415. - More consistent error checking in router_parse_entry_from_string().
  416. I can say "banana" as my bandwidthcapacity, and it won't even squeak.
  417. - Bind to random port when making outgoing connections to Tor servers,
  418. to reduce remote sniping attacks.
  419. - Audit everything to make sure rend and intro points are just as
  420. likely to be us as not.
  421. - Do something to prevent spurious EXTEND cells from making
  422. middleman nodes connect all over. Rate-limit failed
  423. connections, perhaps?
  424. - DoS protection: TLS puzzles, public key ops, bandwidth exhaustion.
  425. - Needs thinking
  426. - Now that we're avoiding exits when picking non-exit positions,
  427. we need to consider how to pick nodes for internal circuits. If
  428. we avoid exits for all positions, we skew the load balancing. If
  429. we accept exits for all positions, we leak whether it's an
  430. internal circuit at every step. If we accept exits only at the
  431. last hop, we reintroduce Lasse's attacks from the Oakland paper.
  432. - Windows server usability
  433. - Solve the ENOBUFS problem.
  434. - make tor's use of openssl operate on buffers rather than sockets,
  435. so we can make use of libevent's buffer paradigm once it has one.
  436. - make tor's use of libevent tolerate either the socket or the
  437. buffer paradigm; includes unifying the functions in connect.c.
  438. - We need a getrlimit equivalent on Windows so we can reserve some
  439. file descriptors for saving files, etc. Otherwise we'll trigger
  440. asserts when we're out of file descriptors and crash.
  441. - Merge code from Urz into libevent
  442. - Make Tor use evbuffers.
  443. - Documentation
  444. - a way to generate the website diagrams from source, so we can
  445. translate them as utf-8 text rather than with gimp. (svg? or
  446. imagemagick?)
  447. . Flesh out options_description array in src/or/config.c
  448. . multiple sample torrc files
  449. . figure out how to make nt service stuff work?
  450. . Document it.
  451. - Refactor tor man page to divide generally useful options from
  452. less useful ones?
  453. - Add a doxygen style checker to make check-spaces so nick doesn't drift
  454. too far from arma's undocumented styleguide. Also, document that
  455. styleguide in HACKING. (See r9634 for example.)
  456. - exactly one space at beginning and at end of comments, except i
  457. guess when there's line-length pressure.
  458. - if we refer to a function name, put a () after it.
  459. - only write <b>foo</b> when foo is an argument to this function.
  460. - doxygen comments must always end in some form of punctuation.
  461. - capitalize the first sentence in the doxygen comment, except
  462. when you shouldn't.
  463. - avoid spelling errors and incorrect comments. ;)
  464. - Packaging
  465. - The Debian package now uses --verify-config when (re)starting,
  466. to distinguish configuration errors from other errors. Perhaps
  467. the RPM and other startup scripts should too?
  468. - add a "default.action" file to the tor/vidalia bundle so we can
  469. fix the https thing in the default configuration:
  470. http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#PrivoxyWeirdSSLPort
  471. - Related tools
  472. - Patch privoxy and socks protocol to pass strings to the browser.
  473. Documentation, non-version-specific.
  474. - Specs
  475. - Mark up spec; note unclear points about servers
  476. NR - write a spec appendix for 'being nice with tor'
  477. - Specify the keys and key rotation schedules and stuff
  478. - Mention controller libs someplace.
  479. - Remove need for HACKING file.
  480. - document http://wiki.noreply.org/noreply/TheOnionRouter/TransparentProxy on freebsd and osx
  481. P - figure out why x86_64 won't build rpms from tor.spec
  482. P - figure out spec files for bundles of vidalia-tor-polipo
  483. P - figure out polipo install scripts for bundles of vidalia-tor-polipo on osx, win32
  484. - figure out selinux policy for tor
  485. P - change packaging system to more automated and specific for each
  486. platform, suggested by Paul Wouter
  487. P - Setup repos for redhat and suse rpms & start signing the rpms the
  488. way package management apps prefer
  489. Website:
  490. J - tor-in-the-media page
  491. P - Figure out licenses for website material.
  492. (Phobos reccomends the Open Publication License at
  493. http://opencontent.org/openpub/)
  494. P - put the logo on the website, in source form, so people can put it on
  495. stickers directly, etc.
  496. P - put the source image for the stickers on the website, so people can
  497. print their own
  498. P - figure out a license for the logos and docs we publish (trademark
  499. figures into this)
  500. (Phobos reccomends the Open Publication License at
  501. http://opencontent.org/openpub/)
  502. R - make a page with the hidden service diagrams.
  503. P - ask Jan/Jens to be the translation coordinator? add to volunteer page.
  504. - add a page for localizing all tor's components.
  505. - It would be neat if we had a single place that described _all_ the
  506. tor-related tools you can use, and what they give you, and how well they
  507. work. Right now, we don't give a lot of guidance wrt
  508. torbutton/foxproxy/privoxy/polipo in any consistent place.
  509. P - create a 'blog badge' for tor fans to link to and feature on their
  510. blogs. A sample can be found at http://interloper.org/tmp/tor/tor-button.png
  511. - Tor mirrors
  512. - make a mailing list with the mirror operators
  513. - make an automated tool to check /project/trace/ at mirrors to
  514. learn which ones are lagging behind.
  515. - auto (or manually) cull the mirrors that are broken; and
  516. contact their operator?
  517. - a set of instructions for mirror operators to make their apaches
  518. serve our charsets correctly, and bonus points for language
  519. negotiation.
  520. - figure out how to load-balance the downloads across mirrors?
  521. - ponder how to get users to learn that they should google for
  522. "tor mirrors" if the main site is blocked.
  523. - find a mirror volunteer to coordinate all of this
  524. Blog todo:
  525. - A "Tor calendar" so we can list upcoming talks, etc?
  526. - Link to the blog from the main Tor website