1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-16 14:13:16 -04:00
Commit graph

470 commits

Author SHA1 Message Date
Kishan Bagaria
490f5af343 - 2026-03-19 10:52:30 -07:00
Tulir Asokan
37a0199f79 handlematrix,msgconv,signalmeow: switch to sending binary ID fields 2026-03-06 00:33:28 +02:00
Tulir Asokan
cb7849efd6 signalmeow,msgconv/from-signal: add support for transferring attachments via disk 2026-03-06 00:13:35 +02:00
Tulir Asokan
0442a32f68 handlesignal,msgconv,signalmeow: add support for remaining binary ACI fields 2026-02-28 12:27:46 +02:00
Tulir Asokan
09ba9d04b2 signalmeow/receiving: add support for binary ACI field in unidentified send statuses 2026-02-24 14:05:11 +02:00
Tulir Asokan
af5f936d3e signalmeow: add support for binary ACI field in sync messages 2026-02-24 13:48:39 +02:00
Tulir Asokan
375c51e7b8 handle*,msgconv,signalmeow: add support for binary ACI fields
Fixes #635
2026-02-23 15:12:57 +02:00
Tulir Asokan
3faa0d4f30 main: bump minimum Go version to 1.25 2026-02-15 13:08:11 +02:00
Tulir Asokan
28af2ed551 signalmeow/store: add missing signalmeow_device foreign keys 2026-02-13 16:24:54 +02:00
Tulir Asokan
eb95559825 signalmeow: update protobufs 2026-02-09 14:13:18 +02:00
Tulir Asokan
c90be170f4 signalmeow/sending: refetch prekeys on error 80 2026-01-29 18:47:27 +02:00
Tulir Asokan
30d9831922 signalmeow/senderkey: log removed devices when resetting 2026-01-29 18:47:27 +02:00
Tulir Asokan
f62599145f
connector,signalmeow: implement network connection resetting (#629) 2026-01-15 14:08:00 +02:00
Nick Mills-Barrett
9921199fa8
signalmeow/web: expose websocket ping timeouts 2026-01-09 12:08:09 +00:00
Tulir Asokan
880849def7 signalmeow/web: fix response bodies not being closed 2026-01-07 14:21:59 +02:00
Tulir Asokan
b33d7c8246 signalmeow/sending: fix typing message envelope timestamps in DMs 2026-01-05 01:08:23 +02:00
Tulir Asokan
f01385849b signalmeow/receiving: save PNI identity keys from sync messages 2025-12-28 20:14:46 +02:00
Tulir Asokan
189fb181cc signalmeow/senderkey: fall back to normal send if there are no sender key recipients 2025-12-24 20:07:53 +02:00
Tulir Asokan
e04ff8b0f6 signalmeow/senderkey: don't mutate recipient list when finding target devices 2025-12-21 23:35:19 +02:00
Michael Hoang
df733a3c77
signalmeow/storageservice: fix nickname clearing not being bridged (#623) 2025-12-15 20:46:57 +02:00
Tulir Asokan
b2dbdb684c signalmeow: store whitelisted flag and use it for message requests 2025-12-12 13:36:28 +02:00
Tulir Asokan
7f8b0b7596 signalmeow/store: handle message request and unregistered status from backup 2025-12-11 16:27:19 +02:00
Tulir Asokan
cb678dd2f0 handle*,chatinfo: implement new interface for message requests 2025-12-09 16:42:57 +02:00
Tulir Asokan
b661b30b85 commands: add command to reset sender key 2025-12-09 00:16:45 +02:00
Tulir Asokan
36e9f02dce signalmeow: add support for retry receipts 2025-12-09 00:16:45 +02:00
Tulir Asokan
b4048bf1e3 signalmeow/receiving: read group ID from USMC 2025-12-09 00:16:45 +02:00
Tulir Asokan
30e80bb18b signalmeow/sending: enable sender key sending 2025-11-28 16:59:29 +02:00
Tulir Asokan
207fc6a996 signalmeow: add cache for unregistered ACIs 2025-11-28 16:59:29 +02:00
Tulir Asokan
6abb263407 signalmeow,libsignalgo: add support for group send endorsements 2025-11-28 16:59:29 +02:00
Tulir Asokan
079223eed6 signalmeow/store: fix latest version number 2025-11-28 16:18:45 +02:00
Tulir Asokan
48cc6ac0aa signalmeow/web: always log short response bodies 2025-11-27 17:34:14 +02:00
Tulir Asokan
e4f9c344cb signalmeow/web: don't truncate paths in logs 2025-11-27 17:34:14 +02:00
Tulir Asokan
659222b31b signalmeow: implement sending with sender keys 2025-11-27 17:34:14 +02:00
Tulir Asokan
60c42c68fc signalmeow/groups: fix group cache 2025-11-25 20:15:52 +02:00
Tulir Asokan
c7b7ea71f8 main: adjust signalmeow user agent 2025-11-25 15:55:32 +02:00
Tulir Asokan
edacab163c client: unlink before disconnecting websocket 2025-11-24 18:22:20 +02:00
Tulir Asokan
c54b104b2e signalmeow/sending: remove incorrect check for sync messages 2025-11-24 18:16:46 +02:00
Tulir Asokan
cd598b8721 signalmeow/web: include server response content in logs 2025-11-24 18:05:24 +02:00
Tulir Asokan
7a72795f5d signalmeow/receiving: remove redundant loop waiting for websocket connect 2025-11-24 17:43:32 +02:00
Tulir Asokan
974259ee3f signalmeow/provisioning: remove prekey upload on login
They need to be uploaded via the websocket, so easier to let the normal
upload flow do it.
2025-11-24 17:42:21 +02:00
Tulir Asokan
b06ca0eefe handle*: fix bugs with polls 2025-11-24 17:20:53 +02:00
Tulir Asokan
bd9b96e3a0 signalmeow: move all normal authed requests to websocket 2025-11-24 17:20:53 +02:00
Tulir Asokan
f8358f6eaf signalmeow/web: refactor SendRequest parameters 2025-11-24 17:20:53 +02:00
Nick Mills-Barrett
2d7eec319f
signalmeow/web: use exsync.Map for response channels (#621)
Co-authored-by: Tulir Asokan <tulir@maunium.net>
2025-11-24 17:20:48 +02:00
Tulir Asokan
67f53eb68f signalmeow/receiving: fix handling missing sender address 2025-11-20 17:15:32 +02:00
Tulir Asokan
aab8af046c signalmeow: drop DMs from blocked contacts on signal 2025-11-20 13:35:34 +02:00
Tulir Asokan
b9061c2aa0 signalmeow/receiving: split sync message handling to new function 2025-11-20 13:16:20 +02:00
Tulir Asokan
8afd786108 signalmeow/provisioning: fix link capabilities 2025-11-17 15:40:36 +02:00
Tulir Asokan
74d9ebb371 signalmeow/attachments: update group avatar upload url 2025-11-15 18:59:21 +02:00
Conan
f4aa084765
handlematrix: implement DeleteChatHandlingNetworkAPI (#616)
Co-authored-by: Tulir Asokan <tulir@maunium.net>
2025-11-15 04:21:29 +08:00