summaryrefslogtreecommitdiff
path: root/htroot/Network.xml
AgeCommit message (Collapse)Author
2014-10-01IPv6-enhanced Network monitoring pageMichael Peter Christen
2012-05-30added node state to xmlMichael Peter Christen
2011-01-12- cleaned up yacy newsorbiter
- removed unused methods - avoid news generation in case that the peer runs in robinson mode git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7431 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-05-24adaptive network peer counter tableorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6901 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-02-24changed way how number of search requests are counted:orbiter
so far only search requests at the remote search interface had been counted. This was done to protect the privacy of searchers, because counting was not done and published at the own search interface. This caused that no search requests of robinson peers had been counted, becuase they cannot be counted at remote peer. This change introduces a distinction of locally done search requests at the local search interface from search requests that are on the local interface but had been submitted from a remote IP without authentication. Now 3 counters are maintained: - partial count of remote searches - total count of local searches on robinson peers from non-authenticated clients - total count of local searches on robinson peers from localhost or authenticated clients In the global statistic of search requests now the first two counters of the three cases are added Because we habe a large number of robinson peers with a large number of remote non-authenticated requests the statistic should show at least three times of the number of search requests. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6696 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-04-11removed comment tag (no use at this point)orbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5797 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-07-14added user agentlulabad
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4999 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-10-01- fix for bad xml tag in Network.xmlorbiter
- switched on automatic deletion of passive peers in pro versions git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4119 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-08-26* fixed problem with watch crawlerorbiter
* added new column to network table (remote crawl urls): the new value for provided URLs will be used for new remote crawl method git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4061 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-06-05- fixed charset problem in ConfigProfil_p.html (use accept-charset="UTF-8" ↵karlchenofhell
in forms) - fixed wrong XML output if no peers are known in Network.xml - simplified parsing of table properties in wikiCode and ZTableToken - reimplemented GC heuristics. They are needed to constantly ensure that an amount of free memory is available which is higher than Java's max. limit for performing a Full GC (please use serverMemory.request(long, boolean) rather than serverMemory.available(long, boolean) to provide data for averaging over the last GCs) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3793 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-05-31*) adding peer-hash, seed-url and location to network.xml(no author)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3772 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-04-27*) adding cluster pph and qph to network.xmltheli
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3605 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-02-25*) added seedurl to network.xml as requested by lulabadauron_x
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3394 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-02-01*) bugfix template variable qph for local peer renamed to my-qphtheli
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3315 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-02-01*) adding qph to network.xmltheli
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3314 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-12- fix for http://www.yacy-forum.de/viewtopic.php?t=3369karlchenofhell
- merged netBude's alternative for tables in yacysearch.html & search results valid - added statistic info to index.html as proposed here: http://www.yacy-forum.de/viewtopic.php?p=29762#29762 - fixed error-log in httpTemplate git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3189 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-08*) using 0 and 1 instead of no and yes, because of better semanticauron_x
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3182 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-08*) again extended network.xml (patch by lulabad)auron_x
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3181 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-07*) extended network.xml (patch by lulabad)auron_x
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3176 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-11-17*) soap: adding function to query the peer listtheli
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2968 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-01hendis patch from http://www.yacy-forum.de/viewtopic.php?p=16212#16212rramthun
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1511 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-12Minor changes collected over some time.rramthun
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1319 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-12-20*) Correcting network.xmltheli
- bugfix for peer status - bugfix for index receive - adding ppm and utc See: http://www.yacy-forum.de/viewtopic.php?t=1645 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1237 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-08-12added words; see http://www.yacy-forum.de/viewtopic.php?p=7349#7349orbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@525 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-04-07initial load with yacy 0.36orbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1 6c8d7289-2bf4-0310-a012-ef5d649a1542