1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-15 05:36:53 -04:00
Commit graph

130 commits

Author SHA1 Message Date
Tulir Asokan
92ff478b1f capabilities: advertise supported state events and member actions 2025-10-27 15:02:37 +02:00
Tulir Asokan
d63cf0106b
all: add support for PNI ghosts to bridge invites/bans (#612) 2025-10-22 21:49:59 +03:00
Tulir Asokan
08d70602e1 signalmeow/web: split non-retrying errors into different type 2025-10-20 11:52:14 +03:00
Tulir Asokan
11e0e97067 client: use transient disconnect for all network errors 2025-10-20 11:51:56 +03:00
Tulir Asokan
4889eae088 chatinfo: add support for PNIs in group creation 2025-10-14 00:20:43 +03:00
Tulir Asokan
a0e596496c groupinfo: add exclude from timeline flag for group resyncs 2025-10-01 14:56:13 +03:00
Adam Van Ymeren
546230ec40
handlematrix: resync portals upon viewieng if they haven't synced in the last 24h (#608)
Co-authored-by: Tulir Asokan <tulir@maunium.net>
2025-09-25 12:31:18 -07:00
Tulir Asokan
250975a622 capabilities: enable implicit read receipts 2025-09-19 14:32:26 +03:00
Tulir Asokan
979bf33802 handlematrix: fix changing disappearing timer 2025-09-17 12:50:59 +03:00
Tulir Asokan
ffd170f0f1
startchat: add support for creating groups (#607) 2025-09-04 13:13:58 +03:00
Tulir Asokan
06ac834ac3 config: parse displayname template at config parse time 2025-09-01 17:06:25 +03:00
Tulir Asokan
c71d417ccc signalmeow/storageservice: send contact list event on storage sync 2025-09-01 16:48:30 +03:00
Tulir Asokan
f80af12c9b signalmeow/store: save signal-specific nicknames 2025-09-01 16:40:35 +03:00
Tulir Asokan
676ad03905 handlematrix: add support for changing disappearing timer 2025-08-29 16:10:41 +03:00
Tulir Asokan
8ee190a1e7 all: enable mautrix-go's new disappearing message features 2025-08-26 17:23:55 +03:00
Tulir Asokan
6900cc9d3d signalmeow/keys: dispatch logged out event on prekey 422 error 2025-08-19 12:32:38 +03:00
Tulir Asokan
47e4284fea msgconv,signalmeow: add support for plaintext attachment hashes in backup 2025-07-28 16:23:00 +03:00
Tulir Asokan
c245fa474f handlesignal: add support for delete for me 2025-07-18 15:58:17 +03:00
Tulir Asokan
69d54526b4 capabilities: remove delete max age in note to self room 2025-07-18 15:24:16 +03:00
Tulir Asokan
1e6f84962e chatsync: stop processing chats if queueing event fails 2025-07-08 13:28:25 +03:00
Tulir Asokan
23b2496ac9 handlematrix: move viewing chat handler to correct file 2025-07-07 15:36:06 +03:00
Tulir Asokan
bb09c6fa0e
handlesignal: plumb event handling result to signalmeow (#603) 2025-06-17 19:54:34 +03:00
Tulir Asokan
46e2158a6a groupinfo: fall back to resyncing group if catchup fails 2025-06-16 16:06:37 +03:00
Tulir Asokan
b39a9c4fd2 login: fix more invalid returns 2025-06-11 15:34:59 +03:00
Tulir Asokan
23ae2e2f7b login: fix invalid return in Start if provision state is error 2025-06-06 14:08:48 +03:00
Nick Mills-Barrett
cca55180cf
client: immediately sync DM ghosts when viewed 2025-06-04 18:12:45 +01:00
Nick Mills-Barrett
f029bbbef0
signalmeow: expose way to fetch profile with custom refresh interval 2025-06-04 18:11:07 +01:00
Tulir Asokan
286197927c directmedia: add nil checks for direct media 2025-06-02 18:11:30 +03:00
Tulir Asokan
c33b32631e handlesignal: don't panic in getters 2025-05-31 18:47:45 +03:00
Tulir Asokan
7eb997b460 handlesignal: add missing details to decryption error event 2025-05-26 15:40:36 +03:00
Toni Spets
9944eb3507 Initial direct media support
Everything still happens in-memory but any file can be downloaded
using direct media URIs.
2025-05-12 17:54:58 +03:00
Tulir Asokan
f6c5e01165 handlematrix: use client-generated transaction IDs 2025-05-08 15:26:19 +03:00
Tulir Asokan
be83b6133f
backfill: set stream order for outgoing items (#593) 2025-04-10 18:30:43 +03:00
Tulir Asokan
c4797ab292 dependencies: update mautrix-go 2025-03-20 16:52:56 +02:00
Tulir Asokan
074a2a9bef client: consume unauth websocket status in ConnectBackground 2025-03-13 17:38:14 +02:00
Nick Mills-Barrett
13a4881fdb
backfill: don't delete all backfill messages if will paginate flag set 2025-03-11 14:08:25 +00:00
Tulir Asokan
cc42285a53 capabilities: resend to include gif info 2025-03-10 17:58:52 +02:00
Tulir Asokan
d7c598dbf4 client: enable registering apns pushers 2025-03-07 17:20:20 +02:00
Tulir Asokan
9e7a24a7ba client: don't propagate background timeouts if connection was successful 2025-03-04 14:49:17 +02:00
Tulir Asokan
870f0d152e signalmeow: fix propagating errors when disconnected 2025-02-26 19:10:01 +02:00
Scott Weber
79985bffa9
login: open new WS and refresh QR code after 45s (#585) 2025-02-18 10:42:12 -05:00
Tulir Asokan
6abb21cfac userinfo: don't fetch info in background mode unless necessary 2025-02-12 18:44:21 +02:00
Tulir Asokan
3d5f873cfc connector: connect unauthed websocket in background mode 2025-02-12 18:44:21 +02:00
Tulir Asokan
f5c818b360 client: update ConnectBackground function signature 2025-01-23 15:08:09 +02:00
Tulir Asokan
0b4d63a62b login: only sync storage after chats 2025-01-20 20:09:06 +02:00
Tulir Asokan
3db54fd574 client: unlink device when logging out 2025-01-19 20:47:07 +02:00
Tulir Asokan
1e622b7bc6 login: remove duplicate sync chats call 2025-01-19 19:16:21 +02:00
Tulir Asokan
dd0f10ab70 connector: implement chat list sync and backfill
Fixes #1
2025-01-19 14:13:11 +02:00
Tulir Asokan
030c83c197 chatinfo: only clear avatar after fetching profile with no avatar 2025-01-19 13:58:22 +02:00
Tulir Asokan
8cdc01f21d chatinfo: stop using deprecated Members list 2025-01-19 13:07:43 +02:00