On Tuesday 15 January 2008 21:07, Matthew Toseland wrote:
> On Tuesday 15 January 2008 06:27, juiceman at freenetproject.org wrote:
> > Author: juiceman
> > Date: 2008-01-15 06:27:17 +0000 (Tue, 15 Jan 2008)
> > New Revision: 17052
> >
> > Modified:
> > trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
> > Log:
> > Include requests we are receiving in the display stats for transferring
> requests; makes the Node look more active to new users.
>
> This seems rather odd...
Actually it's probably a good idea, leave it.
> >
> > Modified: trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
> > ===================================================================
> > --- trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
> > 2008-01-15
> 00:12:42 UTC (rev 17051)
> > +++ trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
> > 2008-01-15
> 06:27:17 UTC (rev 17052)
> > @@ -596,7 +596,7 @@
> > HTMLNode activityList =
> activityContent.addChild("ul", "id", "activity");
> > activityList.addChild("li", l10n("insertCount", "total",
> Integer.toString(node.getNumInsertSenders())));
> > activityList.addChild("li", l10n("requestCount", "total",
> Integer.toString(node.getNumRequestSenders())));
> > - activityList.addChild("li",
> l10n("transferringRequestCount", "total",
> Integer.toString(node.getNumTransferringRequestSenders())));
> > + activityList.addChild("li",
> l10n("transferringRequestCount", "total",
> (Integer.toString((node.getNumTransferringRequestSenders()) +
> (node.getNumTransferringRequestHandlers()))))); // Include both sending and
> receiving requests.
> > if (advancedModeOutputEnabled) {
> > activityList.addChild("li", l10n("arkFetchCount", "total",
> Integer.toString(node.getNumARKFetchers())));
> > }
> >
> > _______________________________________________
> > cvs mailing list
> > cvs at freenetproject.org
> > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
> >
> >
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20080117/fa0eee17/attachment.pgp>