summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-07-23bump us to 0.0.8pre1tor-0.0.8pre1Roger Dingledine
this is it svn:r2120
2004-07-23don't send an end back for a malformed resolved cell,Roger Dingledine
since they don't establish streams svn:r2119
2004-07-23add release notes for 0.0.8pre1Roger Dingledine
svn:r2118
2004-07-23yet more todo itemsRoger Dingledine
svn:r2117
2004-07-23tor-resolve triggered a has_sent_end warningRoger Dingledine
svn:r2116
2004-07-22clean whitespace and tabsRoger Dingledine
svn:r2115
2004-07-22tell the user what time _they_ are too, when a cert is expiredRoger Dingledine
svn:r2114
2004-07-22rename tor_resolve to tor-resolveRoger Dingledine
svn:r2113
2004-07-22Depend on pythonPeter Palfrader
svn:r2112
2004-07-22stop using atexit() to remove our pid, since it's calledRoger Dingledine
immediately when we daemonize. also drop our retry period for hidserv desc uploads from 10m to 5m svn:r2111
2004-07-22Fix base16_decode; trashing the stack is rude.Nick Mathewson
svn:r2110
2004-07-22Chek for overlong nicknames in add_nickname_list_to_smartlistNick Mathewson
svn:r2109
2004-07-22Add notion of "longest nickname-or-hex-digest-with-$"Nick Mathewson
svn:r2108
2004-07-22Add noisy debug log to hunt for bug in router_update_status_from_smartlistNick Mathewson
svn:r2107
2004-07-22Add fingerprint to router format in testsNick Mathewson
svn:r2106
2004-07-22Never use time(NULL) as assumed publication time for a directory.Nick Mathewson
svn:r2105
2004-07-22add a comment asking ORs to configure a DirPort tooRoger Dingledine
svn:r2104
2004-07-22now base16_encode() and base32_encode() can't ever failRoger Dingledine
svn:r2103
2004-07-22make router_is_me() compare identity, not nicknameRoger Dingledine
svn:r2102
2004-07-22mark off todo items; add todo items; correct tor-spec.txtRoger Dingledine
svn:r2101
2004-07-22put our fingerprint into the descriptor, so we can match aRoger Dingledine
desc to a running-routers entry svn:r2100
2004-07-22allow OPs to set a DirPort and cache/serve directoriesRoger Dingledine
(hey, why not, it works) svn:r2099
2004-07-22getting an unknown descriptor is an info, not a warn, nowRoger Dingledine
svn:r2098
2004-07-22populate router_get_my_routerinfo()->is_verifiedRoger Dingledine
svn:r2097
2004-07-22Make tor_tls_new variant use alternative (certless) contextNick Mathewson
svn:r2096
2004-07-22publish advertised_bandwidth in descriptorRoger Dingledine
svn:r2095
2004-07-22change 0.0.8 extend cell format so it's compatible with 0.0.7Roger Dingledine
svn:r2094
2004-07-22update the todo, items for pre-pre1 and for post-pre1Roger Dingledine
svn:r2093
2004-07-22clients shouldn't create datadir until we have something to put thereRoger Dingledine
svn:r2092
2004-07-210.0.8 ORs should autoconnect to authdirservers and 0.0.7 serversRoger Dingledine
svn:r2091
2004-07-21make router_nickname_is_approved() do the right thingRoger Dingledine
svn:r2090
2004-07-21if johnny has three fenceposts, and jill takes four away...Roger Dingledine
svn:r2089
2004-07-21oh, and it should compile tooRoger Dingledine
svn:r2088
2004-07-21make base16_encode() fail more obviously when it failsRoger Dingledine
svn:r2087
2004-07-21fix our tls handshake chain cert bugRoger Dingledine
svn:r2086
2004-07-21solve the authdirserver initialization precedence problemRoger Dingledine
svn:r2085
2004-07-21bugfix: only require the correct key if the nickname is forRoger Dingledine
a verified router svn:r2084
2004-07-21Log certificate lifetime on failure.Nick Mathewson
svn:r2083
2004-07-21disallow picking unverified routers in circuitsRoger Dingledine
(for now) svn:r2082
2004-07-21authdirservers accept the uploading of unverified descriptors.Roger Dingledine
fix a bunch of bugs in router_update_status_from_smartlist() (Nick, did I get them all, or was there a trickier one still hiding?) svn:r2081
2004-07-21caching dirservers don't handle posts, running-routers, or rend descsRoger Dingledine
svn:r2080
2004-07-21rearrange to prepare to solve the authdirserver initializationRoger Dingledine
precedence problem. doesn't actually solve it yet. svn:r2079
2004-07-21Log number of certs in wrong-length chainsNick Mathewson
svn:r2078
2004-07-21we were counting incorrectly when trying to figure out whetherRoger Dingledine
a given AP stream was being handled or not. (how did this work?) svn:r2077
2004-07-21clients exit immediately on interrupt; they don't waitRoger Dingledine
svn:r2076
2004-07-21fix some bool logicRoger Dingledine
svn:r2075
2004-07-21make connection_tls_finish_handshake() more plausible.Roger Dingledine
now we accept connections from unknown routers. svn:r2074
2004-07-21Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify ↵Nick Mathewson
behavior svn:r2073
2004-07-21get the function prototype rightRoger Dingledine
svn:r2072
2004-07-21add a new advertised_server_mode() to distinguish ORs thatRoger Dingledine
are willing to become servers from ones that really are servers. svn:r2071