User Details
- User Since
- Mar 16 2024, 5:35 AM (81 w, 1 d)
Yesterday
Sat, Oct 4
kazv cannot be compiled with this diff.
Sat, Sep 27
Wed, Sep 24
Don't use Boost.url
Delete a useless declaration of function and add comment for Client::getRoomIdByAliasJob.
Use new Client::getRoomIdByAliasJob instead of Client::getRoomIdByAlias.
Change GetRoomIdByAlias from Action to function that returns BaseJob.
Mon, Sep 22
Use boost.url for encode
Use helper function instead of useless properties
Thu, Sep 18
FileHandler analyzes eventContent, checks whether it is encrypted and contains thumbnails, and performs download/cache.
Fix some incorrect variable name
Handle matrix link to a room alias.
Add GetRoomIdByAliasAction and Client::getRoomIdByAlias()
Use for instead of forEach.
Delete useless code.
Wed, Sep 17
Sat, Sep 13
Check whether userId is contained in content, whether rooms is a json array, and add more test case.
Thu, Sep 11
Tue, Sep 9
Improving code of openLink(), and fixed tests.
Add comments of param for Client::addDirectRoom()
Fixed tests for pipeline
Use Client::accountData() instead of MatrixSdk::directRoomMap() in MatrixSdk::directRoomIds().
Reusing the content json of the original account data event instead of directRoomMap()
Mon, Sep 8
Sun, Sep 7
Sat, Sep 6
Add tests
Tests has not been written yet.
Tests has not been written yet.
Add addDirectRoom() function
Aug 23 2025
Improvement comments
Add MatrixSdk::checkSpecVersionRange() and tests
Aug 16 2025
Improved naming, MatrixSdk::supportSpecVersion()
Aug 9 2025
Fixed qt quick tests
Fixed tests.
Aug 2 2025
Jul 5 2025
Rebase to servant
Jun 28 2025
Declare mxcUriToHttpV1 in header and define in source
Jun 24 2025
Fixed copyright
Add tests
Jun 21 2025
Jun 18 2025
Fixed tests
Jun 17 2025
Use contextualActions
Jun 14 2025
Add function to detect whether the server supports the specified version
Jun 7 2025
Make const variables static global
Parse query for matrix scheme, and add tests.