1
0
Fork 0
mirror of https://github.com/mautrix/whatsapp.git synced 2026-05-14 17:56:53 -04:00
Commit graph

2,029 commits

Author SHA1 Message Date
Tulir Asokan
512f450847 handlewhatsapp: handle newsletter leave/join events 2024-09-27 14:30:40 +03:00
Tulir Asokan
4670a5a233 handlewhatsapp: add support for chat mute/archive/pin state changes 2024-09-27 14:27:13 +03:00
Tulir Asokan
7ec5e2e5f4 handlewhatsapp: resync contacts on app state sync
Also removes the avatar fetch attempted flag in favor of checking if
the avatar ID is empty.
2024-09-26 18:45:00 +03:00
Tulir Asokan
e61de784d0 commands: add accept group invite command 2024-09-26 15:53:42 +03:00
Tulir Asokan
d07fcc80e3 {chat,user}info: add resync queue 2024-09-26 15:39:08 +03:00
Tulir Asokan
c4a466b7b9 handlewhatsapp: add support for group join events 2024-09-26 14:18:55 +03:00
Tulir Asokan
d7ec1cc28b handlewhatsapp: add support for group info changes 2024-09-26 13:38:11 +03:00
Tulir Asokan
38393fc171 handlewhatsapp: add support for avatar changes 2024-09-26 13:24:14 +03:00
Tulir Asokan
bcd358cd76 handlewhatsapp: sync ghosts on name change events 2024-09-26 12:48:19 +03:00
Tulir Asokan
acc6017308 handlewhatsapp: implement various special event types
Includes:

* Identity change notices
* Call start notices
* Delete chat for me events
* Delete message for me events
* Mark chat as read events
2024-09-26 12:37:31 +03:00
Tulir Asokan
3ccafa4dc9 handlewhatsapp: ignore unknown protocol messages 2024-09-25 17:40:10 +03:00
Tulir Asokan
4f57097937 msgconv/from-whatsapp: add support for text formatting 2024-09-25 17:37:41 +03:00
Tulir Asokan
9aa3083da1 userinfo: add missing + to identifier 2024-09-25 17:03:06 +03:00
Tulir Asokan
e61dea0abd msgconv/from-whatsapp: fix handling ExtendedTextMessage 2024-09-25 16:39:49 +03:00
Tulir Asokan
26076702f9 msgconv/from-matrix: fix newlines 2024-09-25 16:25:52 +03:00
Tulir Asokan
5a2394cf98 ci: disable legacy builds 2024-09-25 16:16:08 +03:00
Tulir Asokan
cb55939079 msgconv: add missing message types 2024-09-25 16:15:43 +03:00
Tulir Asokan
2c964df9a1 msgconv/from-whatsapp: add support for converting lottie stickers 2024-09-25 12:45:05 +03:00
Tulir Asokan
c9a51bdc01 ci: reduce issue lock interval
[skip ci]
2024-09-24 21:48:12 +03:00
Tulir Asokan
f7b3575002 ci: lock closed issues automatically after 90 days
[skip ci]
2024-09-24 20:34:54 +03:00
Tulir Asokan
a03b2ca5ef dependencies: update whatsmeow 2024-09-24 14:35:16 +03:00
Tulir Asokan
20f9786ab3 msgconv/from-whatsapp: validate animated sticker size before extracting 2024-09-24 13:29:33 +03:00
Tulir Asokan
6e98f253fb msgconv/from-whatsapp: extract lottie stickers when bridging 2024-09-17 21:41:40 +03:00
Tulir Asokan
a47ed7fd18 backfill: implement 2024-09-17 18:32:09 +03:00
Tulir Asokan
edf6b17b8c wadb: add wrappers for backfill and poll option tables 2024-09-17 14:48:27 +03:00
Tulir Asokan
7264c7fee2 login: wait for 515 event 2024-09-16 23:57:53 +03:00
Tulir Asokan
e6f9c8e0bd client: log when enabling proxy 2024-09-16 23:22:13 +03:00
Tulir Asokan
d604b0fd13 handlewhatsapp: fix handling messages that become decryptable 2024-09-16 15:57:50 +03:00
Tulir Asokan
ec87e7b8d0 msgconv/from-whatsapp: set db metadata in message converter 2024-09-16 15:41:23 +03:00
Tulir Asokan
314214514e msgconv/from-matrix: include disappearing timer 2024-09-16 15:38:59 +03:00
Tulir Asokan
2395e9b0f5 dbmeta: move types to waid package 2024-09-16 15:38:49 +03:00
Tulir Asokan
33a995413a ids: add support for split portals 2024-09-14 12:48:46 +03:00
Tulir Asokan
a219b72676 legacymigrate: ignore messages with null sender 2024-09-13 21:27:50 +03:00
Tulir Asokan
12073df3ef msgconv/from-matrix: fix detecting captions 2024-09-13 17:38:19 +03:00
Tulir Asokan
37b4e44bf6 msgconv/from-matrix: fix uploading images 2024-09-13 17:32:22 +03:00
Tulir Asokan
eaad4d6db5 login: disable auto-reconnect 2024-09-13 17:11:22 +03:00
Tulir Asokan
e481785faf legacyprovision: pre-validate phone number and fix submitting it 2024-09-13 16:47:13 +03:00
Tulir Asokan
4ea7aad1df
Merge pull request #709 from mautrix/v2 2024-09-13 14:07:06 +03:00
Tulir Asokan
6dcc2de8f6 roadmap: update 2024-09-13 14:00:58 +03:00
Tulir Asokan
58f1105e13 dependencies: update 2024-09-13 13:18:36 +03:00
Tulir Asokan
94633e2778 legacyprovision: fix QR code field name 2024-09-11 20:42:27 +03:00
Tulir Asokan
d6bf634a63 login: fix events not being initialized 2024-09-11 20:38:51 +03:00
Tulir Asokan
98b54a27fc handlewhatsapp: add message for wa-not-logged-in 2024-09-11 20:34:29 +03:00
Tulir Asokan
e7d0842f20 legacyprovision: logout other logins when making new one 2024-09-11 20:29:59 +03:00
Tulir Asokan
25f13a3ae4 legacyprovision: don't delete user logins on logout 2024-09-11 20:28:31 +03:00
Tulir Asokan
f4f7043b21 legacyprovision: create portal when starting chat 2024-09-11 16:56:31 +03:00
Tulir Asokan
1356c15628 legacymigrate: fix commas 2024-09-11 16:51:03 +03:00
Tulir Asokan
1ef02aa54e legacyprovision: add backwards-compatible login and SNC endpoints 2024-09-11 15:33:41 +03:00
Tulir Asokan
d95934cbc0 msgconv/from-matrix: fix mime type checks 2024-09-11 01:45:37 +03:00
Tulir Asokan
4619ea11cb msgconv/from-whatsapp: roundtrip big downloads via disk 2024-09-11 01:19:19 +03:00