Addressbook: Store last-modified date

SusiDNS: Display signature validation on details page
This commit is contained in:
zzz
2016-04-23 17:11:50 +00:00
parent d97908b430
commit f72753f3eb
4 changed files with 11 additions and 0 deletions

View File

@@ -373,6 +373,7 @@ public class Daemon {
". From: " + addressbook.getLocation());
}
allowExistingKeyInPublished = true;
props.setProperty("m", Long.toString(I2PAppContext.getGlobalContext().clock().now()));
} else {
// mismatch, disallow
logMismatch(log, action, key, pod2, polddest, addressbook);
@@ -447,6 +448,7 @@ public class Daemon {
} else if (action.equals(HostTxtEntry.ACTION_UPDATE)) {
if (isKnown) {
allowExistingKeyInPublished = true;
props.setProperty("m", Long.toString(I2PAppContext.getGlobalContext().clock().now()));
}
} else {
if (log != null)