Package Release Info

mtxclient-0.10.1-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libmatrix_client0_10_1
mtxclient-devel
mtxclient-doc

Change Logs

* Mon Aug 04 2025 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.10.1:
  * Fix v12 room ids without server name
  * Experimental support for invite permissions
  * Support new style join vias (instead of server_name)
  * Redirects for media downloads (Karthik)
  * Location messages (MTRNord)
  * Build against fmt11 (Kefu Chai)
  * Fix incompatibility with null aliases
- Remove patch fix-build-with-fmt11.patch as it is fixed upstream
* Thu Mar 27 2025 Dominik Heidler <dheidler@suse.de>
- Fix for 16.0
* Thu Jul 25 2024 Martin Sirringhaus <martin.sirringhaus@suse.com>
- Adding fix-build-with-fmt11.patch to fix broken build
* Mon Jun 10 2024 Loren Burkholder <computersemiexpert@outlook.com>
- Update to version 0.10.0
  * Authentication for media (MSC3916, experimental)
  * Intentional mentions and associated push rules (event_property_is and event_property_contains)
  * Woraround for Element setting "order" in tags as strings
  * Basic support for url previews (NepNep)
  * Support the "fixed" mac method of interactive verification
  * Various speedups for compilation
  * Support reporting content (LorenDB)
  * Remove the creator field from the create event
  * Support the `default_payload` field in pusher data (ramajd)
  * Ignoring users (NepNep)
  * Add Nheko specific account data event to store event expiration settings
  * Inherit variant to shorten symbol names. This requires GCC11.3 or higher.
  * Redo our "effects" event types (LorenDB)
  * Server ACLs
  * Better support for unknown message types
  * Support libolms native error codes
* Sat Jun 01 2024 ecsos <ecsos@opensuse.org>
- Fix build error for Leap.
* Mon Feb 27 2023 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.9.2:
  * Handle incorrect pushrules sent by construct better.
  * Don't highlight everything, when an empty display name is set.
  * Document security of the default parameters to PBKDF2.
  * Fix double invokation of callback if callback throws.
  * Clean up some duplicate symbols in the library.
* Sun Jan 22 2023 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.9.1
  * Fix building with user specified toolchain files.
  * Support error formatting using {fmt}/spdlog.
  * Don't require the events key in state and other keys in sync.
  * Fix parsing members with null reason.
  * Implement searching user directory. (Malte E)
  * Add support for confetti events. (LorenDB)
  * Support MSC3664, pushrules for relations.
  * Support altsvc for http/3 switching.
  * Allow evaluating pushrules locally.
  * Use stable endpoints for cross-signing.
  * Improve documentation in several places.
  * Support voip v1. (r0hit05)
  * Support threading.
  * Switch to C++20.
  * Fix /sync with invites without state.
* Sat Nov 19 2022 Bob Haley <fawz@use.startmail.com>
- Update to version 0.8.2
  * fix crash when fetching room summaries
- Changelog version 0.8.1
  * Allow creating rooms with custom create event but default version
  * Update dependencies
  * Support stable hidden read receipts
  * Validate fields servers are required to validate again
  * Fix voip v1 event parsing (contributed by r0hit)
  * Use hidden friends to reduce overload sets
  * Add support for the unstable polics room type
  * Support querying server capabilities
* Fri Jul 22 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.8.0:
  * Update hidden read receipts to current MSC
  * Add support for policy rules
  * Support for v1 call events and use voip namespace (contributed by r0hit)
  * Simplify unknown and redacted event handling
  * Support listing, resolving and setting aliases
  * Require Matrix v1.1
  * Support the knock_restricted rule
  * Get rid of redundant namespaces and using namespaces
  * Remove support for groups
  * Optionally disable implicit JSON conversions
  * Support fallback keys
  * Make sender_key optional
  * Allow more base64 encodings for cross-signing events
  * Use spdlog for logging
  * Support reasons for knocking, joining leaving and inviting.
  * Support initial state in createRoom
* Sat Mar 12 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.7.0:
  * Allow querying a reusable server url for the current server.
  * Explicit SSO identity providers.
  * Reasons for redactions.
  * Treat all exceptions as errors.
  * Support hidden read receipts.
  * Support fetching the current room state.
  * Stabilize registration tokens.
  * Widget events.
  * Support the space hierarchy API.
  * Allow checking a usernames availability.
  * Allow querying registration flows ahead of time.
  * Properly validate matrix ids.
  * Fix ambiguous conversion of pushrule actions.
  * Reduce copies for pushrules.
  * Remove mentions of Boost.ASIO.
  * Fix documentation.