2004-09-21 jrandom

* Have two tiers of hosts.txt files - the standard "hosts.txt" and
      the new "userhosts.txt".  Updates to I2P will only overwrite the former,
      but values stored in the later take precedence.  Both are queried on
      lookup.
This commit is contained in:
jrandom
2004-09-22 00:10:26 +00:00
committed by zzz
parent e686c0e0a2
commit 54dce61a95
3 changed files with 56 additions and 31 deletions

View File

@ -1,4 +1,10 @@
$Id: history.txt,v 1.17 2004/09/12 22:08:17 jrandom Exp $
$Id: history.txt,v 1.18 2004/09/16 18:55:12 jrandom Exp $
2004-09-21 jrandom
* Have two tiers of hosts.txt files - the standard "hosts.txt" and
the new "userhosts.txt". Updates to I2P will only overwrite the former,
but values stored in the later take precedence. Both are queried on
lookup.
2004-09-16 jrandom
* Refactor the TCP transport to deal with changing identities gracefully,