File purple-carbons.changes of Package purple-carbons
-------------------------------------------------------------------
Tue Oct 17 12:11:26 UTC 2023 - ming li <mli@suse.com>
- Update to version 0.2.3:
* Added
LICENSE file to make GitHub happy.
The implemented XEP version to the README.
A carbons_internal.h file declaring internal functions.
* Fixed
AppVeyor will now only push tagged builds to GitHub releases.
Set rpath for regular build instead of just for tests.
Stop leaking the retrieved message body.
Preserve CPPFLAGS and LDFLAGS from env.
-------------------------------------------------------------------
Thu May 2 01:39:41 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
- Update to version 0.2.2:
* Use JabberStream to account's domain instead of parsing the
username
* Make sure to not edit the client capabilities while connected
* Do not set any pointers to null while processing (should play
nicer with other plugins)
* Makefile improvements
-------------------------------------------------------------------
Sun Oct 14 20:40:21 UTC 2018 - sor.alexei@meowr.ru
- Update to version 0.2.1:
* Add a missing null check.
* Delete some unused constants.
- Remove purple-carbons-fix-omemo-crash.patch: Merged upstream.
-------------------------------------------------------------------
Sun Oct 7 15:25:04 UTC 2018 - sor.alexei@meowr.ru
- Add purple-carbons-fix-omemo-crash.patch: Fix a crash when an
OMEMO message is carboned.
-------------------------------------------------------------------
Wed Oct 3 18:13:00 UTC 2018 - Martin Herkt <9+suse@cirno.systems>
- Update to version 0.2.0:
* Got rid of the commands, the plugin now sends a feature
discovery request to the server and activates message carbons
if they are supported by the server.
-------------------------------------------------------------------
Mon Sep 24 14:27:32 UTC 2018 - sor.alexei@meowr.ru
- Update to version 0.1.6:
* Clean up the code a bit.
-------------------------------------------------------------------
Tue May 8 16:15:12 UTC 2018 - sor.alexei@meowr.ru
- Update to version 0.1.5:
* Do not interpret the <body> if there is also an <encrypted>
node.
- Remove the libjabber.so hack: no longer needed.
- Remove unnecessary purple-carbons-rpmlintrc.
-------------------------------------------------------------------
Sun Apr 1 12:39:51 UTC 2018 - 9+suse@cirno.systems
- Remove _service
- Update to 0.1.4
* Re-enable carbons for active accounts on plugin load
* Fix various build system issues
-------------------------------------------------------------------
Fri Mar 31 00:44:40 UTC 2017 - 9@cirno.systems
- Initial commit