| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- 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.
- Add libomemo-27.patch to fix encryption
- Add purple-lurch-libomemo-fix-dino-compat.patch: Fix compatibility issues with Dino (commit e3b2125e).
- 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.
- 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.
- 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.
- 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
- 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
- Initial commit, 0.6.4