aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-08update man page to reflect more default rejectsRoger Dingledine
svn:r2196
2004-08-08reject the default edonkey, kazaa, gnutella portsRoger Dingledine
to slow the coming flood svn:r2195
2004-08-08we should put an expiry date on the onion-keys?Roger Dingledine
svn:r2194
2004-08-07Don't warn about being unverified if you're not in the running-routersRoger Dingledine
list at all. svn:r2193
2004-08-07touch-upsRoger Dingledine
svn:r2192
2004-08-07whoops, the man page has been rottingRoger Dingledine
(it needs more attention than just this) svn:r2191
2004-08-07Handle loop initialization for bandwidth tracking properlyNick Mathewson
svn:r2190
2004-08-07Only warn about version newness onceNick Mathewson
svn:r2189
2004-08-07list the port and socks version when complaining about unsafe socksRoger Dingledine
svn:r2188
2004-08-07Allow multiple ORs with same nickname in routerlistNick Mathewson
svn:r2187
2004-08-07Remove obsolete link-key keywordNick Mathewson
svn:r2186
2004-08-07router_get_hash_impl would fail when end_str started with \n. Now it works.Nick Mathewson
svn:r2185
2004-08-07rotate onion keys every 12 hours, not every 2 hoursRoger Dingledine
svn:r2184
2004-08-07Fix a leakNick Mathewson
svn:r2183
2004-08-07Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename ↵Nick Mathewson
format/parse_rfc1123_time; make rephist remember used bandwidth; published used bandwidth in descriptors in 15-minute chunks. Breaks unittests. svn:r2182
2004-08-07avoid racing the mark-for-close when the client hangs up on usRoger Dingledine
at the same time we get an end relay cell. (thanks to wmf for reminding me) svn:r2181
2004-08-07untwisting the logic, it would seem the pkey is always defined?Roger Dingledine
svn:r2180
2004-08-07Comment about n_args<1 is correct, since all directory servers are running ↵Nick Mathewson
post-007x versions svn:r2179
2004-08-07fencepostNick Mathewson
svn:r2178
2004-08-07print the name of the dirserver that told us we were unverifiedRoger Dingledine
nick, please review this. svn:r2177
2004-08-07Always initialize hexid in rend_mid_rendezvous, no matter whatNick Mathewson
svn:r2176
2004-08-07hex_encode is obsoleted by base16_encode, and never actually worked in the ↵Nick Mathewson
first place. (Thanks to Timo Lindfors for noticing the never-actually-worked part.) svn:r2175
2004-08-07reject tor-resolve requests for .onion addresses earlyRoger Dingledine
svn:r2174
2004-08-06be willing to expire routers that have a dirport openRoger Dingledine
it's just the authoritative dirservers we want to not forget svn:r2173
2004-08-06Enable coredumps by defaultPeter Palfrader
svn:r2172
2004-08-06let purging routerinfos and descriptors take an age argumentRoger Dingledine
svn:r2171
2004-08-06* Ship AUTHORS, doc/CLIENTS, doc/FAQ, doc/HACKING, doc/TODO, ↵Peter Palfrader
doc/tor-doc.{css,html}, doc/{rend,tor}-spec.txt with the binary package. * Build tor-design.{pdf,ps}, wich adds new build-dependencies: tetex-{bin,extra}, transfig, and gs. * Support DEB_BUILD_OPTIONS option 'nodoc' to skip building tor-design. With nodoc the build will not need tetex-{bin,extra}, transfig, and gs. * Support DEB_BUILD_OPTIONS option 'nocheck' to skip unittests ('notest' is an alias') svn:r2170
2004-08-06Properly clean up everything we might have bulitPeter Palfrader
svn:r2169
2004-08-06Keep track of a whole day of bandwidth, not just 12 hrsNick Mathewson
svn:r2168
2004-08-06Fix 0.0.8pre2-1 changelogPeter Palfrader
svn:r2167
2004-08-06the repository is no place for a well behaved .in filePeter Palfrader
svn:r2166
2004-08-06(size_t)-1 is never < 0; fix an XXXX008 by changing the interface for ↵Nick Mathewson
dirserv_get_runningrouters svn:r2165
2004-08-06Add mystery 0 entry to TODO listNick Mathewson
svn:r2164
2004-08-06Move design-paper into its own directory, and ship it and all that is needed ↵Peter Palfrader
to build with it in the tarball svn:r2163
2004-08-06There is no space after network-status; make router_get_hash_impl more ↵Nick Mathewson
bulletproof. svn:r2162
2004-08-06when they use tor as an http proxy, point them at a better urlRoger Dingledine
svn:r2161
2004-08-06bump cvs to 0.0.8pre3-cvsRoger Dingledine
svn:r2160
2004-08-06and add a comment to that effectRoger Dingledine
svn:r2159
2004-08-06make explicit that 'no socks policy' means 'accept'Roger Dingledine
svn:r2158
2004-08-06clarify sockspolicy, exitpolicy rulesRoger Dingledine
svn:r2157
2004-08-06fix an assert: check the sockspolicy before we make/add the connection,Roger Dingledine
else we close a connection without assigning it a state, which is bad because it fails assert_conn_ok() svn:r2156
2004-08-06weasel suggests we compress the directory one day. he's right.Roger Dingledine
svn:r2155
2004-08-06we were telling them a nonexistent config option. oops.Roger Dingledine
(thanks to john todd for pointing this out) svn:r2154
2004-08-06fix a few typos in the resolve/resolved specRoger Dingledine
svn:r2153
2004-08-06they're uint64 and uint32, not int and intRoger Dingledine
svn:r2152
2004-08-06list total traffic and total uptime in -usr1 statsRoger Dingledine
svn:r2151
2004-08-06note a bug that adam foundRoger Dingledine
svn:r2150
2004-08-05note a bug in our dns error handling. we should fix this sometime.Roger Dingledine
svn:r2149
2004-08-05bugfix: when you finish answering a 'resolve' request, hold theRoger Dingledine
connection open so you can flush the answer svn:r2148
2004-08-04bugfix: when tor-resolve asks to resolve an IP to an IP and we answerRoger Dingledine
immediately, there's no need to send an 'end' relay cell when we close the conn. svn:r2147