<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/dino/plugins/http-files/src/file_sender.vala, branch desktop-fork</title>
<subtitle>Fork of GTK3 Dino with experimental features.
</subtitle>
<id>https://gitea.privatedns.org/xavi/dino/atom?h=desktop-fork</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/dino/atom?h=desktop-fork'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/'/>
<updated>2022-04-08T22:28:42+00:00</updated>
<entry>
<title>Prepare http-files plugin for libsoup-3 support</title>
<updated>2022-04-08T22:28:42+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-04-08T22:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=baa4a6a1eb4e98558acfef6e2a24c2c13d42db5c'/>
<id>urn:sha1:baa4a6a1eb4e98558acfef6e2a24c2c13d42db5c</id>
<content type='text'>
Note: ice plugin still depends on libsoup-2.4 and one can't have both
in the same process, so this remains disabled by default
</content>
</entry>
<entry>
<title>Allow cancellation of file transfers</title>
<updated>2022-03-30T16:36:52+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-03-30T16:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=193bf38a790b2a124493c3b7ad591f826e0f773d'/>
<id>urn:sha1:193bf38a790b2a124493c3b7ad591f826e0f773d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ContentFilters</title>
<updated>2021-12-09T14:46:16+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2021-12-09T14:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=fa1ba2f83dcbfbd009b61a6139be2233d729cb89'/>
<id>urn:sha1:fa1ba2f83dcbfbd009b61a6139be2233d729cb89</id>
<content type='text'>
fixes #1129 #573
</content>
</entry>
<entry>
<title>Add RTP implementation as plugin</title>
<updated>2021-03-21T11:41:38+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-03-21T11:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=ef2e3c774cab82a94a5e34399f2013d64c3cf03b'/>
<id>urn:sha1:ef2e3c774cab82a94a5e34399f2013d64c3cf03b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only query entity caps when we need them</title>
<updated>2020-07-16T21:31:19+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-07-03T19:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=e159fd2492c28c1ef4ab64828ca0e8c2de877b41'/>
<id>urn:sha1:e159fd2492c28c1ef4ab64828ca0e8c2de877b41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add file upload preview</title>
<updated>2020-04-22T13:44:12+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-04-22T13:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=51a23728694a3f1312cc9396fc093ca178457c3c'/>
<id>urn:sha1:51a23728694a3f1312cc9396fc093ca178457c3c</id>
<content type='text'>
fixes #756
</content>
</entry>
<entry>
<title>Add support for HTTP Upload headers</title>
<updated>2019-11-19T20:24:28+00:00</updated>
<author>
<name>Wiktor Kwapisiewicz</name>
<email>wiktor@metacode.biz</email>
</author>
<published>2019-11-06T12:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=687ec1a15969a88e00f84b6f45f751c99cc91d92'/>
<id>urn:sha1:687ec1a15969a88e00f84b6f45f751c99cc91d92</id>
<content type='text'>
Some services use Authorization header [0] to pass upload credential
data. This avoids the token being exposed in server logs and is allowed
by XEP-0363 since version 0.5.0.

This change adds support for headers allowed in XEP-0363: Authorization,
Expires and Cookie.

[0]: https://xmpp.org/extensions/xep-0363.html#request
</content>
</entry>
<entry>
<title>Fix reporting failed HTTP upload</title>
<updated>2019-11-04T14:15:28+00:00</updated>
<author>
<name>Wiktor Kwapisiewicz</name>
<email>wiktor@metacode.biz</email>
</author>
<published>2019-10-22T15:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=0acbe4855d1cfb42832aae1d18b668e2ceb18d2c'/>
<id>urn:sha1:0acbe4855d1cfb42832aae1d18b668e2ceb18d2c</id>
<content type='text'>
Status code can't be less than 200 and greater than or equal 300 at the same
time. Using || instead of &amp;&amp; marks all uploads that do not have 2xx status code
as "failed".
</content>
</entry>
<entry>
<title>Add JET support</title>
<updated>2019-09-16T21:31:11+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2019-09-10T18:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=e899668213ee8f7d3566bb5754b488d8633c30c7'/>
<id>urn:sha1:e899668213ee8f7d3566bb5754b488d8633c30c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix specified size for encrypted file uploads</title>
<updated>2019-08-21T20:37:52+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2019-08-21T17:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=0521afa3d828ea0dfc79e6c5c76697e2a3a270c0'/>
<id>urn:sha1:0521afa3d828ea0dfc79e6c5c76697e2a3a270c0</id>
<content type='text'>
</content>
</entry>
</feed>
