borg-0300
fdf38d6559
smaller StringBuffer
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@705 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
borg-0300
0de9245975
big lists, accelerated 20x+;
...
cleaned;
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@703 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
8ba6be1d72
*) Bugfix for "YaCy verzählt sich ..." Bug.
...
See: http://www.yacy-forum.de/viewtopic.php?p=9559
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@700 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
rramthun
5fb898870b
Partial bugfix for http://www.yacy-forum.de/viewtopic.php?p=9507
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@692 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
a2fec3bb1c
*) Bugfix for " java.lang.NullPointerException at hello.respond(hello.java:167)"
...
See: http://www.yacy-forum.de/viewtopic.php?p=9471
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@685 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
d666630bad
*) Bugfix for Status class not found
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@683 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
e6338b4390
*) Bugfix for "Error with request: GET http://localpeer:80/IndexDelete_p.ht "
...
See: http://www.yacy-forum.de/viewtopic.php?p=8906
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@678 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
dc85b1021e
*) Bugfix of Delete-Indexqueue-Entry, Clear Indexing Queue functionality
...
- htcache files will now also be deleted if entry should not be stored into cache
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@667 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
low012
4557966cdb
*) avoiding the possibility of news pages getting messed by HTML in news messages
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@658 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
low012
e19ededd66
*) prevents problems due to HTML code in profiles (my posting from 05.Sep.2005 http://www.yacy-forum.de/viewtopic.php?t=964 )
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@657 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
borg-0300
22adb555de
replaced o.compareTo() with o.equals()
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@648 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
rramthun
966c527966
Improved german translation
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@647 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
dc0a2d4c11
*) Bugfix for Loader Queue:
...
Job count was not displayed correctly
*) IndexingQueue:
- now it's possible to delete single entries from the queue
- now it's possible to clear the whole queue
See: http://www.yacy-forum.de/viewtopic.php?t=995
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@641 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
732a107160
*) Bugfix for "-UNRESOLVED_PATTERN-" Bug on IndexCreateWWWLocalQueue_p.html and "urlEntry.url() == null" Bug
...
- Logging message for "urlEntry.url() == null" is now displayed as info
- IndexCreateWWWLocalQueue_p.html now detects null entries while looping throug the list and removes them automatically
See:
- http://www.yacy-forum.de/viewtopic.php?t=532#8781
- http://www.yacy-forum.de/viewtopic.php?t=639
- http://www.yacy-forum.de/viewtopic.php?t=1071
- http://www.yacy-forum.de/viewtopic.php?t=338
- http://www.yacy-forum.de/viewtopic.php?t=980
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@640 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
33aaffbfc6
*) Displaying content size of each entry in indexing queue
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@639 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
0471019606
*) IndexCreateIndexingQueue_p.html now also shows indexing jobs that are currently in process
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@633 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
bead8a32aa
*) IndexCreate_p.java:
...
Crawler StartURLs will now also added to the errorURL-DB if an error occures on this url
*) kelondroStack.java, plasmaSwitchboardQueue.java
Adding method which returns a list of all entries in the queue. This list is used by IndexCreate_p.java
instead of an iterator to display the indexing-list.
Advantages: avoid concurrent modifications of the list while displaying it.
Speedup because now we have to access only one sync function instead of multiple ones
(one for each entry)
*) IndexCreateIndexingQueue_p.java
Using new list() function of plasmaSwitchboardQueue
*) httpdFileHandler.java
If a servelet returns the special value "LOCATION" the httpFileHandler does a Redirection of
the Browser to the URL specified by the servelet. This can e.g. be used when a http get request is
used insead of a post request, but a refresh should not be allowed.
*) IndexCreateWWWLocalQueue_p.html
Now it's possible to delete single entries of the local crawler queue
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@626 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
66bab602e1
*) Bugfix for "wrong link to IndexDelete_p.html in status text after new crawl job was started"
...
http://www.yacy-forum.de/viewtopic.php?p=8827
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@624 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
3563552bd3
*) Renaming Logger function names to reflect the proper Java Logging API Loglevels
...
- please use logFine instead of logDebug
- please use logSevere instead of logFailure and logError
See: http://www.yacy-forum.de/viewtopic.php?p=8726#8726
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@616 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
4fd5b95b1f
*) Renaming Logger function names to reflect the proper Java Logging API Loglevels
...
- please use logFine instead of logDebug
- please use logSevere instead of logFailure and logError
See: http://www.yacy-forum.de/viewtopic.php?p=8726#8726
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@615 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
6adf8a4bde
*) Renaming Logger function names to reflect the proper Java Logging API Loglevels
...
- please use logFine instead of logDebug
- please use logFailure instead of logError
See: http://www.yacy-forum.de/viewtopic.php?p=8726#8726
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@614 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
borg-0300
a88e6d3ba2
increase max length
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@612 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
borg-0300
eac34cf772
no negative values
...
See http://www.yacy-forum.de/viewtopic.php?t=1021
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@611 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
borg-0300
904ab7aa39
Bugfix 5.0 to old version
...
See http://www.yacy-forum.de/viewtopic.php?t=1064
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@609 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
borg-0300
bf14e6def5
*) proxyCache, proxyCacheSize can be changed under 'Proxy Indexing'
...
- path now are absolute
*) move path check from plasmaHTCache to plasmaSwitchboard
- only one path check when starting
*) small other
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@606 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
borg-0300
3c1e105009
*) smaller file, save 9 kb
...
*) rename the old file to *.bak
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@599 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
borg-0300
578b0c525c
*) test: first 'Commit'
...
*) added notifier.gif
See: http://www.yacy-forum.de/viewtopic.php?t=1029
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@598 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
low012
cc26779aeb
*) fixed broken link problem in profile. see http://www.yacy-forum.de/viewtopic.php?t=964 for details
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@597 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
a812fb86cc
*) Port Forwarding Feature does not detect broken connection properly.
...
Therefor a test-request was added to the isConnected function to detect broken connections
and to keep open connections alive
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@596 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
allo
b778493aae
publicIP() fix
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@593 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
allo
0d912a3de9
removed not needed copyFile Method.
...
(same exists in Skins_p.java (there its used))
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@585 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
e569a84dc0
*) Using the same configuration settings for all indexing threads on server Startup
...
See: http://www.yacy-forum.de/viewtopic.php?p=8349
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@584 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
17be77a468
*) Bugfix for "Crawler data will not be removed from htcache if content parsing failed"
...
See: http://www.yacy-forum.de/viewtopic.php?t=965&highlight=ramdisk
*) Making ACCEPT_LANGUAGE configureable for crawler
See: http://www.yacy-forum.de/viewtopic.php?p=8327
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@583 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
cf03c139e7
*) Adding missing include file for splitted status page
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@582 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
858cb983d7
*) Printout date and system name on proxy error page
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@581 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
b2d48ebcef
*) Splitting Status Page into Private and Public Informations
...
*) Adding Queue overview to status page
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@576 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
cb97d2972e
*) Bugfix for "peer not accessible via .yacy name if Transparent Proxy Support is enabled" bug
...
See: per Browser nicht erreichbare Peers
*) Proxy Error Page now displays the Peer Name on top
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@575 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
330eae7cf3
*) Normalizing CrawlerStartURL now before crawling is started
...
*) CrawlWorker also does a URL normalization now before following the redirection URL
*) CrawlWorker removes redirection URL correctly from noticeURL stack now
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@571 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
c47bb1182d
bugfix for assortment initialization error
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@547 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
c3e1abffaf
Small changes for 0.40
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@544 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
low012
d242cf7a6d
added a Preview button to yacyWiki
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@543 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
25f632dbd9
more DHT bugfixes and better logging of DHT effects
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@542 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
dbba052331
removed internal addres presentation in interface according to http://www.yacy-forum.de/viewtopic.php?p=6779#6779
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@541 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
5cb00889d9
enhancements to dht selection, search and search presentation
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@540 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
ba0a486328
moved printStackTrace() to logging
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@539 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
ea780a7afc
Additions to the language file
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@537 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
8d6c288f04
display of peer name in headline; see http://www.yacy-forum.de/viewtopic.php?p=7466#7466
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@535 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
28bf20608b
Converted standard content-charset for HTMl pages to UTF-8
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@533 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
cd10370992
several bugfixes and dht selection / logging improvement
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@531 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
da81dcd66a
Corrected regex-tutorial...
...
Wenn noch was falsch ist, einfach korrigieren.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@528 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
ed978c8564
added words; see http://www.yacy-forum.de/viewtopic.php?p=7349#7349
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@525 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
7db543a9fa
fixes for several dht misbehaviours
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@524 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
20002b6386
Added Regex tutorial to Help.html, because many people don't understand Regex.
...
Added german translation for Regex tutorial.
Added bold and underline to bbCode.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@522 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
5716f8521d
bug fixes for word ordering and dht index selection
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@521 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
41cd5e930a
*) Adding missing Template for SOAP API
...
http://www.yacy-forum.de/viewtopic.php?t=169
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@520 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
a223faace1
not recursive, but it should work on Windows.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@516 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
ee0a9a2d9b
recursive Translations.
...
You can now translate the Menu and other things in subfolders, too
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@508 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
ec07928807
faster listing and news aging enhancement
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@505 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
53dcbadfbf
using Wikicode instream of bbCode
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@504 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
8659a689f4
seperate Class for the wikiParser
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@500 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
865b9490a2
*) Making DHT Transfer while Crawling configurable
...
See: http://www.yacy-forum.de/viewtopic.php?p=6904
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@496 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
0610e83468
*) Bugfix. recipient peer was accidentally displayed as source peer of a url transmission.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@495 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
0211c4f297
Added scripts for Windows ME and 98 as requested in http://www.yacy-forum.de/viewtopic.php?t=839 .
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@494 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
bb3e897baf
mor minor changes
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@488 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
2d8557cb10
minor changes
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@487 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
eacff63eda
Typos...
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@482 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
228b04b499
*) Bugfix for "wrong seed-upload timestamp" problem
...
http://www.yacy-forum.de/viewtopic.php?t=817
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@480 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
34f449e6f1
Added description of the "one character links"
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@479 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
low012
77f4a3d99d
yacyWiki now supports the [[Image:]] tag
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@478 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
470839a16a
*) Crawler/Session pool settings will now be stored properly into configfile
...
Bugfix for:
- http://www.yacy-forum.de/viewtopic.php?t=502
- http://www.yacy-forum.de/viewtopic.php?t=778
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@477 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
e84a177c49
many bigfixes
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@475 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
9ee8a5ba6c
fixed big in yacynews
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@474 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
083c8ddc69
new alert symbols
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@473 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
93811dc6e0
wiki-update-marked entries in network now link to the updated wiki page
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@471 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
e9bfa80050
integrated Wiki to Main Menu
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@470 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
bcc292ad12
added self-news; added news in case of wiki update; added crawl announcement on Network page
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@469 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
5157159281
update of links
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@467 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
d34eb23e4e
fixed news; added news appearance on Network and IndexCreate page; added intention string to global crawl
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@466 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
5672709ef3
several bugfixes for YaCyNews
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@465 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
e24dbde217
better logging for WRONG seed
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@463 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
theli
41be998391
*) Removing confusing colon
...
See: http://www.yacy-forum.de/viewtopic.php?p=6305
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@462 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
1022fbeb65
many YaCyNews fixes
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@461 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
13abd8b6e7
added news-creation at crawl start
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@460 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
f555b9d5f2
Translation, spelling...
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@459 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
849b194149
fixed news receipt and added processing buttons on News page
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@458 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
f65dd694a1
integrated news service: update of profile
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@456 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
60117a2073
integrated YaCyNews basis
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@455 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
b99205e445
Translation, spelling...
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@448 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
low012
515d6c00eb
Fixed a typo and changed the order of some words. (Sounds better to me now.)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@446 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
0174df12af
deny of global search in case DHT is switched off
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@445 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
81e564edb8
faster crawl profile list cleanup
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@442 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
e5a63c3c70
cleaned up search interface
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@441 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
85877413a0
tried to fix principal bug .. not succeeded
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@440 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
2181982ce5
disabled buttons on Status page
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@439 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
ad90f0ad13
activated RWI distribution to DHT for senior peers (default redundancy 3), necessary now for network growth
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@438 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
b9d18d40cb
configuration of proxy idle time in performance menue
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@436 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
3470a72d48
fixed div by zero, set default delays, fixed release number format and display
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@435 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
12da0c2758
http://www.yacy-forum.de/viewtopic.php?p=5645#5645
...
the line with ??? does not work...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@434 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
89e9e467d2
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@433 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
45378323c3
stupid mistake
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@430 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago