]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
introducer: stop tracking hints for subscribed clients
authorBrian Warner <warner@lothar.com>
Tue, 22 Sep 2015 23:29:34 +0000 (16:29 -0700)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 21 Oct 2015 12:59:38 +0000 (13:59 +0100)
commit781192d0ee1bf1a60d3350b39e0beaec8dff9ec3
tree913e2b2fe9059441958b672ac5a713fd1b2f7b5a
parent0aa305f33cf9422e7364285736444ccbe68f453a
introducer: stop tracking hints for subscribed clients

A long time ago, the introducer's status web page would show the
advertised IP addresses for all subscribers, by parsing their
RemoteReference's FURL's connection hints. This hasn't worked since
about 12-Aug-2014 when foolscap-0.6.5 changed the internal format of
these hints.

This removes the feature: we no longer attempt to show advertised IP
addresses of subscribed clients. It also removes the code that looked
inside foolscap internals for this information.
src/allmydata/introducer/common.py
src/allmydata/introducer/old.py
src/allmydata/introducer/server.py
src/allmydata/util/rrefutil.py
src/allmydata/web/introducer.xhtml
src/allmydata/web/introweb.py