- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Oct 6 2025
Oct 5 2025
Oct 4 2025
kazv cannot be compiled with this diff.
Oct 3 2025
Oct 2 2025
Oct 1 2025
Sep 30 2025
Instead of sync forever in Client, we can do one sync cycle in the function, and give control to the user of libkazv. Then, in kazv we can implement the retry logic.
Sep 29 2025
Sep 27 2025
Sep 25 2025
Sep 24 2025
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.
Sep 22 2025
Use boost.url for encode
Use helper function instead of useless properties
Sep 20 2025
mxcUri, sha256, key, iv can be combined into one object.
Sep 19 2025
Sep 18 2025
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.