Commit graph

56 commits

Author SHA1 Message Date
VAWVAW
f880358a83
Implement receipts per thread (#438) 2025-06-06 01:11:57 +00:00
Ulyssa
c420c9dd65
Add configuration option for hiding state events (#447) 2025-06-05 02:36:21 +00:00
Ulyssa
84eaadc09a
Show state events in the timeline (#437) 2025-05-30 23:06:19 -07:00
VAWVAW
f39261ff84
Fix most incorrect unreads on startup (#433) 2025-05-30 08:56:46 -07:00
Ulyssa
98aa2f871d
Update to ratatui-image@8.0.1 (#434) 2025-05-30 15:39:13 +00:00
Ulyssa
9fce71f896
Display <unknown> for unknown room history visibility (#397) 2025-05-15 17:56:43 -07:00
Ken Rachynski
93502f9993
Bump matrix-sdk dependency to 0.10.0 (#397) 2025-05-15 17:56:35 -07:00
Benjamin Bouvier
591fc0af83
Address some warnings and typos (#408) 2025-05-15 01:46:13 +00:00
Stu Black
e66a8c6716
Bump matrix-sdk dependency to 0.8 (#386) 2025-02-18 03:22:16 +00:00
Ulyssa
5a2a7b028d
Wait to log in before starting background tasks (#234) 2024-03-29 04:14:37 +00:00
Ulyssa
2ac71da9a6
Fix entering thread view when there's no messages yet (#224) 2024-03-24 02:20:06 +00:00
Ulyssa
1e9b6cc271
Provide better error message for M_UNKNOWN_TOKEN (#101) 2024-03-23 19:09:11 -07:00
Benjamin Grosse
0c52375e06
Add support for desktop notifications (#192) 2024-03-21 17:46:46 -07:00
Ulyssa
c63f8d98d5
Fix odd Windows-only compile error (#221) 2024-03-20 22:30:14 -07:00
Ulyssa
ef868175cb
Add support for threads (#216) 2024-03-09 00:47:05 -08:00
Ulyssa
ec81b72f2c
Load receipts for room before acquiring lock (#213) 2024-03-07 07:49:35 +00:00
Ulyssa
dd001af365
Download rooms keys from backups if they exist (#211) 2024-03-02 23:55:27 +00:00
Ulyssa
9732971fc2
Update to matrix-sdk@0.7.1 (#200) 2024-03-02 23:00:29 +00:00
Ulyssa
84bc6be822
Support following the .well-known entries for a username's domain (#209) 2024-02-29 07:21:31 +00:00
Ulyssa
c5999bffc8
Pull in modalkit repository with a Cargo.lock (#208) 2024-02-29 07:00:25 +00:00
Ulyssa
a2a708f1ae
Indicate and sort on rooms with unread messages (#205)
Fixes #83
2024-02-28 09:03:28 -08:00
FormindVER
b7ae01499b
Add a new :chats window that lists both DMs and Rooms (#184)
Fixes #172
2024-02-27 18:37:10 -08:00
Benjamin Grosse
999399a70f
Fix not showing display names in already synced rooms (#171)
Fixes #149
2023-12-18 20:55:04 -08:00
Benjamin Grosse
221faa828d
Add support for previewing images in room scrollback (#108) 2023-11-16 08:36:22 -08:00
chloe
25eef55eb7
Add support for logging in with SSO (#160) 2023-11-04 21:39:17 +00:00
Ulyssa
8943909f06
Support custom sorting for room and user lists (#170) 2023-10-21 02:32:33 +00:00
Aaditya Dhruv
3b86be0545
Add new command for logging out of iamb session (#162) 2023-10-19 21:40:22 -07:00
Benjamin Lee
b2b47ed7a0
Reduce CPU usage by instead fetching read receipts after related sync events (#168) 2023-10-16 01:12:39 +00:00
Ulyssa
9197864c5c
Add more documentation (#166) 2023-10-06 22:35:27 -07:00
Ulyssa
bb30cecc63
Handle sync failure after successful password entry (#133) 2023-07-07 22:35:33 -07:00
Ulyssa
64891ec68f
Support hiding server part of username in message scrollback (#71) 2023-07-06 23:15:58 -07:00
Ulyssa
61aba80be1
Reduce number of Tokio workers (#129) 2023-07-05 15:25:42 -07:00
Ulyssa
ad8b4a60d2
ChatStore::set_receipts locks up app for bad connections (#99) 2023-05-12 17:42:25 -07:00
Ulyssa
cc1d2f3bf8
Gracefully handle verification events that are unknown locally (#90) 2023-05-01 21:33:12 -07:00
Ulyssa
a5c25f2487
Support leaving rooms (#45) 2023-04-28 16:52:33 -07:00
Ulyssa
725ebb9fd6
Redacted messages should have their HTML removed (#67) 2023-03-22 21:25:37 -07:00
Ulyssa
0bc4ff07b0
Lazy load room state events on initial sync (#62) 2023-03-20 16:17:59 -07:00
Ulyssa
7c1c62897a
Show events that couldn't be decrypted (#57) 2023-03-13 15:18:53 -07:00
Ulyssa
61897ea6f2
Fetch scrollback history independently of main loop (#39) 2023-03-13 10:46:26 -07:00
Ulyssa
f3bbc6ad9f
Support configuring client request timeout (#54) 2023-03-12 15:43:13 -07:00
Ulyssa
93eff79f79
Support creating new rooms and spaces (#40) 2023-03-04 12:23:17 -08:00
Ulyssa
11625262f1
Direct message rooms should be encrypted from creation (#29) 2023-03-03 16:37:11 -08:00
Ulyssa
0ed1d53946
Support completing commands, usernames, and room names (#44) 2023-03-01 18:46:33 -08:00
Ulyssa
c9c547acc1
Support sending and displaying message reactions (#2) 2023-02-09 17:53:33 -08:00
Ulyssa
3629f15e0d
Fix newer Clippy warnings for 1.67.0 (#33) 2023-01-30 13:51:32 -08:00
Ulyssa
afe892c7fe
Support sending and displaying read markers (#11) 2023-01-26 15:40:16 -08:00
Ulyssa
d8713141f2
Display room tags in list of direct messages (#21) 2023-01-26 15:23:15 -08:00
Ulyssa
a6888bbc93
Support displaying and editing room tags (#15) 2023-01-25 17:54:16 -08:00
Ulyssa
8966644f6e
Support editing messages (#4) 2023-01-19 16:05:02 -08:00
Ulyssa
56ec90523c
Support redacting messages (#5) 2023-01-13 17:53:54 -08:00