* Made MetaNamingService the default naming service.

This commit is contained in:
ragnarok
2005-09-19 00:56:47 +00:00
committed by zzz
parent 1457b8efba
commit 40d8d1aac1
2 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@ public abstract class NamingService {
/** what classname should be used as the naming service impl? */
public static final String PROP_IMPL = "i2p.naming.impl";
private static final String DEFAULT_IMPL = "net.i2p.client.naming.HostsTxtNamingService";
private static final String DEFAULT_IMPL = "net.i2p.client.naming.MetaNamingService";
/**

View File

@ -1,4 +1,4 @@
$Id: history.txt,v 1.259 2005/09/18 03:50:57 ragnarok Exp $
$Id: history.txt,v 1.260 2005/09/18 18:08:18 jrandom Exp $
2005-09-18 jrandom
* Added support for pure 64bit linux with jbigi and the java service
@ -6,6 +6,9 @@ $Id: history.txt,v 1.259 2005/09/18 03:50:57 ragnarok Exp $
et al for help testing!
* UI cleanup in Syndie (thanks gloin and bar!)
2005-09-18 Ragnarok
* Made MetaNamingService the default naming service.
2005-09-17 Ragnarok
* Implemented a naming service using Syndie's petname db. It's not enabled
by default, but you can try it out by setting