<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/qxmpp/src/server, branch master</title>
<subtitle>Fork of the QXmpp library.
</subtitle>
<id>https://gitea.privatedns.org/xavi/qxmpp/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/qxmpp/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/'/>
<updated>2023-01-31T18:55:42+00:00</updated>
<entry>
<title>Remove Qt &lt; 5.15 compat code</title>
<updated>2023-01-31T18:55:42+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2023-01-31T18:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=1a79303169e245891a911174b6f1fa87fd177597'/>
<id>urn:sha1:1a79303169e245891a911174b6f1fa87fd177597</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable Qt keywords completely</title>
<updated>2022-12-26T21:00:07+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-12-26T20:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=46995fd3fd7da4d1b035f71a1279c041b2871ffd'/>
<id>urn:sha1:46995fd3fd7da4d1b035f71a1279c041b2871ffd</id>
<content type='text'>
Previously we had the policy that no qt keywords were allowed in headers
that may be included by users. However since there was no automatic test
verifying that in some places keywords were still used.

This now disables qt keywords completely, also in tests and examples. Qt
keywords are in general no good or really good idea as they even
conflict with the standard library (`emit` at least).

In some cases in the examples I just removed the slot tag if the
functions didn't need to be slots (anymore).

Closes #503.
</content>
</entry>
<entry>
<title>Reformat code</title>
<updated>2022-09-05T22:46:56+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-09-05T18:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=5f813f8a4bbe1e075daad7b3933829044befffb4'/>
<id>urn:sha1:5f813f8a4bbe1e075daad7b3933829044befffb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Server: Avoid creating temporary for iteration on two containers</title>
<updated>2022-03-13T01:11:14+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-03-13T00:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=e69f1033436ee0de77e7185a4d2dc394b48f14b7'/>
<id>urn:sha1:e69f1033436ee0de77e7185a4d2dc394b48f14b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server: Add missing emit on signals</title>
<updated>2022-03-13T01:11:14+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-03-13T00:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=8cf5dc45bedcc2e186839b590f5e915a88c36507'/>
<id>urn:sha1:8cf5dc45bedcc2e186839b590f5e915a88c36507</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use qDeleteAll()</title>
<updated>2022-03-13T01:11:14+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-03-13T00:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=9100714dbe152d1d02e7b3baf65da890f561cd0c'/>
<id>urn:sha1:9100714dbe152d1d02e7b3baf65da890f561cd0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused non-trivial variables</title>
<updated>2022-03-13T01:11:14+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-03-13T00:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=262271983335160318872e2281db8c9925201cdc'/>
<id>urn:sha1:262271983335160318872e2281db8c9925201cdc</id>
<content type='text'>
Many unused QString/QByteArray not recognized as such by normal compiler
warnings.
</content>
</entry>
<entry>
<title>Fix possibly detaching containers</title>
<updated>2022-03-13T01:11:14+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-03-13T00:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=063d7fa9360899aa33b5891df15a2b9f4840f392'/>
<id>urn:sha1:063d7fa9360899aa33b5891df15a2b9f4840f392</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert copyright headers to REUSE</title>
<updated>2022-01-14T21:41:49+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-01-14T21:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=37359c7928d7fad38f064b6b5f26af59440ed7f9'/>
<id>urn:sha1:37359c7928d7fad38f064b6b5f26af59440ed7f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright years (2022 edition)</title>
<updated>2022-01-09T16:38:42+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-01-09T16:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=33eea347565352fcc85d8229e33bf9039f2f0402'/>
<id>urn:sha1:33eea347565352fcc85d8229e33bf9039f2f0402</id>
<content type='text'>
</content>
</entry>
</feed>
