summaryrefslogtreecommitdiff
path: root/addon
AgeCommit message (Collapse)Author
2023-09-27apply patches from @HenryLoenwindJoel Strasser
2021-10-25attempt to make a Mac Release using gradleMichael Peter Christen
This is almost working with many workarounds: - run rm lib/yacycore.jar - run ./gradlew clean build bundleNative - run ant clean all - run again rm lib/yacycore.jar - run ./fixMacBuild.sh The build is then inside build/mac/YaCy.app Right now this works so far but it does not have the correct release number inside. Target is to make this working for Windows releases and to embedd jre entirely.
2021-07-19removed Debian and Red Hat build processMichael Peter Christen
as announced in https://twitter.com/yacy_search/status/1414608643241152516 because of lack of community support for these kind of distributions. We will still support tarball, Windows, Mac and Docker releases.
2021-07-19removed Xms java memory startup parameterMichael Peter Christen
We will use the default value for now on. This is much better for resource economy and fits better into a container/docker/kubernetes strategy. Furthermore, a small memory footprint is essential for the usage on small devices like RaspberryPi.
2019-02-04Added a stop command using the existing stop script to the snap packageluccioman
2019-01-05Added Snap package configuration to choose to version data or notluccioman
By default when the Snap package is installed, YaCy data is stored in a versioned user folder, allowing to revert to previous data after a package refresh for example. But it can consumes much disk space, so it is now possible to tell YaCy snap not to version its data, with the Snap configuration setting "data.versioned=false".
2018-09-10Added an icon matching Snapcraft packaging icon size requirementsluccioman
2017-01-26Merge pull request #98 from Velociraptor85/patch-2Michael Christen
LSB Tag
2016-12-26release 1.92Michael Peter Christen
2016-12-24LSB TagVelociraptor85
like described in http://www.yacy-websuche.de/wiki/index.php/De:Service#Initscript_bearbeiten
2016-09-03Fixed options processing for Mac OSluccioman
- getopt is BSD style and does not support long options - fixed typing error inparameter value extracting for all platforms
2016-09-02Explicitely set YaCy data folder when starting in MacOS bundleluccioman
2016-08-24Fixed packaging for YaCy 1.90 on MacOSgalix
2016-01-06Merge pull request #28 from Stepanov-Sergey/patch-1Michael Peter Christen
fixed typos
2015-12-26stub to use a new app launcher for macMichael Peter Christen
2015-11-30fixed typosSergey Stepanov
2015-11-30added Russian synonymsSergey Stepanov
2015-04-17added English synonymsRyszard Goń
2015-03-23Updated Git links from Gitorious to Github.Marc Nause
2015-01-23replaced old JavaApplicationStub for Mac Application framework with newMichael Peter Christen
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.
2015-01-04bump to Solr-/Lucene-4.10.3sixcooler
2014-12-23update to SLF4J 1.7.9reger
2014-12-22update to commons-fileupload-1.3.1.jar reger
(includes a security fix)
2014-12-19update to Jetty 9.2.6reger
2014-12-19update to PDFBox 1.8.8reger
2014-12-16include xmpcore.jar in classpathreger
used by metadata-extractor
2014-12-15update to metadata-extractor-2.7.0.jarreger
add 2 simple JUnit test cases for jpeg and tif parsing
2014-12-10added character set detection library fromMichael Peter Christen
http://www-archive.mozilla.org/projects/intl/chardet.html
2014-12-06update to commons-logging-1.2reger
2014-11-30update to guava.18.0.jar and jsch.0.1.51.jarreger
2014-11-29update to poi-3.10.1.jarreger
2014-11-28update to Jetty 9.2.4reger
2014-11-09update to httpclient-4.3.6sixcooler
2014-11-07update to solr-/lucene-4.10.2sixcooler
2014-10-24bump to httpcore-4.3.3sixcooler
2014-10-03upd to jsoup-1.8.1.jarreger
2014-09-30Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.gitMichael Peter Christen
2014-09-30large IPv6 redesign of peer ping methods!Michael Peter Christen
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.
2014-09-28update to PDFBox 1.8.7reger
2014-09-27update to Jetty 9.2.3reger
2014-09-16fix for Mac.app config - but does still not run. looking for build bug.Michael Peter Christen
2014-09-08replaced font for boot tray icon with image and added some more imagesorbiter
for further tray icon displays
2014-09-07added an animation of the tray icon during the boot phase of YaCy.orbiter
Additionally, there is a tooltip and a new headline at the tray menu which states the current booting status.
2014-08-25Fix for http://mantis.tokeek.de/view.php?id=432Marc Nause
*) replaced all shebangs with more universal versions
2014-08-19bump to httpclient-4.3.5sixcooler
2014-08-18update to commons-compress-1.8.1reger
(bugfix release)
2014-08-17update to Jetty 9.2.2reger
2014-07-25update to pdfbox 1.8.6reger
2014-07-01update to solr 4.9.0Michael Peter Christen
2014-07-01update of commons-io and slf4j-api (as preparation for Solr 4.9.0)Michael Peter Christen