<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/dino/libdino/src/service/stream_interactor.vala, branch send-button</title>
<subtitle>Fork of GTK3 Dino with experimental features.
</subtitle>
<id>https://gitea.privatedns.org/xavi/dino/atom?h=send-button</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/dino/atom?h=send-button'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/'/>
<updated>2021-03-19T21:06:02+00:00</updated>
<entry>
<title>Add libnice and listen for direct connections in Jingle SOCKS5 (#608)</title>
<updated>2021-03-19T21:06:02+00:00</updated>
<author>
<name>hrxi</name>
<email>hrrrxi@gmail.com</email>
</author>
<published>2019-12-28T02:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=148cf48d2b68354881066e2587e2673c91d2619a'/>
<id>urn:sha1:148cf48d2b68354881066e2587e2673c91d2619a</id>
<content type='text'>
Add libnice as a plugin. If it is present, use libnice to enumerate
local IP addresses and listen on them to support direct connections for
Jingle SOCKS5.

Tested with Conversations and Gajim.

Created the nice.vapi file using
```
vapigen --library nice --pkg gio-2.0 --metadatadir metadata /usr/share/gir-1.0/Nice-0.1.gir
```
</content>
</entry>
<entry>
<title>Implement MUC self ping</title>
<updated>2020-08-31T14:48:20+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-08-14T14:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=e6a90fc25c19b4cfceff7b1d89c58927753ee98d'/>
<id>urn:sha1:e6a90fc25c19b4cfceff7b1d89c58927753ee98d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Visually highlight pending messages, improve resending</title>
<updated>2020-07-16T21:31:19+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-07-15T13:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=7309c6f3ac4e580f197b4835d05bb011fa90780b'/>
<id>urn:sha1:7309c6f3ac4e580f197b4835d05bb011fa90780b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store entity identity info, use it in conversation list tooltips</title>
<updated>2020-03-29T18:24:39+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-03-29T18:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=12cd56612dd6edd056e2cd8aae59ea3ae8f05d1e'/>
<id>urn:sha1:12cd56612dd6edd056e2cd8aae59ea3ae8f05d1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't continue reading after stream was disconnected, make disconnecting async</title>
<updated>2019-11-27T19:01:48+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2019-11-27T17:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=1985fe1d7b94bd1eff80bb3da14bbc52e5585163'/>
<id>urn:sha1:1985fe1d7b94bd1eff80bb3da14bbc52e5585163</id>
<content type='text'>
fixes #636
</content>
</entry>
<entry>
<title>Don't attempt DNS SRV lookups in connection fallback</title>
<updated>2019-11-18T21:45:18+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2019-11-18T21:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=41ada4fcc8991ecacd390d92f8ff7829f4e649ff'/>
<id>urn:sha1:41ada4fcc8991ecacd390d92f8ff7829f4e649ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Base avatars and names on conversation, not JID.</title>
<updated>2019-10-18T14:52:29+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2019-10-18T14:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=e330e60f83e6e46bbc3d320711709f2448b802e7'/>
<id>urn:sha1:e330e60f83e6e46bbc3d320711709f2448b802e7</id>
<content type='text'>
Fixes #598
</content>
</entry>
<entry>
<title>Fix a couple of typos and double imports</title>
<updated>2019-06-01T15:13:33+00:00</updated>
<author>
<name>hrxi</name>
<email>hrrrxi@gmail.com</email>
</author>
<published>2019-06-01T15:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=c245f7e34ae63c83c59996109208fafa971b9dd4'/>
<id>urn:sha1:c245f7e34ae63c83c59996109208fafa971b9dd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use regex literals, fixes some compiler warnings</title>
<updated>2019-03-14T16:39:31+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2019-03-14T16:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=952ac9548402744ac9b13917255b9e461a96abe5'/>
<id>urn:sha1:952ac9548402744ac9b13917255b9e461a96abe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split login jid/password into two steps with checks</title>
<updated>2018-11-16T15:29:34+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@mx.ax.lt</email>
</author>
<published>2018-11-16T15:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=fa731a46235e7d6b46450f339539247d3671514b'/>
<id>urn:sha1:fa731a46235e7d6b46450f339539247d3671514b</id>
<content type='text'>
</content>
</entry>
</feed>
