]> 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)
committerBrian Warner <warner@lothar.com>
Wed, 23 Sep 2015 00:19:43 +0000 (17:19 -0700)
commit71323fbd8f3972092c3a4c1fe0ef7dd666d16f0c
treeec15f1b6484ed3cd25507eb91dc2bbd183da06df
parent759e87b24bec548677e8b36015341472fea0e858
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