<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/dino, branch default-encryption-gtk4</title>
<subtitle>Fork of GTK3 Dino with experimental features.
</subtitle>
<id>https://gitea.privatedns.org/xavi/dino/atom?h=default-encryption-gtk4</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/dino/atom?h=default-encryption-gtk4'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/'/>
<updated>2023-04-01T00:45:50+00:00</updated>
<entry>
<title>Show modal dialog to select default encryption if unknown</title>
<updated>2023-04-01T00:45:50+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-04-01T00:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=2fd8837970dc9bfc3ca13c1b30132f0eea3fd5b7'/>
<id>urn:sha1:2fd8837970dc9bfc3ca13c1b30132f0eea3fd5b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Setup default encryption settings</title>
<updated>2023-04-01T00:44:36+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-04-01T00:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=d166666acb2653c4522266be749fb3b2f3dd05eb'/>
<id>urn:sha1:d166666acb2653c4522266be749fb3b2f3dd05eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always export symbols to fix startup on BSDs</title>
<updated>2023-03-24T18:36:32+00:00</updated>
<author>
<name>Klemens Nanni</name>
<email>klemens@posteo.de</email>
</author>
<published>2023-03-02T12:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=b75b6062abc07b25d0dcd6717e168aa85be7cf4e'/>
<id>urn:sha1:b75b6062abc07b25d0dcd6717e168aa85be7cf4e</id>
<content type='text'>
```
$ dino
(dino:38515): Gtk-ERROR **: 15:38:38.538: failed to add UI from resource /im/dino/Dino/unified_main_content.ui: .:26:1 Invalid object type 'DinoUiConversationSelector'
Trace/BPT trap (core dumped)
```

This works on Linux because CMake itself links with `-rdynamic` by default
as per its `Modules/Platform/Linux-*.cmake`.

OpenBSD carries this as local patch, FreeBSD links with `--export-dynamics`.
Just linking with `-rdynamic` also fixes it on OpenBSD, as expected.

https://cmake.org/cmake/help/latest/prop_tgt/ENABLE_EXPORTS.html

Fix #438.
</content>
</entry>
<entry>
<title>Add CI for the meson build</title>
<updated>2023-03-24T18:32:50+00:00</updated>
<author>
<name>hrxi</name>
<email>hrrrxi@gmail.com</email>
</author>
<published>2023-03-20T01:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=32e535a79cc23c56f6ef602ef6271b14e3dc4ac4'/>
<id>urn:sha1:32e535a79cc23c56f6ef602ef6271b14e3dc4ac4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First steps of meson support</title>
<updated>2023-03-24T18:32:50+00:00</updated>
<author>
<name>hrxi</name>
<email>hrrrxi@gmail.com</email>
</author>
<published>2023-03-20T01:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=5a90e793ddec723677f2b715b967f29f046e16d2'/>
<id>urn:sha1:5a90e793ddec723677f2b715b967f29f046e16d2</id>
<content type='text'>
Basic configuration of qlite, xmpp-vala, the Dino library and the Dino
application are supported. There's no support for the plugins.

This e.g. enables using the Vala language server.
</content>
</entry>
<entry>
<title>Make members of `Plugins.Registry` public instead of internal</title>
<updated>2023-03-24T18:32:50+00:00</updated>
<author>
<name>hrxi</name>
<email>hrrrxi@gmail.com</email>
</author>
<published>2023-03-20T01:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=b617bf7cc4ac2aa083bcf889816d0479fa353e10'/>
<id>urn:sha1:b617bf7cc4ac2aa083bcf889816d0479fa353e10</id>
<content type='text'>
They are being used from outside the library.
</content>
</entry>
<entry>
<title>Fix images from another client in our account not being displayed right away</title>
<updated>2023-03-23T18:14:22+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2023-03-23T16:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=65efaca6fdcbc788060a0ecc4f7e10fbf5b79669'/>
<id>urn:sha1:65efaca6fdcbc788060a0ecc4f7e10fbf5b79669</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check sender of bookmark:1 updates</title>
<updated>2023-03-23T17:37:47+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2023-03-23T16:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=ef8fb0e94ce79d5fde2943e433ad0422eb7f70ec'/>
<id>urn:sha1:ef8fb0e94ce79d5fde2943e433ad0422eb7f70ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bind soup session lifetime to File provider/sender lifetime</title>
<updated>2023-03-22T18:35:13+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2023-03-22T18:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=6690d8e4a497eb1f18b43d6147676e08bb298dde'/>
<id>urn:sha1:6690d8e4a497eb1f18b43d6147676e08bb298dde</id>
<content type='text'>
Required since libsoup 3.4. Fixes #1395
</content>
</entry>
<entry>
<title>Fix a crash if a message subnode is not found in a carbon</title>
<updated>2023-03-21T23:57:56+00:00</updated>
<author>
<name>Bohdan Horbeshko</name>
<email>bodqhrohro@gmail.com</email>
</author>
<published>2023-03-18T15:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=adb2b58b61457df1791ce1ed9b7bb75707d809fb'/>
<id>urn:sha1:adb2b58b61457df1791ce1ed9b7bb75707d809fb</id>
<content type='text'>
Fixes #1392
</content>
</entry>
</feed>
