Roger Dingledine
|
0c6ff7d990
the default should not be the notify the poster, unless something
|
16 years ago |
Nick Mathewson
|
98a376fab1
More propagating of things that need to be was_router_added_t now.
|
16 years ago |
Nick Mathewson
|
029be5ad02
Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses.
|
16 years ago |
Nick Mathewson
|
122170c1d3
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
|
16 years ago |
Nick Mathewson
|
7d92053286
Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha
|
16 years ago |
Nick Mathewson
|
2ad36f68c8
Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.
|
16 years ago |
Roger Dingledine
|
03f413f5c7
declare that we're putting out 0.2.1.9-alpha next week
|
16 years ago |
Nick Mathewson
|
33e2053ebc
Make return code from router_add_to_routerlist a nice sensible enum. Based on patch from Sebastian.
|
16 years ago |
Nick Mathewson
|
2de9bd7bae
Rename a couple of v2-networkstatus-only fields so that it is clear they are v2-networkstatus-only.
|
16 years ago |
Nick Mathewson
|
f43bcdc063
Use ctags and a python script to find identifiers that are never used anywhere, and remove the ones that we really want gone.
|
16 years ago |
Nick Mathewson
|
1beb1c113b
Add some missing documentation in or.h
|
16 years ago |
Nick Mathewson
|
0dc724d19c
Make ALLOW_INVALID_* into an enum.
|
16 years ago |
Nick Mathewson
|
d0e1cc6fe2
Remove the no-longer-used incoming_cmd_type field from control_connection_t.
|
16 years ago |
Nick Mathewson
|
68a6935afb
Change CELL_DIRECTION_* to an enum.
|
16 years ago |
Nick Mathewson
|
44e19a4949
Oops; remove extraneous comma.
|
16 years ago |
Nick Mathewson
|
7678ac5193
Move edge-only flags from connection_t to edge_connection_t.
|
16 years ago |
Nick Mathewson
|
26632d59dd
Rename or_is_obsolete and move it to or_connection_t where it belongs.
|
16 years ago |
Nick Mathewson
|
a4a481d81c
Implement proposal 148: Make client stream end reasons uniform.
|
17 years ago |
Nick Mathewson
|
5fb2ab1e65
Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server side of 157.
|
17 years ago |
Nick Mathewson
|
69ce955484
Add cross-certification to authority key certificates. Partial implementation of proposal 157.
|
17 years ago |
Nick Mathewson
|
02e26ebc49
If we are building under Coverity, enable geoip_stats and instrument_downloads.
|
17 years ago |
Nick Mathewson
|
f3b52e331e
Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366.
|
17 years ago |
Nick Mathewson
|
043b4fc59e
Add a PDS_ flag to exclude authorities from which we are fetching descs.
|
17 years ago |
Nick Mathewson
|
29f5a65a16
Change directory_get_from_dirserver to take a set of flags to be passed to pick_(trusted_)dirserver. This lets us make its interface smarter, and makes code that calls it a little more readable.
|
17 years ago |
Nick Mathewson
|
53d3f812bd
Add new internal-use-only option for controllers to use to prevent SIGHUP from reloading the configuration. Fixes bug 856.
|
17 years ago |
Nick Mathewson
|
9aa706e20c
Bug 691 fix: do not shutdown Tor servers right away if the network is down.
|
17 years ago |
Roger Dingledine
|
f31c16d993
Directory mirrors no longer fetch the v1 directory or
|
17 years ago |
Jacob Appelbaum
|
6b178b46ef
New DirPortFrontPage option that takes an html file and publishes it as "/" on the DirPort. Now relay operators can provide a disclaimer without needin to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html.
|
17 years ago |
Roger Dingledine
|
a53ebd20f0
whitespace fix
|
17 years ago |
Nick Mathewson
|
6e3de8530e
Remove bug 811/845 debugging code
|
17 years ago |