]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Display serverids consistently as 8-char pubkey, or 6-char tubid.
authorBrian Warner <warner@lothar.com>
Tue, 12 Jun 2012 21:01:24 +0000 (14:01 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 12 Jun 2012 21:30:34 +0000 (14:30 -0700)
commitc073565eccee2491b43d1ac075e790043399df5b
treec462990586e531f05841bd35db41dc059a42167c
parent51a5aaa63948162091e959b002bd6eaa7bb50a32
Display serverids consistently as 8-char pubkey, or 6-char tubid.

This makes it easy to distinguish between old V1-Introducer
nodes (identified by their Foolscap TubID) and new V2 nodes (identified
by their ed25519 pubkey).

This fixes a few places where we used to display a tubid even if we had
a pubkey, making it hard to visually correlate servers in two different
displays. It also cleans up the way we pass serverids to the JS-based
download timeline.

The "introweb" subscribed-clients list still shows tubids.
src/allmydata/storage_client.py
src/allmydata/test/test_web.py
src/allmydata/web/static/download_status_timeline.js
src/allmydata/web/status.py