luccioman
2feec354a5
Added an icon matching Snapcraft packaging icon size requirements
6 years ago
Michael Christen
e6e4ccaa00
Merge pull request #98 from Velociraptor85/patch-2
...
LSB Tag
8 years ago
Michael Peter Christen
fce701f5cc
release 1.92
8 years ago
Velociraptor85
4c94074e78
LSB Tag
...
like described in http://www.yacy-websuche.de/wiki/index.php/De:Service#Initscript_bearbeiten
8 years ago
luccioman
421a6e3a95
Fixed options processing for Mac OS
...
- getopt is BSD style and does not support long options
- fixed typing error inparameter value extracting for all platforms
8 years ago
luccioman
f3f478448b
Explicitely set YaCy data folder when starting in MacOS bundle
8 years ago
galix
3380531a2f
Fixed packaging for YaCy 1.90 on MacOS
8 years ago
Michael Peter Christen
e3e8015306
Merge pull request #28 from Stepanov-Sergey/patch-1
...
fixed typos
9 years ago
Michael Peter Christen
5a39f9f679
stub to use a new app launcher for mac
9 years ago
Sergey Stepanov
3af492538d
fixed typos
9 years ago
Sergey Stepanov
de0f3c6ff1
added Russian synonyms
9 years ago
Ryszard Goń
f3f1b2e899
added English synonyms
10 years ago
Marc Nause
efadb710a4
Updated Git links from Gitorious to Github.
10 years ago
Michael Peter Christen
287c528f46
replaced old JavaApplicationStub for Mac Application framework with new
...
script. Adopted the YaCyApp environment and fixed a problem in the
startYACY.sh application wrapper which caused wrong usage of logging
option -l which caused that files had been written to the YaCy
application folder.
As a result of this fix, it is not necessary any more to change path
settings in Info.plist if libraries are changed.
10 years ago
sixcooler
5594c43d2e
bump to Solr-/Lucene-4.10.3
10 years ago
reger
17808898c6
update to SLF4J 1.7.9
10 years ago
reger
5332c9df21
update to commons-fileupload-1.3.1.jar
...
(includes a security fix)
10 years ago
reger
fe5d4e6c7b
update to Jetty 9.2.6
10 years ago
reger
eca578a5fa
update to PDFBox 1.8.8
10 years ago
reger
0f7d4c42e9
include xmpcore.jar in classpath
...
used by metadata-extractor
10 years ago
reger
9edc7308aa
update to metadata-extractor-2.7.0.jar
...
add 2 simple JUnit test cases for jpeg and tif parsing
10 years ago
Michael Peter Christen
413eeefed4
added character set detection library from
...
http://www-archive.mozilla.org/projects/intl/chardet.html
10 years ago
reger
8055ed5b2a
update to commons-logging-1.2
10 years ago
reger
aa7122f079
update to guava.18.0.jar and jsch.0.1.51.jar
10 years ago
reger
4c14a8b44d
update to poi-3.10.1.jar
10 years ago
reger
ef5c5b4489
update to Jetty 9.2.4
10 years ago
sixcooler
bad5dd7836
update to httpclient-4.3.6
10 years ago
sixcooler
725b206fb4
update to solr-/lucene-4.10.2
10 years ago
sixcooler
4a35570c90
bump to httpcore-4.3.3
10 years ago
reger
0773c73a19
upd to jsoup-1.8.1.jar
10 years ago
Michael Peter Christen
3073c69aee
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
Michael Peter Christen
6491270b3a
large IPv6 redesign of peer ping methods!
...
removed preferred IPv4 in start options and added a new field IP6 in
peer seeds which will contain one or more IPv6 addresses. Now every peer
has one or more IP addresses assigned, even several IPv6 addresses are
possible. The peer-ping process must check all given and possible IP
addresses for a backping and return the one IP which was successful when
pinging the peer. The ping-ing peer must be able to recognize which of
the given IPs are available for outside access of the peer and store
this accordingly. If only one IPv6 address is available and no IPv4,
then the IPv6 is stored in the old IP field of the seed DNA.
Many methods in Seed.java are now marked as @deprecated because they had
been used for a single IP only. There is still a large construction site
left in YaCy now where all these deprecated methods must be replaced
with new method calls. The 'extra'-IPs, used by cluster assignment had
been removed since that can be replaced with IPv6 usage in p2p clusters.
All clusters must now use IPv6 if they want an intranet-routing.
10 years ago
reger
cd0a16cf2e
update to PDFBox 1.8.7
10 years ago
reger
0ecbf32134
update to Jetty 9.2.3
10 years ago
Michael Peter Christen
dc14824814
fix for Mac.app config - but does still not run. looking for build bug.
10 years ago
orbiter
5b5635e187
replaced font for boot tray icon with image and added some more images
...
for further tray icon displays
10 years ago
orbiter
40b3977c21
added an animation of the tray icon during the boot phase of YaCy.
...
Additionally, there is a tooltip and a new headline at the tray menu
which states the current booting status.
10 years ago
Marc Nause
8d1b66accc
Fix for http://mantis.tokeek.de/view.php?id=432
...
*) replaced all shebangs with more universal versions
10 years ago
sixcooler
aa3e5f2046
bump to httpclient-4.3.5
10 years ago
reger
516c8c02b1
update to commons-compress-1.8.1
...
(bugfix release)
10 years ago
reger
8d1b764458
update to Jetty 9.2.2
10 years ago
reger
b4b937a046
update to pdfbox 1.8.6
10 years ago
Michael Peter Christen
09dcdb9b19
update to solr 4.9.0
11 years ago
Michael Peter Christen
282b53db42
update of commons-io and slf4j-api (as preparation for Solr 4.9.0)
11 years ago
sixcooler
66c784c552
bump to httpclient-4.3.4
11 years ago
reger
b9f6acee23
update to Jetty 9.2.1
11 years ago
orbiter
ee7416816b
upgraded poi library (office document format parser) from 3.9 to 3.10
11 years ago
orbiter
a12701ddf6
upgraded bouncy caste libraries (needed for encrypted pdfs, dependency
...
in pdfbox) to 1.46
removed the activation.jar library; I don't know which other library
depends on it.
11 years ago
Michael Peter Christen
2520590b45
migrated from pdfbox 1.8.4 to 1.8.5. They have a very long bugfix list
...
for that update:
http://www.apache.org/dist/pdfbox/1.8.5/RELEASE-NOTES.txt
11 years ago
Michael Peter Christen
d4157184ec
migration to Solr 4.8.1
...
This includes also an update to zookeeper 3.4.6 and a new library that
Solr initializes by default: org.restlet from
http://restlet.com/download/current#release=stable&edition=jse&distribution=zip
which is included in version 2.2.1 from may 6th 2014
11 years ago