Removing references to irc.duck.i2p, adding references to irc.arcturus.i2p, and replacing current ircProxy default destination string with "irc.postman.i2p,irc.arcturus.i2p"
This commit is contained in:
@ -111,12 +111,12 @@ public class Bogobot extends PircBot {
|
|||||||
_botShutdownPassword = config.getProperty("botShutdownPassword", "take off eh");
|
_botShutdownPassword = config.getProperty("botShutdownPassword", "take off eh");
|
||||||
|
|
||||||
_ircChannel = config.getProperty("ircChannel", "#i2p-chat");
|
_ircChannel = config.getProperty("ircChannel", "#i2p-chat");
|
||||||
_ircServer = config.getProperty("ircServer", "irc.duck.i2p");
|
_ircServer = config.getProperty("ircServer", "irc.postman.i2p");
|
||||||
_ircServerPort = Integer.parseInt(config.getProperty("ircServerPort", "6668"));
|
_ircServerPort = Integer.parseInt(config.getProperty("ircServerPort", "6668"));
|
||||||
|
|
||||||
_isLoggerEnabled = Boolean.valueOf(config.getProperty("isLoggerEnabled", "true")).booleanValue();
|
_isLoggerEnabled = Boolean.valueOf(config.getProperty("isLoggerEnabled", "true")).booleanValue();
|
||||||
_loggedHostnamePattern = config.getProperty("loggedHostnamePattern", "");
|
_loggedHostnamePattern = config.getProperty("loggedHostnamePattern", "");
|
||||||
_logFilePrefix = config.getProperty("logFilePrefix", "irc.duck.i2p.i2p-chat");
|
_logFilePrefix = config.getProperty("logFilePrefix", "irc.postman.i2p.i2p-chat");
|
||||||
_logFileRotationInterval = config.getProperty("logFileRotationInterval", INTERVAL_DAILY);
|
_logFileRotationInterval = config.getProperty("logFileRotationInterval", INTERVAL_DAILY);
|
||||||
|
|
||||||
_isRoundTripDelayEnabled = Boolean.valueOf(config.getProperty("isRoundTripDelayEnabled", "false")).booleanValue();
|
_isRoundTripDelayEnabled = Boolean.valueOf(config.getProperty("isRoundTripDelayEnabled", "false")).booleanValue();
|
||||||
|
@ -20,7 +20,7 @@ tunnel.1.type=client
|
|||||||
tunnel.1.sharedClient=true
|
tunnel.1.sharedClient=true
|
||||||
tunnel.1.interface=127.0.0.1
|
tunnel.1.interface=127.0.0.1
|
||||||
tunnel.1.listenPort=6668
|
tunnel.1.listenPort=6668
|
||||||
tunnel.1.targetDestination=irc.duck.i2p,irc.baffled.i2p,irc.postman.i2p
|
tunnel.1.targetDestination=irc.postman.i2p,irc.arcturus.i2p
|
||||||
tunnel.1.i2cpHost=127.0.0.1
|
tunnel.1.i2cpHost=127.0.0.1
|
||||||
tunnel.1.i2cpPort=7654
|
tunnel.1.i2cpPort=7654
|
||||||
tunnel.1.option.inbound.nickname=shared clients
|
tunnel.1.option.inbound.nickname=shared clients
|
||||||
|
@ -65,7 +65,7 @@ hand side of the page will show up to help you when necessary).</p>
|
|||||||
<p>If you are still having problems, you may want to review the information on the
|
<p>If you are still having problems, you may want to review the information on the
|
||||||
<a href="http://www.i2p.net/">I2P website</a>, post up messages to the
|
<a href="http://www.i2p.net/">I2P website</a>, post up messages to the
|
||||||
<a href="http://forum.i2p.net/">I2P discussion forum</a>, or swing by #i2p or
|
<a href="http://forum.i2p.net/">I2P discussion forum</a>, or swing by #i2p or
|
||||||
#i2p-chat on IRC at <a href="irc://irc.freenode.net/#i2p">irc.freenode.net</a>, irc.duck.i2p or
|
#i2p-chat on IRC at <a href="irc://irc.freenode.net/#i2p">irc.freenode.net</a>, irc.postman.i2p or
|
||||||
irc.postman.i2p (they're all linked together).</p>
|
irc.arcturus.i2p (they're all linked together).</p>
|
||||||
|
|
||||||
<p><b>As a note, you can change this page by editing the file "docs/readme.html"</b></p>
|
<p><b>As a note, you can change this page by editing the file "docs/readme.html"</b></p>
|
Reference in New Issue
Block a user