Commit Graph

  • 7830268be1 fix 756c817b5a must be applied to all code where a transaction token is generated. Michael Peter Christen 2023-10-21 13:00:49 +02:00
  • dc6f218520 set the default password for the admin account to "yacy" Michael Peter Christen 2023-10-21 12:09:19 +02:00
  • 756c817b5a fix for https://github.com/yacy/yacy_search_server/issues/544 Michael Peter Christen 2023-10-21 11:45:26 +02:00
  • bab1cfc7ea added required build tools installation Michael Christen 2023-10-20 16:09:47 +02:00
  • 03bf259601 fix for https://github.com/yacy/yacy_search_server/issues/363 We still need to set the load in the process because a demand for higher crawl speed may require to increase the maximum load limit. However, following the criticism in the bug, we do never reduce the load limit again. Michael Peter Christen 2023-10-16 18:26:47 +02:00
  • 5bc09af426 Merge pull request #600 from okybaca/scheduler-sort Michael Christen 2023-10-16 13:00:24 +02:00
  • 4c1eb34e85 modified link to Process Scheduler in left menu okybaca 2023-10-10 08:30:04 +02:00
  • aeb4c7a660 removed warnings during normal build Michael Peter Christen 2023-10-04 22:00:30 +02:00
  • 095a444aa7 removed wiki links and added more shields badges Michael Peter Christen 2023-09-30 18:16:38 +02:00
  • ca2a21008a added screenshots Michael Peter Christen 2023-09-30 13:07:18 +02:00
  • 961d3cc8af Merge pull request #597 from joestr/issue/574-fix-mac-script Michael Christen 2023-09-28 21:10:49 +02:00
  • a035b21f63 Merge pull request #598 from joestr/improvement/remove-travis-yml Michael Christen 2023-09-28 21:10:04 +02:00
  • b29c0ef133 remove .travis.yml since YaCy is not build on Travis CI anymore Joel Strasser 2023-09-27 21:29:22 +02:00
  • 09783ae89e apply patches from @HenryLoenwind Joel Strasser 2023-09-27 19:56:08 +02:00
  • 94db89a757 small remaining changes in readme Michael Peter Christen 2023-09-26 16:15:58 +02:00
  • 0c4478cd71 migrated jetty to 9.4.52.v20230823 Michael Peter Christen 2023-09-26 16:15:42 +02:00
  • 938724caa8 new development on-boarding process in eclipse with changes for ivy Michael Peter Christen 2023-09-26 16:07:59 +02:00
  • 8fc51f66c6 fixed a test class which prevented compilation on latest jvm mchristen 2023-09-26 15:39:34 +02:00
  • bda118af5d Merge pull request #594 from joestr/master Michael Christen 2023-09-26 09:39:15 +02:00
  • 53bafa1544 consistent formatting in string concatenation Joel Strasser 2023-09-25 23:31:55 +02:00
  • 22c4188001 additionally match release stub for YaCy version Joel Strasser 2023-09-25 22:41:04 +02:00
  • 4a5820eb03 7zip parser was removed previously. see also https://github.com/yacy/yacy_search_server/issues/491 Michael Peter Christen 2023-09-03 20:23:23 +02:00
  • ff8fe7b6a4 fix for ',' or '.' appearing within a word or number. This will not tokenize the query into parts around that character to make it possible to search for numbers or version numbers. Michael Peter Christen 2023-09-03 11:37:25 +02:00
  • 0689f4f0ae Check if the character is a minus sign and is followed by a letter or a digit. Treat it as part of the word/number. Michael Peter Christen 2023-09-03 10:22:03 +02:00
  • 5db97a8928 parser can now separate numbers from words also when they are not separated by space, i.e. 4.7Ohm Michael Peter Christen 2023-09-02 19:15:22 +02:00
  • 079eafe7f1 removed 7zip from eclipse classpath Michael Peter Christen 2023-09-02 11:44:33 +02:00
  • e3797de7de enhanced the word tokenizer to recognize numbers in a proper way Michael Peter Christen 2023-09-01 20:10:08 +02:00
  • 88cd17ea57 migrated solr from 8.9.0 to 8.11.2; activated also migration script. A YaCy index with solr 8.9.0 will automatically be migrated to 8.11.2. This is a preparation step to migrate to 9.0.0 soon. Michael Peter Christen 2023-09-01 18:24:52 +02:00
  • 0089f234f4 added npe protection Michael Peter Christen 2023-09-01 12:18:47 +02:00
  • 8285fe715a tab to spaces for classes supporting the condenser. This is a preparation step to make changes in condenser and parser more visible; no functional changes so far. Michael Peter Christen 2023-09-01 11:00:42 +02:00
  • ce4a2450da fixed workflow for ci process/2 Michael Peter Christen 2023-08-31 18:05:58 +02:00
  • a3ca4eac08 fixed workflow for ci process Michael Peter Christen 2023-08-31 18:03:04 +02:00
  • 6bd5f49c41 Migrated from java 8 to java 11. This step is required to upgrade certain packages, most important solr which will be migrated from 8.9 to 9.x Michael Peter Christen 2023-08-31 17:52:30 +02:00
  • 376bcfd54c Merge pull request #588 from okybaca/crawlurl Michael Christen 2023-08-28 22:29:04 +02:00
  • d353202489 Merge pull request #589 from okybaca/restartbuild Michael Christen 2023-08-28 22:22:26 +02:00
  • 1de37bc60b added restartYACY.sh so it's included in release package okybaca 2023-08-28 13:17:30 +02:00
  • 08b769f63a modified crawl list so the URL links to external URL okybaca 2023-08-28 13:01:45 +02:00
  • 195bd2e444 extended the maximum header size to 16k to prevent http error 431 Michael Peter Christen 2023-08-19 15:21:24 +02:00
  • 0554056c63 added .txt search result page (just replace '.html' with '.txt' in yacysearch.html page to get a url list) Michael Peter Christen 2023-08-19 14:57:31 +02:00
  • 117e2d0663 Merge pull request #580 from okybaca/restartyacy Michael Christen 2023-08-09 16:32:43 +02:00
  • c3809fbc36 Merge pull request #575 from okybaca/readme-ant Michael Christen 2023-08-09 16:30:31 +02:00
  • eeeec0b8fe Merge pull request #585 from okybaca/stopYacyDots Michael Christen 2023-08-09 16:28:17 +02:00
  • 2907981f87 Merge pull request #584 from okybaca/darkgreenskin Michael Christen 2023-08-09 16:27:20 +02:00
  • 283850314b instead of WAITING lines, WAITING FOR STOP and dots are echoed okybaca 2023-08-09 12:46:21 +02:00
  • e60f0d6908 added a dark green color scheme (skin) based on 28c3 okybaca 2023-08-09 12:13:40 +02:00
  • c3824854c7 upgraded several libraries Michael Peter Christen 2023-07-27 23:26:59 +02:00
  • 92dad3ed49 removed 7Zip parser because the old library could not be replaced by a maven repository Michael Peter Christen 2023-07-27 23:11:27 +02:00
  • 5afcba162b updated libraries Michael Peter Christen 2023-07-27 22:55:46 +02:00
  • a348146d8f setting connect host to 0.0.0.0 Michael Christen 2023-06-29 10:46:05 +02:00
  • 61a1389107 added a restartYACY.sh script okybaca 2023-06-19 00:37:40 +02:00
  • 3afb2aadc2 added link to faq and more ant build instructions to README okybaca 2023-05-02 23:09:30 +02:00
  • 1c0f50985c fixed documentation and some details of handling of keywords Michael Peter Christen 2023-04-04 12:41:12 +02:00
  • 5cb7dc1fd7 Merge pull request #568 from joestr/patch-1 Michael Christen 2023-03-07 14:26:19 +01:00
  • 52753993c9 replace Travis CI badge with GitHub CI badge Joel Strasser 2023-03-07 12:33:33 +01:00
  • 552dff19d7 Merge pull request #567 from frankenstein91/archLinuxDocker Michael Christen 2023-03-06 18:21:10 +01:00
  • 2aa3181e7f build fix Frank Tornack 2023-03-06 17:58:54 +01:00
  • 84c797f53d fixed condition in workflow Michael Christen 2023-03-05 01:40:08 +01:00
  • 3472bcb4d3 patched a 'java.lang.NoSuchMethodError: com.twelvemonkeys.imageio.util.IIOUtil.lookupProviderByName' problem which occurred only on ARM Michael Christen 2023-03-05 01:17:28 +01:00
  • f7b6e98ed7 Merge pull request #562 from thkoch2001/fix-warnings Michael Christen 2023-03-05 00:56:04 +01:00
  • 0e87ad14c3 Merge pull request #564 from thkoch2001/disable_github_actions_on_fork Michael Christen 2023-03-05 00:52:29 +01:00
  • 5cf23121a5 fixed build problem from https://github.com/yacy/yacy_search_server/issues/566 Michael Christen 2023-03-05 00:48:45 +01:00
  • 7b95de41ce update to apache-ant-1.10.13 Frank Tornack 2023-02-27 20:27:48 +01:00
  • 4fb89e351d Merge remote-tracking branch 'yacy/master' into archLinuxDocker Frank Tornack 2023-02-27 20:23:59 +01:00
  • d8f26cb6a7 larger link structure image Michael Peter Christen 2023-02-24 19:11:35 +01:00
  • a157d01bb5 increased network image size limit for linuxtage poster Michael Peter Christen 2023-02-24 17:50:29 +01:00
  • d9d1bc8c65 skip github jobs on forks Thomas Koch 2023-02-13 11:08:42 +02:00
  • ffd66bc1b4 turn compiler warnings on again Thomas Koch 2023-02-11 17:19:24 +02:00
  • 6bca836f49 fix 3 javac warnings: redundant cast Thomas Koch 2023-02-11 17:17:46 +02:00
  • 3230df6e2b link to english wiki okybaca 2023-02-05 10:37:53 +01:00
  • dc619cc971 Merge pull request #556 from LilithHafner/patch-1 Michael Christen 2023-02-06 13:38:20 +01:00
  • b6d06206d2 Add install link Lilith Orion Hafner 2023-02-03 15:16:15 -06:00
  • 177c87b916 Merge pull request #554 from frankenstein91/fixVideoLink Michael Christen 2023-01-29 16:12:55 +01:00
  • 382e0450d9 Merge pull request #553 from frankenstein91/archLinuxDocker Michael Christen 2023-01-29 16:12:18 +01:00
  • 24d1cd1beb quick and dirty fix for Video Link Frank Tornack 2023-01-29 15:09:45 +01:00
  • 740cbfd875 yacy is working in container Frank Tornack 2023-01-29 14:51:45 +01:00
  • 1a15de864d build Yacy in the Docker file Frank Tornack 2023-01-29 14:30:24 +01:00
  • 108b8c7ac3 Parallel compilation Frank Tornack 2023-01-29 01:28:06 +01:00
  • 98aa6fbfea start new Docker Image Frank Tornack 2023-01-29 01:21:49 +01:00
  • 9012fe4519 extended error message Michael Christen 2023-01-23 09:08:25 +01:00
  • 74104ff2d3 fix to timeout Michael Christen 2023-01-20 20:22:14 +01:00
  • 9fcd8f1bda added canonical filter attention: this is on by default! (it should do the right thing) Michael Peter Christen 2023-01-16 14:50:30 +01:00
  • 5a52b01c09 front-end integration of tag valency Michael Peter Christen 2023-01-15 20:13:45 +01:00
  • 7f728bb4b4 crawl profile storage extension for tag valency Michael Peter Christen 2023-01-15 14:11:32 +01:00
  • 4304e07e6f crawl profile adoption to new tag valency attribute Michael Christen 2023-01-15 01:20:12 +01:00
  • 5acd98f4da introduction of tag-to-indexing relation TagValency Michael Peter Christen 2023-01-13 17:20:18 +01:00
  • 95e02e5291 Merge pull request #535 from hezhizhen/typo Michael Christen 2022-12-06 21:33:18 +01:00
  • ab3ef87abf fixed exec start command where a path contains spaces Michael Peter Christen 2022-12-05 17:30:11 +01:00
  • 17eec667fb better release number representation Michael Peter Christen 2022-12-05 14:46:58 +01:00
  • b1199e97f8 enabling new update location release.yacy.net with new version numbers Michael Peter Christen 2022-12-05 14:26:17 +01:00
  • 5d9587fc1d removed deprecated networks Michael Peter Christen 2022-12-05 12:43:47 +01:00
  • 66169d1aad default build properties to remove barrier developing in IDE environments Michael Peter Christen 2022-12-05 12:28:36 +01:00
  • d6731e3e3a Merge branch 'master' of https://github.com/yacy/yacy_search_server reger24 2022-12-01 01:28:30 +01:00
  • bc5d91469e delete gradle wrapper props reger24 2022-12-01 01:28:23 +01:00
  • 1d7ef94641 Delete settings.gradle Burkhard 2022-12-01 01:26:21 +01:00
  • 57a6b18b94 Delete pom.xml Burkhard 2022-12-01 01:26:15 +01:00
  • 50a1999a87 Delete gradlew.bat Burkhard 2022-12-01 01:26:08 +01:00
  • 63fbb154b5 Delete gradlew Burkhard 2022-12-01 01:25:55 +01:00
  • bb9ae8207f Delete build.gradle Burkhard 2022-12-01 01:25:44 +01:00
  • 9766f93fe6 revert the gradle build back to ANT (to be able to build J7Zip manually using preferred build tool. reger24 2022-12-01 01:20:43 +01:00
  • b0623396cb Update FUNDING.yml Michael Christen 2022-11-28 15:18:30 +01:00