Commit Graph

  • ba087c8c12 fix typo Zhizhen He 2022-11-06 00:14:13 +08:00
  • 309adb814e fixed import of jsonlist imort from searchlab.eu using a direct URL Michael Peter Christen 2022-10-25 00:51:53 +02:00
  • 5ddc794bb9 code cleanup in http clieant Michael Peter Christen 2022-10-24 23:34:39 +02:00
  • 62d177bf59 stub for jsonlist index importer web page Michael Peter Christen 2022-10-23 12:22:31 +02:00
  • efa0425f00 refactoring: moved jsonlist importer to importer class Michael Peter Christen 2022-10-23 11:35:32 +02:00
  • 49daa32a88 yacy can now read searchlab export dump files using the surrogate input process: - copy the searchlab export file to DATA/SURROGATE/in - the file is processed automatically and then moved to DATA/SURROGATE/OUT Michael Peter Christen 2022-10-23 11:01:58 +02:00
  • 32e6a5f903 for some strange reason there is no javaw in temurin, only java Michael Peter Christen 2022-10-06 00:11:04 +02:00
  • 6042dd99c6 reduced danger that Tray does not initialize Michael Peter Christen 2022-10-06 00:01:42 +02:00
  • 61b27217b9 throttle number of DNS requests: as soon as the number of requests is > 50, there is a forced delay of (10 * (requests - 50)) milliseconds. That means that once the number of DNS requests reach 150, there is a one second delay to each request. Michael Christen 2022-10-05 22:59:09 +02:00
  • 99174282d8 try to shut down in a bit more ordered way inspired by https://github.com/yacy/yacy_search_server/issues/518 Michael Christen 2022-10-05 22:13:06 +02:00
  • 1b825df086 possible fix for https://github.com/yacy/yacy_search_server/issues/496#issuecomment-1268710276 Michael Christen 2022-10-05 21:56:12 +02:00
  • a0ddc168e2 upgraded a large number of libraries to latest Michael Peter Christen 2022-10-05 17:54:47 +02:00
  • f475ecbd0b upgraded jetty to 9.4.41.v20210516 Michael Peter Christen 2022-10-05 17:39:53 +02:00
  • 482f507e65 upgraded solr from 8.8.1 to 8.9.0 should hopefully fix https://github.com/yacy/yacy_search_server/issues/496 because it includes https://issues.apache.org/jira/browse/SOLR-13034 Michael Peter Christen 2022-10-05 17:24:07 +02:00
  • d49f937b98 added iso,apk,dmg to extension-deny list see also https://github.com/yacy/yacy_search_server/issues/510 zip is not on the list because it can be parsed Michael Peter Christen 2022-10-05 16:28:50 +02:00
  • 761dbdf06d increases log history length to 10000 implements https://github.com/yacy/yacy_search_server/issues/512 Michael Peter Christen 2022-10-05 16:09:28 +02:00
  • 0970a79bbf attempt to fix https://github.com/yacy/yacy_search_server/issues/517 Michael Peter Christen 2022-10-05 15:29:59 +02:00
  • 1893661ee4 removed/suppressed more warnings Michael Peter Christen 2022-10-05 14:38:59 +02:00
  • 51cf17d252 removed warnings Michael Christen 2022-10-04 22:28:15 +02:00
  • 867f96a32b removed warnings Michael Christen 2022-10-04 22:05:32 +02:00
  • 7bf5f6c7ad upgraded jsoup after security warning Michael Christen 2022-10-04 20:13:16 +02:00
  • 8a06beaf24 removed finalize() methods, deprecated Michael Christen 2022-10-04 20:12:47 +02:00
  • 3dfd7ba016 fixed dockerfile for latest release changes Michael Peter Christen 2022-10-04 17:57:45 +02:00
  • e931b80cf1 new release number schema and CI processes: all commits will now be automatically published at https://release.yacy.net/ Michael Peter Christen 2022-10-04 16:14:40 +02:00
  • 0f66c8bc35 fixed windows installer nsi file for latest release file names Michael Peter Christen 2022-10-04 16:05:35 +02:00
  • 60c9986a0e new release file names with date and git hash ...without reference to 9000ish SVN Michael Peter Christen 2022-10-04 15:31:47 +02:00
  • ede9efe50c write git revision number to yacyBuild.properties Michael Peter Christen 2022-10-04 01:50:56 +02:00
  • 90db21b909 for some reason the compilation fails on linux with "Unicode true" Michael Peter Christen 2022-10-04 00:43:07 +02:00
  • 79fc19e67e removed ci script for nsis build Michael Peter Christen 2022-10-04 00:01:53 +02:00
  • 55c181e5a0 add windows build to ci Michael Christen 2022-10-03 18:23:03 +02:00
  • 56aa23a3ca create release file path in ant process and explicitly make build dir Michael Christen 2022-10-03 12:01:23 +02:00
  • 8b37a5dc6f removed log4j properties because we don't have a log4j any more Michael Christen 2022-10-03 10:44:03 +02:00
  • 347b676b76 changed system to load build properties Michael Christen 2022-10-03 10:12:47 +02:00
  • c36bdbf78d refactoring Michael Christen 2022-10-03 09:37:16 +02:00
  • 96bdbe4afe added ivy class path to gitignore Michael Peter Christen 2022-10-02 23:44:14 +02:00
  • d9e847a6b0 fixed html error Michael Peter Christen 2022-10-02 23:42:54 +02:00
  • 1e1107c97c clean-up and new servlet method caching Michael Peter Christen 2022-10-02 23:39:00 +02:00
  • adbda4c71b moved all remaining servlet classes to new location Michael Peter Christen 2022-10-02 23:22:12 +02:00
  • 33889b4501 moved more servlets to new location Michael Peter Christen 2022-10-02 22:57:58 +02:00
  • 6d388bb7bf refactoring - moved htroot/yacy classes Michael Peter Christen 2022-10-02 22:26:53 +02:00
  • 48fcf3b3b5 alternative servlet method, tested with wiki may become the future method to store servlets Michael Peter Christen 2022-09-30 18:29:01 +02:00
  • d23dea2642 refactoring Michael Peter Christen 2022-09-30 17:42:21 +02:00
  • 23f1dc3741 addressing/fixing some concurrency issues from https://github.com/yacy/yacy_search_server/issues/505 Michael Peter Christen 2022-09-30 08:01:13 +02:00
  • a2a40a3096 new link to crawlstart api documentation Michael Peter Christen 2022-09-29 00:25:51 +02:00
  • 9228fcd481 updated seedlist Michael Peter Christen 2022-09-28 23:52:58 +02:00
  • 9c1bc533fa removed hazelcast because it is phoning home, see also: https://github.com/yacy/yacy_search_server/issues/504 Michael Peter Christen 2022-09-28 17:30:37 +02:00
  • fc98ca7a9c removed ContentControl servlet and functinality This was not used at all (as I know) and was blocking a smooth integration of ivy in the context of an existing JSON parser. Michael Peter Christen 2022-09-28 17:25:04 +02:00
  • b54f4ad35f README: fix typos Roman Riabenko 2022-08-24 14:17:21 +03:00
  • 2a2f0fa44a Merge pull request #488 from thkoch2001/fix_windows_installer Michael Christen 2022-07-10 21:17:37 +02:00
  • 04ca24d7dc rm dead stuff from build.xml Thomas Koch 2022-07-10 12:31:13 +00:00
  • e611305787 rm nsis ant task, call makesis command with exec Thomas Koch 2022-07-10 12:15:36 +00:00
  • a2cd95d5fe Use Unicode in Win-Installer and umlauts in German Thomas Koch 2022-07-08 16:18:24 +00:00
  • 778ea6bc07 Add call for Win-devs to Win-installer welcome screen Thomas Koch 2022-07-08 15:56:54 +00:00
  • aa23167e87 Just open Java download URL in Win-Installer Thomas Koch 2022-07-08 15:45:48 +00:00
  • c98d09b664 rm GitRevTask Thomas Koch 2022-07-10 09:43:03 +00:00
  • 3116713672 rm buildDate from build.xml and its usages Thomas Koch 2022-07-10 09:13:34 +00:00
  • 572558244a rm unused build properties PKGMANAGER, RESTARTCMD, DESTDIR Thomas Koch 2022-07-10 08:23:37 +00:00
  • 4503b9e292 remove gradle build system Thomas Koch 2022-07-09 19:18:52 +00:00
  • b661cc56d8 remove unused branch property in build.xml Thomas Koch 2022-07-09 17:39:30 +00:00
  • 3d138d3fdd catch error when initializing hazelcast should fix https://github.com/yacy/yacy_search_server/issues/468 Michael Peter Christen 2022-06-20 17:27:56 +02:00
  • c049c8d4a4 added missing runs-on: ubuntu-latest Michael Christen 2022-06-13 18:54:12 +02:00
  • df8503d57b Merge pull request #485 from yacy/fix-docker-pull Michael Christen 2022-06-13 18:44:06 +02:00
  • be8ab9771f CI Script to build after pull request Michael Christen 2022-06-13 15:36:00 +02:00
  • 1c3c59de85 fix ant build failure on multiple call to resolve target Thomas Koch 2022-06-13 11:17:33 +00:00
  • c3307231d4 added ci script Michael Peter Christen 2022-06-13 12:14:42 +02:00
  • 04b0e32bc7 Merge pull request #463 from tangdou1/patch-3 Michael Christen 2022-04-10 00:16:12 +02:00
  • dc88676bf2 Merge pull request #478 from thkoch2001/use_ivy Michael Christen 2022-04-09 19:57:48 +02:00
  • 9eb4570df6 download ivy on non-Debian platforms Thomas Koch 2022-04-09 14:50:34 +00:00
  • 8de08e2736 rm License files from lib/ folder Thomas Koch 2022-04-06 14:14:34 +00:00
  • 8fbd6386fd use ivy to manage jars Thomas Koch 2022-04-05 14:36:19 +00:00
  • 4c0ae2ca36 rename langdetect.jar to name in maven repo Thomas Koch 2022-04-06 18:50:10 +00:00
  • 474898da26 rename chardet.jar to name from maven Thomas Koch 2022-04-06 18:37:41 +00:00
  • 5309ca3a5a rename jars to correspond to maven repos Thomas Koch 2022-04-06 17:22:03 +00:00
  • 336100514d Settings_HttpClient.inc spelling correction thkoch2001 2022-04-07 17:33:16 +03:00
  • 2037c0aa00 fix incorrect jar names in .classpath thkoch2001 2022-03-10 18:08:27 +02:00
  • c9d97bb355 Update zh.lng tangdou1 2022-03-05 11:32:32 +08:00
  • 300f337ba7 Update zh.lng tangdou1 2022-03-05 11:25:14 +08:00
  • 0d80945ffa Update zh.lng tangdou1 2022-03-05 11:14:20 +08:00
  • fff0ebe833 Update zh.lng tangdou1 2022-03-05 11:04:16 +08:00
  • 3711f2de6c Update zh.lng tangdou1 2022-03-03 17:18:51 +08:00
  • f7399833c8 Merge pull request #462 from tangdou1/patch-2 Michael Christen 2022-02-28 17:45:51 +01:00
  • f79a858997 Update zh.lng tangdou1 2022-02-28 21:01:19 +08:00
  • eae3674130 Update ConfigBasic.html tangdou1 2022-02-28 20:57:58 +08:00
  • ecb55c958d Update zh.lng tangdou1 2022-02-27 21:11:04 +08:00
  • a525a45034 Merge pull request #461 from tangdou1/patch-1 Michael Christen 2022-02-26 20:58:42 +01:00
  • 31a7c9ab0b Update zh.lng tangdou1 2022-02-27 00:44:58 +08:00
  • 535636551a Further improvement of fccdf5a37b reger24 2022-02-12 13:40:20 +01:00
  • fccdf5a37b Small optimization on gradle task prepYaCyProperties reger24 2022-02-12 13:15:15 +01:00
  • a6a9828181 Merge pull request #440 from lfuelling/master Burkhard 2022-02-11 08:09:17 +01:00
  • 4219d729c3 Update SettingsAck_p.java Burkhard 2022-02-11 08:04:55 +01:00
  • e0fd3d4f10 Update Settings_p.java Burkhard 2022-02-11 08:02:24 +01:00
  • 84651f2925 Make bookmarks.html accessible reger24 2022-02-11 04:25:26 +01:00
  • 2d53147d7f Remove obsolete dir dictionaries reger24 2022-02-11 03:48:30 +01:00
  • a37352cfa7 Update link to Moby in DictionaryLoader_p.html reger24 2022-02-11 03:19:30 +01:00
  • 141e86964e Fix compile deprecation warning reger24 2022-02-11 00:27:55 +01:00
  • 417899dda2 Correction of last commit 9dace71aea reger24 2022-02-10 05:55:47 +01:00
  • 9dace71aea Update yacy.net release download location reger24 2022-02-10 05:51:11 +01:00
  • 47840ef866 Optimize GitComInf reger24 2022-02-10 02:14:44 +01:00
  • bdb9cdfa15 Commented out use of org.mini2Dx:parcl plugin reger24 2022-02-09 21:24:27 +01:00
  • a7e93d9328 Add option to add host to default blacklist from search result reger24 2022-02-09 19:42:04 +01:00