Author: toad
Date: 2009-01-17 18:13:28 +0000 (Sat, 17 Jan 2009)
New Revision: 25107
Removed:
trunk/apps/new_installer/res/unix/bin/install_mdns.sh
Modified:
trunk/apps/new_installer/ProcessPanel.Spec.xml
trunk/apps/new_installer/install.xml
trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh
trunk/apps/new_installer/res/windows/bin/install_plugins.cmd
Log:
Enable history cloaking in installer. Remove MDNSDiscovery plugin (we don't
open to the LAN unless the user configures it, and MDNSDiscovery is the biggest
cause of the node hanging on shutdown).
Modified: trunk/apps/new_installer/ProcessPanel.Spec.xml
===================================================================
--- trunk/apps/new_installer/ProcessPanel.Spec.xml 2009-01-17 18:09:54 UTC
(rev 25106)
+++ trunk/apps/new_installer/ProcessPanel.Spec.xml 2009-01-17 18:13:28 UTC
(rev 25107)
@@ -31,11 +31,6 @@
<executefile name="$INSTALL_PATH\bin\install_opennet.cmd"/>
</job>
- <job name="Setting MDNS up">
- <os family="unix"/>
- <os family="mac"/>
- <executefile name="$INSTALL_PATH/bin/install_mdns.sh"/>
- </job>
<job name="Setting JSTUN up">
<os family="unix"/>
<os family="mac"/>
Modified: trunk/apps/new_installer/install.xml
===================================================================
--- trunk/apps/new_installer/install.xml 2009-01-17 18:09:54 UTC (rev
25106)
+++ trunk/apps/new_installer/install.xml 2009-01-17 18:13:28 UTC (rev
25107)
@@ -254,11 +254,6 @@
<singlefile src="res/license/LICENSE.Freenet"
target="$INSTALL_PATH/stun"/>
</pack>
- <pack name="MDNSDiscovery" id="mdns" required="no"
parent="plugins">
- <description>A plugin enabling the node to use
Zeroconf/Bonjour/Rendez-Vous to advertise itself to compatible clients,
enabling them to self-auto-configure. Note that this plugin will "announce"
that you are running a node on your local subnet.</description>
- <singlefile src="res/license/LICENSE.Freenet"
target="$INSTALL_PATH/mdns"/>
- </pack>
-
<pack name="XMLLibrarian" id="xmllibrarian" required="no"
parent="plugins">
<description>A plugin allowing you to search the
freenet.</description>
<singlefile src="res/license/LICENSE.Freenet"
target="$INSTALL_PATH/xmllibrarian"/>
Modified: trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh
2009-01-17 18:09:54 UTC (rev 25106)
+++ trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh
2009-01-17 18:13:28 UTC (rev 25107)
@@ -42,6 +42,7 @@
echo "fproxy.enabled=true" >> freenet.ini
echo "fproxy.port=$FPROXY_PORT" >> freenet.ini
echo "node.l10n=$ISO3_LANG" >> freenet.ini
+echo "fproxy.enableHistoryCloaking=true" >> freenet.ini
# Translate if needed
FILE="dont-close-me.html"
Deleted: trunk/apps/new_installer/res/unix/bin/install_mdns.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/install_mdns.sh 2009-01-17
18:09:54 UTC (rev 25106)
+++ trunk/apps/new_installer/res/unix/bin/install_mdns.sh 2009-01-17
18:13:28 UTC (rev 25107)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-. "$HOME/_install_toSource.sh" || exit 0
-cd "$INSTALL_PATH"
-
-if test -f mdns -a -f plug
-then
- echo "Enabling the MDNSDiscovery plugin"
- if test ! -d plugins; then mkdir plugins; fi 2>&1 >/dev/null
- PLUGINS="`cat plug`"
- echo "MDNSDiscovery;$PLUGINS" > plug2
- mv -f plug2 plug
- if test ! -f offline
- then
- java $JOPTS -jar bin/sha1test.jar MDNSDiscovery.jar plugins
"$CAFILE" >/dev/null 2>&1
- fi
- rm -f mdns
-fi
Modified: trunk/apps/new_installer/res/windows/bin/install_plugins.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/install_plugins.cmd
2009-01-17 18:09:54 UTC (rev 25106)
+++ trunk/apps/new_installer/res/windows/bin/install_plugins.cmd
2009-01-17 18:13:28 UTC (rev 25107)
@@ -18,15 +18,6 @@
@del /F stun > NUL
:nostun
-...@if not exist mdns goto nomdns
-...@echo -MDNSDiscovery
-...@set PLUGINS=MDNSDiscovery;%PLUGINS%
-...@if exist offline goto end2
-...@java -jar bin\sha1test.jar MDNSDiscovery.jar plugins %CAFILE% > NUL
-:end2
-...@del /F mdns > NUL
-:nomdns
-
@if not exist upnp goto noupnp
@echo -UPnP
@set PLUGINS=UPnP;%PLUGINS%
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs