Changelog for
mtxclient-doc-0.6.1-lp154.7.6.noarch.rpm :
* Mon Jan 17 2022 Samu Voutilainen
- Adjust library name automatically.
* Tue Dec 21 2021 Martin Sirringhaus - Update to version 0.6.1:
* Set counter for encrypted files always to 0
* Add bigobj flag to meson build
* Add script to plot history from memberstats
* Add example that collects member event history from a room
* Add endpoint to list room members
* Fix pinned message events not being parsed
* Fix version tag in meson.build
* Actually read out rule_id in PushRule\'s from_json
* Support error code to string conversions
* Add support for m.direct
* Thu Nov 18 2021 Dead Mozay - Update to version 0.6.0:
* Use new login parameters instead of deprecated user.
* Workaround servers returning null for .well-known in /login.
* Various edit relation fixes.
* Support space state events.
* Use coeurl as the http backend.
* Remove boost dependency.
* Support retrieval of specific state events.
* Use a generic UIAHandler for all UIA endpoints.
* Support registration tokens in UIA (callum).
* Support email and telephone numbers in UIA.
* Support sticker and emote packs (MSC2545).
* Timeout connections properly.
* Properly clear bit 63 of the IV when doing AES.
* Allow converting a private key to a public key.
* Add knocks and restricted rooms support.
* Implement online key backup session encryption.
* Fix parsing query_keys responses with optional keys.
* Fix compilation with Olm 3.2.5.
* Support meson for compilation. This does not generate the cmake files needed by cmake projects to find mtxclient.
* Add bootstrapping for SSSS, online key backup and cross-signing keys.
* Implement the device query and update endpoints.
* Remove patch Fix-compilaton-with-Olm-3.2.5.patch
* Tue Oct 05 2021 Dead Mozay - Fix compilaton with Olm 3.2.5.
* Added patch Fix-compilaton-with-Olm-3.2.5.patch
* Wed Apr 28 2021 Martin Sirringhaus - Update to version 0.5.1:
* Allow exporting a session with a specific minimum index instead of all known indices.
* Wed Apr 21 2021 Dead Mozay - Update to version 0.5.0:
* Support edits
* New relation format and API
* Fixes for voip versioning by trilene
* Proper TLS support
* Support for pushers by vurpo
* Fix crashes when using the epoll reactor on ARM
* Support for MSC2545, sticker and emote packs
* Wed Feb 24 2021 Antonio Larrosa - Added minimum version requirement for cmake and boost so obs leaves the package as unresolvable instead of trying to build it.
* Wed Feb 24 2021 Antonio Larrosa - Update to version 0.4.1:
* Properly clears encryption keys from memory.
* Fixes some build issues with LTO.
* Store olm error code in olm_exceptions.- Remove patch which is already included:
* mtxclient-lto-fixes.patch
* Fri Jan 22 2021 Dead Mozay - Formatting the spec file.
* Thu Jan 21 2021 Dead Mozay - Add mtxclient-lto-fixes.patch # LTO breaks library export
* Thu Jan 21 2021 Dead Mozay - Disabled bundled libs.
* Wed Jan 20 2021 Dead Mozay - Update to version 0.4.0:
* Cross signing and various E2EE bits. Also some larger refactorings around event representation.
* Sat Jun 13 2020 Dead Mozay - Update to version 0.3.1+0:
* Update _service file
* This release contains various cleanups around to device messaging, support for presence and room tags as well as a few other improvements.
* Mon Apr 20 2020 Dead Mozay - Update to version 0.3.0+61ddbb2.20200417:
* blurhashes
* user interactive authentication for /register
* don\'t send empty thumbnails
* media encryption
* url encode more arguments
* .well-known support
* notification pagination
* basic room upgrade support (fetch only)
* improve compatibility with riots key export format
* use std::variant and friends instead of boost
* Wed Apr 08 2020 wnereizAATTmember.fsf.org- Use latest master commit 8841d5f.20200404
* Thu Jun 13 2019 ecsosAATTopensuss.org- Update to 0.2.1 - No changelog from upstream.- Remove _service files to only use released versions.- Fix wrong URL and Source address.- Update wrong build requires package versions.- Remove unneeded _constrains.- Run spec-cleaner.
* Mon Oct 08 2018 windowskaputAATTgmail.com- Update to version 0.2.0+20180929.7793666:
* Add missing clang-format
* Tue Sep 25 2018 windowskaputAATTgmail.com- Update to version 0.2.0+20180921.e0a3d5f:
* ci: Ignore brew error during upgrade
* v0.2.0
* Thu Sep 20 2018 windowskaputAATTgmail.com- Update to version 0.1.0+20180918.99ca748:
* Don\'t upgrade cmake on osx
* Replace generic runtime_error with sodium_exception
* Update docker image & coverage target
* Remove docker cache
* Use docker image for managing deps
* Add docker image for the the build env
* Use the correct directory for test coverage
* Fix fallthrough warning
* Update CI matrix with gcc 5 & 8
* Install libsodium from source
* Mon Sep 17 2018 windowskaputAATTgmail.com- Update to version 0.1.0+20180915.49a3ffd:
* Remove unnecessary update-alternatives command
* Fail build on errors
* Add methods for importing/exporting inbound megolm sessions
* Add methods to encrypt/decrypt exported session keys
* Remove -Werror
* Add missing headers
* Try /media/download if /media/thumbnail returns 404
* Fri Sep 07 2018 windowskaputAATTgmail.com- Update to version 0.1.0+20180906.cd8f571:
* Add support the formatted_message field
* Remove shutdown from error handlers
* Use C++14
* Mon Sep 03 2018 windowskaputAATTgmail.com- Update to version 0.1.0+20180901.343cf4b:
* Use the correct script path
* Update travis script
* Move test fixtures to the correct location
* Increase the range of accepted status codes
* Define toolchains before dep installation
* Use C++14 when building boost 1.68
* Remove clang only flag
* Merge with the matrix-structs project
* Fri Aug 17 2018 windowskaputAATTgmail.com- Update to version 0.1.0+20180808.1089467:
* Remove spdlog as a lib dependency
* Don\'t use the generic json type as the joined_groups response
* Tue Jul 17 2018 windowskaputAATTgmail.com- Update to version 0.1.0:
* Add some group related endpoints
* Add method to retrieve a single event
* Update matrix-structs
* Add test case to claim keys from multiple devices
* Add script to find libolm if installed without cmake support
* Stop the IO service when we\'re shutting down with force=true
* Revert the find_package calls from Config.cmake.in
* Use cmake v3.11
* Added SONAME version to shared library. (#26)
* Add option to shutdown connection before joining threads
* Mon Jul 02 2018 windowskaputAATTgmail.com- Update matrix-structs
* Wed Jun 27 2018 windowskaputAATTgmail.com- New pakage