Revisions of mtxclient

Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 1178049 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 39)
- Fix build error for Leap.
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 1067891 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 38)
- 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. 
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 1060290 from M K's avatar M K (tux93) (revision 37)
- Update to version 0.9.1
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 1036813 from Bob Haley's avatar Bob Haley (fawz) (revision 36)
- 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
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 990709 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 35)
- 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 
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 961187 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 34)
- 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. 
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 957089 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 33)
- Update to version 0.6.2:
  * This release fixes a crash in Nheko if the Matrix server
    is updated to support the APIs v1.1 and up.
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 946880 from Samu Voutilainen's avatar Samu Voutilainen (Smar) (revision 32)
- Adjust library name automatically.
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 941836 from Martin Sirringhaus's avatar Martin Sirringhaus (MSirringhaus) (revision 31)
- 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
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 932420 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 30)
- 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
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 923184 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 29)
- Fix compilaton with Olm 3.2.5.
  * Added patch Fix-compilaton-with-Olm-3.2.5.patch
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 888976 from Martin Sirringhaus's avatar Martin Sirringhaus (MSirringhaus) (revision 28)
- Update to version 0.5.1:
  * Allow exporting a session with a specific minimum index 
    instead of all known indices.
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 887237 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 27)
- 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 
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 874838 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 26)
- Added minimum version requirement for cmake and boost so obs
  leaves the package as unresolvable instead of trying to build it.
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 874822 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 25)
- 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
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 866437 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 24)
- Formatting the spec file. 
- Add mtxclient-lto-fixes.patch # LTO breaks library export
- Disabled bundled libs.
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 865475 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 23)
- Add mtxclient-lto-fixes.patch 
- Disabled bundled libs.
- Update to version 0.4.0:
  * Cross signing and various E2EE bits. 
    Also some larger refactorings around event representation. 
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 814309 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 22)
- 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.
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 795875 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 21)
- 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 
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 792358 from Wnereiz Z's avatar Wnereiz Z (wnereiz) (revision 20)
- Use latest master commit 8841d5f.20200404
Displaying revisions 1 - 20 of 39
openSUSE Build Service is sponsored by