reger24
9766f93fe6
revert the gradle build back to ANT (to be able to build J7Zip manually using preferred build tool.
2 years ago
Michael Christen
b0623396cb
Update FUNDING.yml
2 years ago
Zhizhen He
ba087c8c12
fix typo
2 years ago
Michael Peter Christen
309adb814e
fixed import of jsonlist imort from searchlab.eu using a direct URL
2 years ago
Michael Peter Christen
5ddc794bb9
code cleanup in http clieant
2 years ago
Michael Peter Christen
62d177bf59
stub for jsonlist index importer web page
2 years ago
Michael Peter Christen
efa0425f00
refactoring: moved jsonlist importer to importer class
2 years ago
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
2 years ago
Michael Peter Christen
32e6a5f903
for some strange reason there is no javaw in temurin, only java
2 years ago
Michael Peter Christen
6042dd99c6
reduced danger that Tray does not initialize
2 years ago
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
2 years ago
Michael Christen
99174282d8
try to shut down in a bit more ordered way
...
inspired by https://github.com/yacy/yacy_search_server/issues/518
2 years ago
Michael Christen
1b825df086
possible fix for
...
https://github.com/yacy/yacy_search_server/issues/496#issuecomment-1268710276
2 years ago
Michael Peter Christen
a0ddc168e2
upgraded a large number of libraries to latest
2 years ago
Michael Peter Christen
f475ecbd0b
upgraded jetty to 9.4.41.v20210516
2 years ago
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
2 years ago
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
2 years ago
Michael Peter Christen
761dbdf06d
increases log history length to 10000
...
implements https://github.com/yacy/yacy_search_server/issues/512
2 years ago
Michael Peter Christen
0970a79bbf
attempt to fix https://github.com/yacy/yacy_search_server/issues/517
2 years ago
Michael Peter Christen
1893661ee4
removed/suppressed more warnings
2 years ago
Michael Christen
51cf17d252
removed warnings
2 years ago
Michael Christen
867f96a32b
removed warnings
2 years ago
Michael Christen
7bf5f6c7ad
upgraded jsoup after security warning
2 years ago
Michael Christen
8a06beaf24
removed finalize() methods, deprecated
2 years ago
Michael Peter Christen
3dfd7ba016
fixed dockerfile for latest release changes
2 years ago
Michael Peter Christen
e931b80cf1
new release number schema and CI processes:
...
all commits will now be automatically published at
https://release.yacy.net/
2 years ago
Michael Peter Christen
0f66c8bc35
fixed windows installer nsi file for latest release file names
2 years ago
Michael Peter Christen
60c9986a0e
new release file names with date and git hash
...
...without reference to 9000ish SVN
2 years ago
Michael Peter Christen
ede9efe50c
write git revision number to yacyBuild.properties
2 years ago
Michael Peter Christen
90db21b909
for some reason the compilation fails on linux with "Unicode true"
2 years ago
Michael Peter Christen
79fc19e67e
removed ci script for nsis build
2 years ago
Michael Christen
55c181e5a0
add windows build to ci
2 years ago
Michael Christen
56aa23a3ca
create release file path in ant process and explicitly make build dir
2 years ago
Michael Christen
8b37a5dc6f
removed log4j properties because we don't have a log4j any more
2 years ago
Michael Christen
347b676b76
changed system to load build properties
2 years ago
Michael Christen
c36bdbf78d
refactoring
2 years ago
Michael Peter Christen
96bdbe4afe
added ivy class path to gitignore
2 years ago
Michael Peter Christen
d9e847a6b0
fixed html error
2 years ago
Michael Peter Christen
1e1107c97c
clean-up and new servlet method caching
2 years ago
Michael Peter Christen
adbda4c71b
moved all remaining servlet classes to new location
2 years ago
Michael Peter Christen
33889b4501
moved more servlets to new location
2 years ago
Michael Peter Christen
6d388bb7bf
refactoring - moved htroot/yacy classes
2 years ago
Michael Peter Christen
48fcf3b3b5
alternative servlet method, tested with wiki
...
may become the future method to store servlets
2 years ago
Michael Peter Christen
d23dea2642
refactoring
2 years ago
Michael Peter Christen
23f1dc3741
addressing/fixing some concurrency issues from
...
https://github.com/yacy/yacy_search_server/issues/505
2 years ago
Michael Peter Christen
a2a40a3096
new link to crawlstart api documentation
2 years ago
Michael Peter Christen
9228fcd481
updated seedlist
2 years ago
Michael Peter Christen
9c1bc533fa
removed hazelcast because it is phoning home, see also:
...
https://github.com/yacy/yacy_search_server/issues/504
2 years ago
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.
2 years ago
Roman Riabenko
b54f4ad35f
README: fix typos
2 years ago