<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacy/bin, branch master</title>
<subtitle>YaCy search server with some extra patches
</subtitle>
<id>https://git.fennell.dev/yacy/atom?h=master</id>
<link rel='self' href='https://git.fennell.dev/yacy/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/'/>
<updated>2020-12-21T23:46:47Z</updated>
<entry>
<title>fixed apicall call method parameters</title>
<updated>2020-12-21T23:46:47Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2020-12-21T23:46:47Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=01cc32217fb2dccaf20284261579addca0d42474'/>
<id>urn:sha1:01cc32217fb2dccaf20284261579addca0d42474</id>
<content type='text'>
and verification in transaction manager
which did not have and exception for localhost/basic authentication</content>
</entry>
<entry>
<title>Going back to basic authentication for console/shell commands</title>
<updated>2020-12-09T01:36:55Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2020-12-09T01:36:55Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=e54ab39958301a320e2e426410cef1edd123327d'/>
<id>urn:sha1:e54ab39958301a320e2e426410cef1edd123327d</id>
<content type='text'>
This does not affect security because:
- it is going to localhost only
- only users who have already access to the pw hash can do this
- no clear text pw is transmitted because that is not stored anywhere
The switch to basic is required because these commands are required
in the context of hosting on root servers and docker containers
where a password change must be done. But the password shell command
was not working without password which made the concept unusable.
This deficit made it virtually impossible for root server operators
to use YaCy because they had been unable to set up a proper password.
</content>
</entry>
<entry>
<title>Updated the down.sh script, fixing the same kind of issue as in PR #260</title>
<updated>2018-12-10T17:23:46Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-12-10T17:23:46Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=7c7b38cb5a17b652de8202df0fb574d7d2b769a1'/>
<id>urn:sha1:7c7b38cb5a17b652de8202df0fb574d7d2b769a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated up.sh to support passing the target peer address as a parameter</title>
<updated>2018-12-10T16:53:12Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-12-10T16:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=b3d8407462cc0fca17ff59f1db920f389e8e8827'/>
<id>urn:sha1:b3d8407462cc0fca17ff59f1db920f389e8e8827</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed broken searchall shell scripts</title>
<updated>2018-12-10T16:51:15Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-12-10T16:51:15Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=1b3cb3820efc7f1f2ab008ddd80e84fc4ef84091'/>
<id>urn:sha1:1b3cb3820efc7f1f2ab008ddd80e84fc4ef84091</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #261 from agnelvishal/patch-3</title>
<updated>2018-12-08T14:49:55Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-12-08T14:49:55Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=8be829ca6bcd48f32e2e9c0a827bc3047aa80cfb'/>
<id>urn:sha1:8be829ca6bcd48f32e2e9c0a827bc3047aa80cfb</id>
<content type='text'>
Update searchall1.sh

This should have been done ealrier after removal of up1.sh script in commit 3d9ce9cd04014fa798f6b2514cf89029675651f0.</content>
</entry>
<entry>
<title>Update searchall1.sh</title>
<updated>2018-12-06T10:39:10Z</updated>
<author>
<name>Agnel Vishal</name>
<email>agnelvishal@gmail.com</email>
</author>
<published>2018-12-06T10:39:10Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=82cd681b2d8ce5e897b480dd6c1afc31659f578c'/>
<id>urn:sha1:82cd681b2d8ce5e897b480dd6c1afc31659f578c</id>
<content type='text'>
The up1.sh does not exist. up.sh does the work</content>
</entry>
<entry>
<title>Update up.sh</title>
<updated>2018-12-06T10:37:38Z</updated>
<author>
<name>Agnel Vishal</name>
<email>agnelvishal@gmail.com</email>
</author>
<published>2018-12-06T10:37:38Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=15f76367f4a4b04e3805fc18c2eb8329783032f4'/>
<id>urn:sha1:15f76367f4a4b04e3805fc18c2eb8329783032f4</id>
<content type='text'>
IP addresses are not selected if "&amp;ip=" is present</content>
</entry>
<entry>
<title>Removed shell temporary debug echo message</title>
<updated>2018-12-01T09:55:15Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-12-01T09:55:15Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=3b383bff63ae8742a2425633853e7eac3d2b5795'/>
<id>urn:sha1:3b383bff63ae8742a2425633853e7eac3d2b5795</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Let setting admin password with script when YaCy server is not running</title>
<updated>2018-11-28T20:44:49Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-11-28T20:44:49Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=3061b58c8c36d94293d102ad1eb40f3afa1a2f3e'/>
<id>urn:sha1:3061b58c8c36d94293d102ad1eb40f3afa1a2f3e</id>
<content type='text'>
Still using the ConfigAccounts_p API when the server is running.</content>
</entry>
</feed>
