summaryrefslogtreecommitdiff
path: root/defaults/yacy.network.freeworld.unit
AgeCommit message (Collapse)Author
2023-07-27updated librariesMichael Peter Christen
2022-12-05enabling new update location release.yacy.netMichael Peter Christen
with new version numbers
2022-09-28updated seedlistMichael Peter Christen
2022-02-10Correction of last commit ↵reger24
https://github.com/yacy/yacy_search_server/commit/9dace71aeada32052582ea8b0eefec64e1cdb34f accidently commented out kaskelix
2022-02-10Update yacy.net release download locationreger24
to //download.yacy.net/ in network.*.unit files @Orbiter for the latest avail. releases (v1.924 ...tar.gz) the *.tar.gz.sig file is missing, so download fails with error "Download of releas .... failed"
2022-01-28added more bootstrap addressesMichael Peter Christen
2021-12-27Fix typo + remove dead seedslifeofguenter
2021-10-25network bootstraping addresses updateMichael Peter Christen
2019-09-25updated seedlist bootstrap locationsMichael Peter Christen
2018-07-02update bootstrap hostsreger
2018-04-03Removed seed URLs pointing to server low.audioattack.de since it will not be ↵Marc Nause
updated anymore.
2017-11-17Added signing key to developer releases location.luccioman
2017-03-26remove seedlist bootstrap target (not working for some longer time)reger
2016-12-26added luccioman development release builds as discussed inMichael Peter Christen
http://forum.yacy-websuche.de/viewtopic.php?f=8&t=5906
2016-12-26updated seed-list bootstrap locationsMichael Peter Christen
2016-07-04another peer list updateMichael Peter Christen
2016-07-03added another principal peerMichael Peter Christen
2016-03-11update to seed listMichael Peter Christen
2015-08-26remove exired domain titan.deep-one.in from bootstrap.seedlistreger
2014-09-16updated seedlistMichael Peter Christen
2014-07-29yacystats is gone :(orbiter
2014-05-20updated bootstrap seed listorbiter
2014-04-04update of seed listMichael Peter Christen
2014-01-27updated bootstrap seedlist listMichael Peter Christen
2014-01-16remote search peer selection schema change:Michael Peter Christen
- all non-dht targets (previously separated into 'robinson' for dht-like queries and 'node' for solr queries) are non 'extra' peers, which are queries using solr - these extra-peers are now selected using a ranking on last-seen, peer-tag-matches, node-peer flags, peer age, and link count. The ranking is done using a weight and a random factor. - the number of extra peers is 50% of the dht peers - the dht peers now exclude too young peers to prevent bad results during strong growth of the network - the number of dht peers (and therefore extra-peers) is reduced when the memory of the peer is low and/or some documents still appear in the indexing-queue. This shall prevent a peer from deadlocks when p2p queries are made in a fast sequence on weak hardware.
2013-07-27we should not do too much greedylearning at this time as we don't haveorbiter
enough experience with it. set greedylearning.limit.doccount to a much lower limit.
2013-06-11added a 'greedy learning' mechanismn which will cause that a 'fresh'Michael Peter Christen
yacy will load linked web pages from search results until the total number of web pages reaches 15000. This shall give fresh peers a 'boost' to get faster a personalized search index.
2013-05-29added new keys for update locationsMichael Peter Christen
2013-03-01- enhanced solr.add procedure for mass addsorbiter
- removed unused solr access classes - made snippet generation for documents aus YaCy RWI/DHT concurrent (as it was before the search process removation) - reduced the number of remote results in settings file because the processing of such mass documents add is too CPU-intensive (in Solr)
2013-02-25- generalized SchemaConfiguration into super-class Configuration andMichael Peter Christen
adopted other classes which used the configuration-only access for that class - removed many warnings - adjusted logging
2012-11-11fix: remove fixed individual testing IP (85.25.151.30 = server4you.de) from ↵reger
default/yacy.network.freeworld.unit
2012-10-23whitelist yacyportalsearch aka search.yacy.netsixcooler
2012-08-16fixed some peer-ping connection detailsMichael Peter Christen
- larger time-out - removed too old seedlist - fixed a bug in connection test
2012-07-05adding more principal peers for bootstrapingMichael Peter Christen
2012-04-19update location updateMichael Peter Christen
2011-11-24bring my master to stuff from remotesixcooler
2011-11-14sixcooler.de in seed-list bootstrap locationssixcooler
2011-11-03The IP address of the YaCy-Demo portal added to Whitelist.suessthomas
This is only a temporary workaround. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8013 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-09-24- removed some wariningsorbiter
- removed a dead update location git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7970 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-03-04introduction of a new remote search load control: the remote search has ↵orbiter
taken 10 results per peer with a time-out of 3 seconds so far. The attributes of number of results per peer and time-out time can now be configured. This has two aspects: the user who searches may want to increase these values to get more results and more load on the remote side and the user of the server which is accessed for this search may want to restrict the load. Both sides can now be configured. The server-site maximum load parameters are defined by a network definition and the client-side search request load can be defined by each user individually but when the remote search is done the requested service is limited to the network definition. You can find now in the network definition file: network.unit.remotesearch.maxcount and network.unit.remotesearch.maxtime and in the yacy.conf file: remotesearch.maxcount and remotesearch.maxtime There is currently no web interface to define the client-side remote search attributes, please set them manually git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7548 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-02-17moved the main update url - because of the many languages we support now on ↵orbiter
yacy.net git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7487 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-02-13introduction of dht-burst modes: this can expand the number of target peers ↵orbiter
in some cases where a better heuristic is needed. The problematic cases are either when a muti-word search is made (still a hard case for our term-oriented DHT) or when a network operator wants that all robinson peers are asked. We therefore introduced two new network steering values that switch on more peers during the peer selection. Because the number of peers can now be very large, the number of maximum httpc connections was also increased. Please see new coments in yacy.network.freeworld.unit for details of the new DHT selection methods. The number of maximum peers is now not fixed to a specific number but may increase with - the partition exponent - the number of redundant peers - the robinson burst percentage - the multiword burst percentage The maximum can then be the number of senior peers (all visible peers). git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7479 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-02-11*) replaced all IPs in IP filters for proxy with the proper regular expressionlow012
*) some cleanup git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7477 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-01-22modified auto-delete of search failure-words:orbiter
- words are now not deleted from the search index automatically if index receive is switched off - a flag in the network definition defines if this feature is switched on at all - the search filter for not-found word references is switched off for server-side remote searches git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7441 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-11-01lulabad found his signatureorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7287 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-10-29removed release key from location 2 because the signature of that source can ↵orbiter
not be verified. But the source is ok. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7283 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-09-16enhanced remote crawling:orbiter
- 300 ppm is default now (but this is switched off by default; if you switch it on you may want more traffic?) - better timing for busy queue - better amount of remote url retrieval - better time-out values - better tracking of availability of remote crawl urls - more logging for result of receipt sending git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7159 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-11-06lost my key :-(orbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6466 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-07-04added f1oris update locationorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6174 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-04-22added release keysorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5857 6c8d7289-2bf4-0310-a012-ef5d649a1542