Michael Peter Christen
59181e8009
removed old jsoup lib from eclipse classpath
5 years ago
Michael Peter Christen
a704ebadcd
build path fix
5 years ago
Michael Christen
41f9b8517f
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
5 years ago
Michael Christen
4ccd1ea3c0
new servlet path "p2p"
...
with a test class.
Call the class with
http://localhost:8090/p2p/seeds.json
5 years ago
Michael Peter Christen
f7c97fd99e
scanner crawl starts wants non-parseable files
5 years ago
reger
20748e4e95
upd to jsoup-1.12.1.jar
5 years ago
Michael Peter Christen
a20b61f5c0
fix for bad json
5 years ago
Michael Peter Christen
d62a8ec542
masking connects
5 years ago
Michael Peter Christen
053e54a2c7
grand CORS for json files
5 years ago
Michael Peter Christen
5eb0033aef
typo
5 years ago
Michael Peter Christen
2c0742fc43
added json version of peer list
5 years ago
Michael Christen
cfa27d2fd5
fixed links
5 years ago
Michael Christen
cb20aa7e54
removed donation message in search result column
5 years ago
Michael Christen
085dc6095d
preliminary installerfinished link
5 years ago
Michael Christen
ab467b1764
fixed css profile name
5 years ago
Michael Christen
60292513c3
going back to the old links - without https
5 years ago
Michael Christen
60802999d0
NSISdl does not support the HTTPS protocol.
...
lets try the http link for the linux download link..
see also:
https://stackoverflow.com/questions/46467921/download-of-file-during-nsis-installer-run-freezes-at-connecting
5 years ago
Michael Peter Christen
f0f12f875b
fix for failing parser test: new forum link
5 years ago
Michael Peter Christen
24b44b8568
trying to fix 'Expected feature release number in range of 9 to 14, but got: 8' error while travis is building
5 years ago
Michael Peter Christen
bb7d836985
code freeze for release
5 years ago
Michael Peter Christen
dddf5930fa
more space for sponsoring
5 years ago
Michael Peter Christen
0bddf2d895
switched url and snippet position
5 years ago
Michael Peter Christen
2999f4b985
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
5 years ago
Michael Peter Christen
449780f762
enhanced search result design
5 years ago
Michael Christen
cdc7adedc2
added sponsor link
5 years ago
Michael Christen
25227676ae
removed some warnings
5 years ago
Michael Christen
f2d45ebb87
design updates + added link to new forum
5 years ago
Michael Peter Christen
789670bd8c
design changes - more space
5 years ago
Michael Peter Christen
897582d23b
updated seedlist bootstrap locations
5 years ago
Michael Christen
a33184098e
added patreon
5 years ago
Michael Christen
3cb1a442b7
added GitHub Sponsors tag
5 years ago
Michael Christen
e5dfcc9271
Merge pull request #303 from arankaren/master
...
Update spanish language
5 years ago
Arankaren Irene
b8acb5aa5b
removed comment line
5 years ago
AranKaren Irene
eff356f9b0
update spanish language
5 years ago
AranKaren Irene
5f3e2ef353
fix syntax
5 years ago
Michael Christen
3a46b07603
fixed many links to old forum, now https://searchlab.eu
6 years ago
Michael Christen
7f7ed6278e
updated compilation with eclipse and links to forum
6 years ago
Michael Christen
d730140914
added github funding
6 years ago
luccioman
6b45cd5799
New optional crawl filter on the URL a doc must match to crawl its links
...
For finer control over which parsed documents can trigger an addition of
their links to the crawl stack, complementary to the existing crawl
depth parameter.
6 years ago
luccioman
8d3e029247
Upgraded Lucene/Solr dependencies from 6.6.5 to 6.6.6
6 years ago
luccioman
385c6a079d
Upgraded Jetty dependencies from 9.4.15.v20190215 to 9.4.17.v20190418
6 years ago
luccioman
f8b94f9891
Upgraded PDFBox dependency from 2.0.14 to 2.0.15
6 years ago
luccioman
d16bc99835
Added "Show Metadata" links to the ViewFile.html links mode
...
To conveniently follow parsed links in the file viewer
6 years ago
luccioman
8c068a9c99
Better HTML text semantics for technical descriptions
6 years ago
luccioman
5a3d5cb92c
Upgraded Solr config files with the ones provided by Solr release
...
Fixes #292
6 years ago
luccioman
a5771b1f14
Made SNI extension user configurable without the need for server restart
...
TLS Server Name Indication (SNI) extension activation can now be
configured with the new Settings_p.html?page=httpClient administration
page.
SNI extension is also now enabled by default, as in 2019 the
unrecognized_name(112) alert is more properly handled by major web
servers TLS implementations, following the RFC 6066 standard.
Related YaCy issues : #153 #189 and #272
JDK 1.7 bug :
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=7127374
Apache httpd issue :
https://bz.apache.org/bugzilla/show_bug.cgi?id=56241
RFC 6066 : https://tools.ietf.org/html/rfc6066#section-3
6 years ago
luccioman
e90405b6f0
Support parsing audio URLs without file extension
...
Added also a Junit for the audio tag parser
6 years ago
luccioman
42c8a251c8
Render a relevant message and status on blocked search requests
...
When unauthenticated (or with insufficient rights) client is blocked
either because blacklisted or excessive request rate, render an error
message and a relevant HTTP status for API requests, instead of an empty
response that appears broken.
6 years ago
luccioman
a8316c79da
Allow JS resorting of search results by unauthenticated users
...
Acces rate limitations to this search mode by unauthenticated users are
set low by default to prevent unwanted server overload but can be
customized through the SearchAccessRate_p.html configuration page
Fixes #291
6 years ago
luccioman
0ab2b49c31
Made /yacysearch access rate limitations user configurable
...
With a new admin page at /SearchAccessRate_p.html in menu Network Access
> Local Search > Access Rate Limitations
6 years ago