Loading doc/TODO +11 −10 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ ARMA - arma claims X Abandoned 0.0.8: - fix sprintf's to snprintf's? NICK - Make it work on win32 with no $home NICK - Why is the first entry of kill -USR1 a router with a 0 key? NICK? - Tors deal appropriately when a newly-verified router has the Loading @@ -24,20 +25,20 @@ NICK . put ip:port:keyhash in intro points, rendezvous points, NICK - unify similar config entries that need to be split. put them into a smartlist, and have things take a smartlist. . "AllowUnverifiedRouters" config option o Parse it into 3 bits ARMA - Consider it when picking nodes for your path ARMA - if there's only one entrynode preference and multiple exit node choices, don't pick the desired entrynode as exit. o 'fascistfirewall' option to pick dirservers on port 80 and ORs on port 443. o extend it to take a range of ports NICK - parse uptime into router->uptime - figure out what to do when somebody asks to extend to ip:port:differentkey * reject it. assuming this is as dumb as it sounds. - make loglevel info less noisy o if there's only one entrynode preference, don't pick the desired entrynode as exit. o "AllowUnverifiedRouters" config option o Parse it into 3 bits o Consider it when picking nodes for your path o 'fascistfirewall' option to pick dirservers on port 80 and ORs on port 443. o extend it to take a range of ports o parse uptime into router->uptime o Handle servers with dynamic IP addresses: don't replace options->Address with the resolved one at startup. o detect our address right before we make a routerinfo each time. Loading Loading
doc/TODO +11 −10 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ ARMA - arma claims X Abandoned 0.0.8: - fix sprintf's to snprintf's? NICK - Make it work on win32 with no $home NICK - Why is the first entry of kill -USR1 a router with a 0 key? NICK? - Tors deal appropriately when a newly-verified router has the Loading @@ -24,20 +25,20 @@ NICK . put ip:port:keyhash in intro points, rendezvous points, NICK - unify similar config entries that need to be split. put them into a smartlist, and have things take a smartlist. . "AllowUnverifiedRouters" config option o Parse it into 3 bits ARMA - Consider it when picking nodes for your path ARMA - if there's only one entrynode preference and multiple exit node choices, don't pick the desired entrynode as exit. o 'fascistfirewall' option to pick dirservers on port 80 and ORs on port 443. o extend it to take a range of ports NICK - parse uptime into router->uptime - figure out what to do when somebody asks to extend to ip:port:differentkey * reject it. assuming this is as dumb as it sounds. - make loglevel info less noisy o if there's only one entrynode preference, don't pick the desired entrynode as exit. o "AllowUnverifiedRouters" config option o Parse it into 3 bits o Consider it when picking nodes for your path o 'fascistfirewall' option to pick dirservers on port 80 and ORs on port 443. o extend it to take a range of ports o parse uptime into router->uptime o Handle servers with dynamic IP addresses: don't replace options->Address with the resolved one at startup. o detect our address right before we make a routerinfo each time. Loading