* I2PTunnel:

- Make IRC Proxy non-shared, delayed-start, close-on-idle
        for new users, for the anonymity benefits (see "Shared Clients,
        Correlation and Collusion" http://zzz.i2p/topics/217 )
      - Remove "experimental" flag on new client options
    * configclients.jsp: Add full path to config file
    * Add some path help in some config files
This commit is contained in:
zzz
2009-08-13 22:14:07 +00:00
parent 5decf3cd7a
commit ab08ac70aa
6 changed files with 42 additions and 16 deletions

View File

@@ -38,7 +38,9 @@ button span.hide{
</p><p> <div class="wideload">
<jsp:getProperty name="clientshelper" property="form1" />
</p><p>
<i>All changes require restart to take effect. To change other client options, edit the clients.config file.</i>
<i>To change other client options, edit the file
<%=net.i2p.router.startup.ClientAppConfig.configFile(net.i2p.I2PAppContext.getGlobalContext())%>.
All changes require restart to take effect.</i>
</p> <hr /><div class="formaction">
<input type="submit" name="action" value="Save Client Configuration" />
</div></div>
@@ -57,7 +59,7 @@ button span.hide{
<jsp:getProperty name="clientshelper" property="form2" />
</p>
<p>
<i>All changes require restart to take effect. To change other webapp options, edit the webapps.config file.</i>
<i>All changes require restart to take effect.</i>
</p>
<hr><div class="formaction">
<input type="submit" name="action" value="Save WebApp Configuration" />