forked from I2P_Developers/i2p.i2p
2008-06-09 zzz
* Reachability: Restrict peers with no SSU address at all from inbound tunnels * News: - Add display of last updated and last checked time on index.jsp and configupdate.jsp - Add a function to get update version (unused for now) * config.jsp: Add another warning
This commit is contained in:
@ -119,4 +119,12 @@ public class ConfigUpdateHelper {
|
||||
public String getTrustedKeys() {
|
||||
return new TrustedUpdate(_context).getTrustedKeysString();
|
||||
}
|
||||
|
||||
public String getNewsStatus() {
|
||||
return NewsFetcher.getInstance(_context).status();
|
||||
}
|
||||
|
||||
public String getUpdateVersion() {
|
||||
return NewsFetcher.getInstance(_context).updateVersion();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user