| Commit message (Expand) | Author | Age |
... | |
* | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...•••svn:r2182
| Nick Mathewson | 2004-08-07 |
* | untwisting the logic, it would seem the pkey is always defined?•••svn:r2180
| Roger Dingledine | 2004-08-07 |
* | Comment about n_args<1 is correct, since all directory servers are running po...•••svn:r2179
| Nick Mathewson | 2004-08-07 |
* | print the name of the dirserver that told us we were unverified•••nick, please review this.
svn:r2177
| Roger Dingledine | 2004-08-07 |
* | There is no space after network-status; make router_get_hash_impl more bullet...•••svn:r2162
| Nick Mathewson | 2004-08-06 |
* | Bugfix: "Okay, I just shut down like you told me. Now let me verify your sig...•••svn:r2135
| Nick Mathewson | 2004-08-04 |
* | log a warning if you're running an unverified server, to let•••you know you might want to get it verified
also, moved that whole block below the check-signature logic, so
we don't execute it if the directory is a fake.
(the recommended-versions logic is still executed before the signature
is checked; we should fix that.)
svn:r2131
| Roger Dingledine | 2004-08-04 |
* | stop using atexit() to remove our pid, since it's called•••immediately when we daemonize.
also drop our retry period for hidserv desc uploads from 10m to 5m
svn:r2111
| Roger Dingledine | 2004-07-22 |
* | Never use time(NULL) as assumed publication time for a directory.•••svn:r2105
| Nick Mathewson | 2004-07-22 |
* | populate router_get_my_routerinfo()->is_verified•••svn:r2097
| Roger Dingledine | 2004-07-22 |
* | authdirservers accept the uploading of unverified descriptors.•••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
| Roger Dingledine | 2004-07-21 |
* | a whole swath of fixes•••introduce an authdir_mode() macro to match the others.
don't initialize uptime to the number of seconds since 1970.
non-authoritative dirservers don't cache their directory on disk.
make only authdirservers use clique_mode.
only read approved-routers file if you're an authdirserver.
even authdirservers fetch a new directory in do_hup.
retry_all_connections() is now called retry_all_listeners().
router_parse_list_from_string() correctly reports the router number
it's working on.
only call dirserv_add_own_fingerprint() and
dirserv_add_descriptor() on startup if we're an authdirserver.
if AuthDir and !ORPort then fail.
if AuthDir and ClientOnly then fail.
svn:r2061
| Roger Dingledine | 2004-07-20 |
* | Change rule from "reject non-recommended versions" to "reject obsolete versio...•••svn:r2052
| Nick Mathewson | 2004-07-16 |
* | Remove 1024-router limit in routerparse.c; unify handling of running-routers ...•••svn:r2051
| Nick Mathewson | 2004-07-16 |
* | Resolve all DOCDOCs.•••svn:r2050
| Nick Mathewson | 2004-07-16 |
* | Code to parse tor version numbers so we can do an is-newer-than check.•••svn:r2044
| Nick Mathewson | 2004-07-13 |
* | add 'advertisedbandwidth' to router descriptor•••svn:r2028
| Roger Dingledine | 2004-07-12 |
* | More digest/nickname fixes•••svn:r2000
| Nick Mathewson | 2004-07-02 |
* | Track routers by hash of identity key; use hex hash of identity key in place ...•••svn:r1994
| Nick Mathewson | 2004-07-01 |
* | Remaining 008pre1 items done; deferred where more design is needed.•••More docs and (way more!) testing needed.
Done:
- Authdirservers down directories from others.
- Generate and use running-routers lists
- Cache directories; store across reboots.
- Refactor directory parsing a bit; note potential trouble spots.
svn:r1985
| Nick Mathewson | 2004-06-25 |
* | Implement several 008pre1 items: needs more testing•••svn:r1981
| Nick Mathewson | 2004-06-21 |
* | Check directory signatures based on name of signer, not on whom we got the di...•••svn:r1940
| Nick Mathewson | 2004-06-02 |
* | Check recommended-software string *early*, before actually parsing the direct...•••svn:r1930
| Nick Mathewson | 2004-06-01 |
* | Allow multiple exit policy lines; mostly add support for AP policies•••svn:r1905
| Nick Mathewson | 2004-05-20 |
* | Resolve some XXXs•••svn:r1889
| Nick Mathewson | 2004-05-18 |
* | Split directory/router parsing functionality into separate file from routerli...•••svn:r1846
| Nick Mathewson | 2004-05-10 |