diff --git a/src/allmydata/introducer.py b/src/allmydata/introducer.py index 7519ec4ac..45168ad75 100644 --- a/src/allmydata/introducer.py +++ b/src/allmydata/introducer.py @@ -93,8 +93,9 @@ class RemoteServiceConnector: @ivar last_connect_time: when we last established a connection @ivar last_loss_time: when we last lost a connection - @ivar version: the peer's version, from the most recent connection + @ivar version: the peer's version, from the most recent announcement @ivar oldest_supported: the peer's oldest supported version, same + @ivar nickname: the peer's self-reported nickname, same @ivar rref: the RemoteReference, if connected, otherwise None @ivar remote_host: the IAddress, if connected, otherwise None @@ -123,6 +124,7 @@ class RemoteServiceConnector: self.last_connect_time = None self.version = ver self.oldest_supported = oldest + self.nickname = nickname def log(self, *args, **kwargs): return self._ic.log(*args, **kwargs) diff --git a/src/allmydata/web/welcome.xhtml b/src/allmydata/web/welcome.xhtml index cf32acb87..ea3048cfd 100644 --- a/src/allmydata/web/welcome.xhtml +++ b/src/allmydata/web/welcome.xhtml @@ -32,6 +32,7 @@ tool may also be useful.
PeerID | +Nickname | Connected? | Since | Announced | @@ -40,6 +41,7 @@ tool may also be useful.