User Details
- User Since
- Mar 16 2024, 5:35 AM (106 w, 1 d)
Sat, Mar 28
Thu, Mar 26
Serialization correctly.
Wed, Mar 25
Draft can now be restored after switching rooms or reopening kazv.
Sat, Mar 21
autoCache will not be modified
Connect the function that opens the file to the KazvIOJob instead of the FileHandler that can be destroyed at any time.
Wed, Mar 18
Use failWithResponse(r) instead of lambda
Sat, Mar 14
Currently Kazv cannot remember a room is in the state of editing or replying to an event, which makes restoring a draft difficult to achieve. I think this feture should be divided into several diffs instead of being completed in one diff.
Show failure message
Fri, Mar 13
Wed, Mar 11
Sat, Mar 7
Open file when cache success
Thu, Mar 5
When I enter a wrong password, then open the input box again, the old password will still be retained. Especially when I click the "show password", the input box will retain this setting. This is obviously inconsistent with the behavior of most similar software and may lead to unexpected occurrences.
Feb 21 2026
Actually I cannot build the flatpak package using the instructions, but this is not relevant to this diff. Please refer to D287.
Jan 31 2026
Jan 24 2026
Jan 23 2026
Jan 10 2026
Jan 8 2026
Jan 7 2026
Jan 3 2026
Rebase to servant
Rebase to servant
Jan 2 2026
Dec 27 2025
Rebase to servant
Rebase to the latest commit.
Dec 13 2025
Oct 18 2025
Oct 17 2025
Oct 13 2025
Oct 11 2025
Fixed incorrect use of mediaId, add test for auto track downloading job.
Oct 5 2025
Oct 4 2025
kazv cannot be compiled with this diff.
Sep 27 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 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()
