Commit Graph

14491 Commits

Author SHA1 Message Date
Michael Christen
d353202489
Merge pull request #589 from okybaca/restartbuild
added restartYACY.sh so it's included in release package
2023-08-28 22:22:26 +02:00
okybaca
1de37bc60b added restartYACY.sh so it's included in release package 2023-08-28 13:17:30 +02:00
okybaca
08b769f63a modified crawl list so the URL links to external URL 2023-08-28 13:01:45 +02:00
Michael Peter Christen
195bd2e444 extended the maximum header size to 16k to prevent http error 431 2023-08-19 15:21:24 +02:00
Michael Peter Christen
0554056c63 added .txt search result page (just replace '.html' with '.txt' in yacysearch.html page to get a url list) 2023-08-19 14:57:31 +02:00
Michael Christen
117e2d0663
Merge pull request #580 from okybaca/restartyacy
added a restartYACY.sh script
2023-08-09 16:32:43 +02:00
Michael Christen
c3809fbc36
Merge pull request #575 from okybaca/readme-ant
added link to faq and more ant build instructions to README
2023-08-09 16:30:31 +02:00
Michael Christen
eeeec0b8fe
Merge pull request #585 from okybaca/stopYacyDots
instead of WAITING lines, WAITING FOR STOP and dots are echoed
2023-08-09 16:28:17 +02:00
Michael Christen
2907981f87
Merge pull request #584 from okybaca/darkgreenskin
added a dark green color scheme (skin) based on 28c3
2023-08-09 16:27:20 +02:00
okybaca
283850314b instead of WAITING lines, WAITING FOR STOP and dots are echoed 2023-08-09 12:46:21 +02:00
okybaca
e60f0d6908 added a dark green color scheme (skin) based on 28c3 2023-08-09 12:13:40 +02:00
Michael Peter Christen
c3824854c7 upgraded several libraries 2023-07-27 23:26:59 +02:00
Michael Peter Christen
92dad3ed49 removed 7Zip parser because the old library could not be replaced by a maven repository 2023-07-27 23:11:27 +02:00
Michael Peter Christen
5afcba162b updated libraries 2023-07-27 22:55:46 +02:00
Michael Christen
a348146d8f setting connect host to 0.0.0.0 2023-06-29 10:46:05 +02:00
okybaca
61a1389107 added a restartYACY.sh script 2023-06-19 00:37:40 +02:00
okybaca
3afb2aadc2 added link to faq and more ant build instructions to README 2023-05-02 23:09:30 +02:00
Michael Peter Christen
1c0f50985c fixed documentation and some details of handling of keywords 2023-04-04 12:41:12 +02:00
Michael Christen
5cb7dc1fd7
Merge pull request #568 from joestr/patch-1
replace Travis CI badge with GitHub CI badge
2023-03-07 14:26:19 +01:00
Joel Strasser
52753993c9
replace Travis CI badge with GitHub CI badge
Replaces Travis CI build status badge with the one from the GitHub workflow
2023-03-07 12:33:33 +01:00
Michael Christen
552dff19d7
Merge pull request #567 from frankenstein91/archLinuxDocker
Arch linux docker
2023-03-06 18:21:10 +01:00
Frank Tornack
2aa3181e7f
build fix
imported the changes from 541a1d2448 by hand
2023-03-06 17:58:54 +01:00
Michael Christen
84c797f53d fixed condition in workflow 2023-03-05 01:40:08 +01:00
Michael Christen
3472bcb4d3 patched a 'java.lang.NoSuchMethodError: com.twelvemonkeys.imageio.util.IIOUtil.lookupProviderByName' problem which occurred only on ARM 2023-03-05 01:17:28 +01:00
Michael Christen
f7b6e98ed7
Merge pull request #562 from thkoch2001/fix-warnings
Fix warnings
2023-03-05 00:56:04 +01:00
Michael Christen
0e87ad14c3
Merge pull request #564 from thkoch2001/disable_github_actions_on_fork
skip github jobs on forks
2023-03-05 00:52:29 +01:00
Michael Christen
5cf23121a5 fixed build problem from https://github.com/yacy/yacy_search_server/issues/566 2023-03-05 00:48:45 +01:00
Frank Tornack
7b95de41ce
update to apache-ant-1.10.13 2023-02-27 20:27:48 +01:00
Frank Tornack
4fb89e351d
Merge remote-tracking branch 'yacy/master' into archLinuxDocker 2023-02-27 20:23:59 +01:00
Michael Peter Christen
d8f26cb6a7 larger link structure image 2023-02-24 19:11:35 +01:00
Michael Peter Christen
a157d01bb5 increased network image size limit for linuxtage poster 2023-02-24 17:50:29 +01:00
Thomas Koch
d9d1bc8c65 skip github jobs on forks
I get scary emails from github about failed jobs for every commit pushed to my
yacy fork. But the jobs should not run on my forked repo in the first place.

This problem is not unique to yacy:
https://github.com/actions/runner/issues/859

Alternatively every contributor could disable workflows in the settings of
their fork repo:
https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow
2023-02-13 11:08:42 +02:00
Thomas Koch
ffd66bc1b4 turn compiler warnings on again
closes #561
2023-02-11 17:19:24 +02:00
Thomas Koch
6bca836f49 fix 3 javac warnings: redundant cast
see GitHub issue #561 for context

    [javac] /home/thk/git/yacy_search_server/source/net/yacy/htroot/ConfigAccounts_p.java:85: warning: [cast] redundant cast to YaCyHttpServer
    [javac]                 final YaCyHttpServer jhttpserver = (YaCyHttpServer)sb.getHttpServer();
    [javac]                                                    ^
    [javac] /home/thk/git/yacy_search_server/source/net/yacy/htroot/ConfigUser_p.java:156: warning: [cast] redundant cast to YaCyHttpServer
    [javac]                 final YaCyHttpServer jhttpserver = (YaCyHttpServer) sb.getHttpServer();
    [javac]                                                    ^
    [javac] /home/thk/git/yacy_search_server/source/net/yacy/htroot/ConfigUser_p.java:167: warning: [cast] redundant cast to YaCyHttpServer
    [javac]             final YaCyHttpServer jhttpserver = (YaCyHttpServer) sb.getHttpServer();
2023-02-11 17:17:46 +02:00
okybaca
3230df6e2b link to english wiki 2023-02-11 12:38:23 +02:00
Michael Christen
dc619cc971
Merge pull request #556 from LilithHafner/patch-1
Add install link to README.md
2023-02-06 13:38:20 +01:00
Lilith Orion Hafner
b6d06206d2
Add install link 2023-02-03 15:16:15 -06:00
Michael Christen
177c87b916
Merge pull request #554 from frankenstein91/fixVideoLink
quick and dirty fix for Video Link
2023-01-29 16:12:55 +01:00
Michael Christen
382e0450d9
Merge pull request #553 from frankenstein91/archLinuxDocker
Arch linux docker using GraalVM
2023-01-29 16:12:18 +01:00
Frank Tornack
24d1cd1beb
quick and dirty fix for Video Link
https://github.com/yacy/yacy_search_server/issues/549
2023-01-29 15:09:45 +01:00
Frank Tornack
740cbfd875
yacy is working in container 2023-01-29 14:51:45 +01:00
Frank Tornack
1a15de864d
build Yacy in the Docker file 2023-01-29 14:30:24 +01:00
Frank Tornack
108b8c7ac3
Parallel compilation 2023-01-29 01:28:06 +01:00
Frank Tornack
98aa6fbfea
start new Docker Image
try to build a Yacy docker using graalvm
2023-01-29 01:21:49 +01:00
Michael Christen
9012fe4519 extended error message 2023-01-23 09:08:25 +01:00
Michael Christen
74104ff2d3 fix to timeout 2023-01-20 20:22:14 +01:00
Michael Peter Christen
9fcd8f1bda added canonical filter
attention: this is on by default!
(it should do the right thing)
2023-01-16 14:50:30 +01:00
Michael Peter Christen
5a52b01c09 front-end integration of tag valency 2023-01-15 20:13:45 +01:00
Michael Peter Christen
7f728bb4b4 crawl profile storage extension for tag valency 2023-01-15 14:11:32 +01:00
Michael Christen
4304e07e6f crawl profile adoption to new tag valency attribute 2023-01-15 01:20:12 +01:00