Package Release Info

purple-lurch-0.7.0-bp154.1.88

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libpurple-plugin-lurch

Change Logs

* Sat Feb 13 2021 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.7.0:
  * An API reachable through libpurple signals.
    See lurch_api.h for details and usage.
  * Testing setup using cmocka and tests for new modules.
  * The possibility to dynamically link against the submodule
    libaries.
  * Change the /command handler using the API.
    The commands are a bit different and some are new.
  * Warnings are no longer displayed at level "error".
  * Report skipped messages in conversation window and not just in
    the debug log.
  * Some memory handling improvements.
  * Update the libomemo submodule to version 0.7.1.
  * Update the axc submodule to version 0.3.4.
- Remove purple-lurch-libomemo-fix-dino-compat.patch,
  libomemo-27.patch: fixed upstream.
* Sun Nov 29 2020 Bernhard Wiedemann <bwiedemann@suse.com>
- Add libomemo-27.patch to fix encryption
* Mon Sep 16 2019 Alexei Sorokin <sor.alexei@meowr.ru>
- Add purple-lurch-libomemo-fix-dino-compat.patch: Fix
  compatibility issues with Dino (commit e3b2125e).
* Sun Dec 30 2018 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.6.8:
  * Makefile adaptations should help building and running this for
    some.
  * Fix some bugs regarding carbons and sending messages to
    yourself, also added NULL checks so that it plays nicer with
    other plugins which might set the message to NULL.
  * Update submodules and their dependencies, most importantly
    libsignal-protocol-c to 2.3.2.
  * Add plugin preferences prototype: Single option is logging
    verbosity on the debug log.
* Tue May 08 2018 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.6.7:
  * Fix not freeing account list after plugin load.
  * Ignore OMEMO messsage in MUCs if sender is not present.
  * Revert to EME instead of additional body.
  * Remove the magic number for proper enum.
  * Set the correct conversation type when decrypting incoming own
    message to others.
  * Decrypt messages from own account in MUCs.
  * Fix but also disable axc log output.
  * The MUC handling has been rewritten.
  * Destroy the message after exporting.
  * Add some debug output.
Version: 0.6.7-bp150.1.3
* Tue May 08 2018 sor.alexei@meowr.ru
- Update to version 0.6.7:
  * Fix not freeing account list after plugin load.
  * Ignore OMEMO messsage in MUCs if sender is not present.
  * Revert to EME instead of additional body.
  * Remove the magic number for proper enum.
  * Set the correct conversation type when decrypting incoming own
    message to others.
  * Decrypt messages from own account in MUCs.
  * Fix but also disable axc log output.
  * The MUC handling has been rewritten.
  * Destroy the message after exporting.
  * Add some debug output.
* Thu Mar 15 2018 sor.alexei@meowr.ru
- Update to version 0.6.6:
  * Skip adding recipient's devices if addressed to oneself.
  * Fix not initialising a pointer to NULL.
  * Allow to override all *FLAGS.
  * Allow to build a static library.
  * Report AXC errors through purple_debug.
  * Update submodules to current versions.
  * Fix warnings.
  * Some clean up.
- Remove the libjabber.so discoverability workaround: not needed
  anymore.
- Remove the rpmlintrc file: not really needed.
- Add CPPFLAGS
* Thu Apr 06 2017 9@cirno.systems
- 0.6.5
  * strips <html> tags to prevent message leakage
  * authentication tag is now appended to the key, i.e. is part
    of the data which is encrypted with the double ratchet session
  * changes message handler priorities so that this plugin is one
    of the last to process them, and thus fixes the incompatibility
    with the XMPP Receipts plugin
  * fixes display of (OMEMO) when switching from non-OMEMO
    conversations
* Fri Mar 31 2017 9@cirno.systems
- Initial commit, 0.6.4