SHA256
1
0
forked from pool/libQuotient

Accepting request 843760 from home:Dead_Mozay:matrix

- Update to version 0.6.2:
  * More stringent serverpart checks in user ids.
  * Uri::toUrl() now returns an actually working matrix.to link.
  * The biggest change in this release is a rewrite of the code 
    maintaining user profiles (generic and per-room). 
    The new code is simpler, faster and occupies less memory - 
    a hat-trick of optimisation. The improvement is most noticeable 
    when opening bigger rooms with many users (such as Matrix HQ).
  * Trying to set displayname or avatar URL to an empty value with 
    Synapse homeservers led to an obscure error; 
    now it works as it should.
  * Another noticeable change is that the library should be more 
    robust against gateway/CDN/proxy errors that sometimes bring 
    unexpected responses (e.g. an HTML payload when JSON is expected).
  * Quotest: added a test for changing the user display name
  * User::bridged() and User::rawName() has long been useless, 
    as Matrix stopped using bridge postfixes - they are deprecated now.
  * Smaller optimisations, cleanup and documentation updates, as usual.

OBS-URL: https://build.opensuse.org/request/show/843760
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/libQuotient?expand=0&rev=4
This commit is contained in:
Dead Mozay
2020-10-24 10:40:54 +00:00
committed by Git OBS Bridge
parent 2d5388c9c6
commit 889cab5424
7 changed files with 26 additions and 32 deletions

View File

@@ -19,7 +19,7 @@
%define soversion 0_6
Name: libQuotient
Version: 0.6.0
Version: 0.6.2
Release: 0
Summary: Library for Qt Matrix Clients
License: LGPL-2.1-only