Commit Graph

14522 Commits

Author SHA1 Message Date
Michael Peter Christen
62d177bf59 stub for jsonlist index importer web page 2022-10-23 12:22:31 +02:00
Michael Peter Christen
efa0425f00 refactoring: moved jsonlist importer to importer class 2022-10-23 11:35:32 +02:00
Michael Peter Christen
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
2022-10-23 11:01:58 +02:00
Michael Peter Christen
32e6a5f903 for some strange reason there is no javaw in temurin, only java 2022-10-06 00:11:04 +02:00
Michael Peter Christen
6042dd99c6 reduced danger that Tray does not initialize 2022-10-06 00:01:42 +02:00
Michael Christen
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.

This shall prevent that a remote DNS is flooded with request and
possibly gets damaged.
This is also a fix/enhancement for
https://github.com/yacy/yacy_search_server/issues/513
2022-10-05 22:59:09 +02:00
Michael Christen
99174282d8 try to shut down in a bit more ordered way
inspired by https://github.com/yacy/yacy_search_server/issues/518
2022-10-05 22:13:06 +02:00
Michael Christen
1b825df086 possible fix for
https://github.com/yacy/yacy_search_server/issues/496#issuecomment-1268710276
2022-10-05 21:56:12 +02:00
Michael Peter Christen
a0ddc168e2 upgraded a large number of libraries to latest 2022-10-05 17:54:47 +02:00
Michael Peter Christen
f475ecbd0b upgraded jetty to 9.4.41.v20210516 2022-10-05 17:39:53 +02:00
Michael Peter Christen
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
2022-10-05 17:24:07 +02:00
Michael Peter Christen
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
2022-10-05 16:28:50 +02:00
Michael Peter Christen
761dbdf06d increases log history length to 10000
implements https://github.com/yacy/yacy_search_server/issues/512
2022-10-05 16:09:28 +02:00
Michael Peter Christen
0970a79bbf attempt to fix https://github.com/yacy/yacy_search_server/issues/517 2022-10-05 15:29:59 +02:00
Michael Peter Christen
1893661ee4 removed/suppressed more warnings 2022-10-05 14:38:59 +02:00
Michael Christen
51cf17d252 removed warnings 2022-10-04 22:28:15 +02:00
Michael Christen
867f96a32b removed warnings 2022-10-04 22:05:32 +02:00
Michael Christen
7bf5f6c7ad upgraded jsoup after security warning 2022-10-04 20:13:16 +02:00
Michael Christen
8a06beaf24 removed finalize() methods, deprecated 2022-10-04 20:12:47 +02:00
Michael Peter Christen
3dfd7ba016 fixed dockerfile for latest release changes 2022-10-04 17:57:45 +02:00
Michael Peter Christen
e931b80cf1 new release number schema and CI processes:
all commits will now be automatically published at
https://release.yacy.net/
2022-10-04 16:14:40 +02:00
Michael Peter Christen
0f66c8bc35 fixed windows installer nsi file for latest release file names 2022-10-04 16:05:35 +02:00
Michael Peter Christen
60c9986a0e new release file names with date and git hash
...without reference to 9000ish SVN
2022-10-04 15:31:47 +02:00
Michael Peter Christen
ede9efe50c write git revision number to yacyBuild.properties 2022-10-04 01:50:56 +02:00
Michael Peter Christen
90db21b909 for some reason the compilation fails on linux with "Unicode true" 2022-10-04 00:43:07 +02:00
Michael Peter Christen
79fc19e67e removed ci script for nsis build 2022-10-04 00:01:53 +02:00
Michael Christen
55c181e5a0 add windows build to ci 2022-10-03 18:23:03 +02:00
Michael Christen
56aa23a3ca create release file path in ant process and explicitly make build dir 2022-10-03 12:01:23 +02:00
Michael Christen
8b37a5dc6f removed log4j properties because we don't have a log4j any more 2022-10-03 10:44:03 +02:00
Michael Christen
347b676b76 changed system to load build properties 2022-10-03 10:12:47 +02:00
Michael Christen
c36bdbf78d refactoring 2022-10-03 09:37:16 +02:00
Michael Peter Christen
96bdbe4afe added ivy class path to gitignore 2022-10-02 23:44:14 +02:00
Michael Peter Christen
d9e847a6b0 fixed html error 2022-10-02 23:42:54 +02:00
Michael Peter Christen
1e1107c97c clean-up and new servlet method caching 2022-10-02 23:39:00 +02:00
Michael Peter Christen
adbda4c71b moved all remaining servlet classes to new location 2022-10-02 23:22:12 +02:00
Michael Peter Christen
33889b4501 moved more servlets to new location 2022-10-02 22:57:58 +02:00
Michael Peter Christen
6d388bb7bf refactoring - moved htroot/yacy classes 2022-10-02 22:26:53 +02:00
Michael Peter Christen
48fcf3b3b5 alternative servlet method, tested with wiki
may become the future method to store servlets
2022-09-30 18:29:01 +02:00
Michael Peter Christen
d23dea2642 refactoring 2022-09-30 17:42:21 +02:00
Michael Peter Christen
23f1dc3741 addressing/fixing some concurrency issues from
https://github.com/yacy/yacy_search_server/issues/505
2022-09-30 08:01:13 +02:00
Michael Peter Christen
a2a40a3096 new link to crawlstart api documentation 2022-09-29 00:25:51 +02:00
Michael Peter Christen
9228fcd481 updated seedlist 2022-09-28 23:52:58 +02:00
Michael Peter Christen
9c1bc533fa removed hazelcast because it is phoning home, see also:
https://github.com/yacy/yacy_search_server/issues/504
2022-09-28 17:30:37 +02:00
Michael Peter Christen
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.
2022-09-28 17:25:04 +02:00
Roman Riabenko
b54f4ad35f README: fix typos 2022-08-24 15:30:29 +03:00
Michael Christen
2a2f0fa44a
Merge pull request #488 from thkoch2001/fix_windows_installer
Fix windows installer
2022-07-10 21:17:37 +02:00
Thomas Koch
04ca24d7dc rm dead stuff from build.xml 2022-07-10 12:33:32 +00:00
Thomas Koch
e611305787 rm nsis ant task, call makesis command with exec
This allows to remove another jar file from the git repo and the
whole libbuild folder.
The ant task is just a wrapper to call the makensis command. So
there should not be any drawback to remove it.
2022-07-10 12:33:32 +00:00
Thomas Koch
a2cd95d5fe Use Unicode in Win-Installer and umlauts in German 2022-07-10 12:33:32 +00:00
Thomas Koch
778ea6bc07 Add call for Win-devs to Win-installer welcome screen 2022-07-10 12:33:32 +00:00