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

27 commits

Author SHA1 Message Date
Tulir Asokan
6abb263407 signalmeow,libsignalgo: add support for group send endorsements 2025-11-28 16:59:29 +02:00
Tulir Asokan
c245fa474f handlesignal: add support for delete for me 2025-07-18 15:58:17 +03:00
Tulir Asokan
dd3aab051f signalmeow: store history transfer data in db 2025-01-19 13:59:57 +02:00
Tulir Asokan
22a18a7418 libsignalgo: remove duplicate cflags 2025-01-17 20:05:42 +02:00
Tulir Asokan
33905f74ac libsignal: update to v0.65.2 2025-01-17 17:52:53 +02:00
Tulir Asokan
3e6561054e Update to libsignal 0.49.0 2024-06-03 16:57:45 +03:00
Malte E
f24a76186d UUID->ACI & invite command 2024-04-02 23:14:08 +02:00
Tulir Asokan
d1ac878312 Sync contacts and groups from storage service 2024-03-22 22:32:29 +02:00
Tulir Asokan
2eb41b5e83 Refactor recipient storage 2024-03-22 22:32:29 +02:00
Tulir Asokan
9c0b8ec6f9 Merge remote-tracking branch 'maltee1/groupinfo_matrix_to_signal' into tulir/pni-sending 2024-03-22 20:05:50 +02:00
Malte E
407dbfd346 add create command 2024-03-20 22:58:43 +01:00
Malte E
20acd100da bridge matrix -> signal group actions (except pendingMember stuff) 2024-03-20 22:54:25 +01:00
Tulir Asokan
25f0efc7e0 Refactor sending to use service IDs 2024-03-19 19:15:37 +02:00
Sumner Evans
e33fa95638
treewide: fix all ignored errors
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-01-06 16:13:47 -07:00
Tulir Asokan
0829e48069 Use uuid type everywhere in signalmeow 2024-01-03 23:14:54 +02:00
Tulir Asokan
4446688764 Sprinkle runtime.KeepAlive everywhere 2024-01-03 20:31:27 +02:00
Tulir Asokan
a0dadf733f Add -lm to ldflags 2024-01-03 00:16:19 +02:00
Tulir Asokan
7186350d10 Small consistency fixes 2023-12-22 14:56:31 +02:00
Tulir Asokan
3a3c7299fe Remove custom UUID type 2023-12-22 14:48:47 +02:00
Tulir Asokan
49ce1f530c Add copyright headers 2023-12-17 15:54:35 +02:00
Scott Weber
9ea94243a9 Update bridge to use libsignal v0.36.1 and latest protobufs
- Update libsignal to v0.36.1 and run protobuf fetch and update
- Update libsignalgo to work with libsignal v0.36.1
2023-12-10 21:39:43 -05:00
Scott Weber
9b18117029 Replace "master key" group identfiers with actual GroupIdentifier
Everywhere.

And save them in the DB so we can still look up master keys when needed
2023-09-14 16:33:40 -04:00
Scott Weber
9090da3643 Decrypt group data 2023-07-17 16:06:48 -04:00
Scott Weber
f20a67d6ff Refactor out most packages, and successfully decrypt group title :O 2023-07-16 23:31:38 -04:00
Scott Weber
58e64d885d Fetching group metadata from server!
Had to use storage.signal.org, and had to ignore a very misleading
AuthCredentialPresentation lengths in the FFI header, it was leading me
to improperly truncate the presentation before sending >:(
2023-07-16 17:33:28 -04:00
Scott Weber
0b9df4ffde Successfully fetching and unmunging group auth credentials 2023-07-14 15:00:25 -04:00
Sumner Evans
249bdf7cd2 start wrapping groupsecretparams
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-06-17 10:08:56 -04:00