Clock: Add sanity checks to detect invalid system clock

This commit is contained in:
zzz
2016-02-19 17:01:40 +00:00
parent 7d6fe011db
commit 40894663c2
5 changed files with 223 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
2016-02-19 zzz
* Clock: Add sanity checks to detect invalid system clock
2016-02-18 zzz
* Console: Clean up display and form handling
for specifying a fixed host name or IP on /confignet
* Crypto: Add utilities for loading CRLs from disk;
check for revocation when reading in certificates
* Transport:
- Implement mayDisconnect() for outbound connections also,
use when publishing RI directly to floodfill
- Run SSU idle disconnect check faster if floodfill or near connection limit
* NetDB: Fix bug publishing router info too often
2016-02-17 zzz
* i2psnark: Increase max files per torrent to 2000
* I2PTunnel: Improve layout of blacklist radio buttons