Commit graph

1257 commits

Author SHA1 Message Date
Tulir Asokan 76c9660849 Reject unsupported message types and add some more conversions
Closes #524
Closes #539
Fixes #510
2022-08-22 15:05:51 +03:00
Tulir Asokan cdf5a98b29 Update mautrix-go and bump minimum Go version 2022-08-22 15:05:46 +03:00
Tulir Asokan b33bd9c4a7 Enable appservice ephemeral events by default 2022-08-19 14:39:38 +03:00
Tulir Asokan e5ca572811 Add hidden option to use appservice login for double puppeting 2022-08-16 20:35:49 +03:00
Tulir Asokan a87bb67be9 Bump version to v0.6.1 2022-08-16 20:23:44 +03:00
Tulir Asokan e464ea78f4 Update dependencies 2022-08-16 11:03:04 +03:00
Tulir Asokan 52072d9650 Update mautrix-go for new bridge status package 2022-08-15 16:36:28 +03:00
Tulir Asokan aa15fde5da Update changelog 2022-08-14 19:37:11 +03:00
Tulir Asokan f79efa9037 Update mautrix-go 2022-08-14 19:37:11 +03:00
Nick Mills-Barrett 78a8a759c8
Merge pull request #543 from mautrix/add-dev-dockerfile
Add development specific Dockerfile
2022-08-14 16:28:53 +01:00
Nick Barrett 56e041a03c
Add development specific Dockerfile 2022-08-12 15:32:18 +01:00
Tulir Asokan b7514fdc8d Update whatsmeow 2022-08-04 20:53:02 +03:00
Tulir Asokan 8788cbcbd2 Bump Go version used for linting 2022-08-04 20:42:52 +03:00
Tulir Asokan e50ac52014 Update mautrix-go 2022-08-04 20:42:03 +03:00
Tulir Asokan 5ba69f7e8e Add support for admin redactions in groups 2022-08-01 09:49:27 +03:00
Tulir Asokan 3617b991c8 Update whatsmeow 2022-08-01 09:49:27 +03:00
Sumner Evans 2a44a2bf7d provisioning: better logging around authentication 2022-07-27 13:01:12 -07:00
Tulir Asokan 7edd9f3237 Install libolm in GH actions so vet can compile the program
[skip cd]
2022-07-19 22:05:45 +03:00
Tulir Asokan 13f5ab9533 Fix pre-commit hook ID
[skip cd]
2022-07-19 22:01:50 +03:00
Tulir Asokan b2567c9588 Add go vet to pre-commit and GH actions
[skip cd]
2022-07-19 21:57:25 +03:00
Sumner Evans 8cc1ad85ba
Merge pull request #533 from mautrix/fix-test
Fix the FindPrivateChats SELECT statement
2022-07-18 18:16:23 -07:00
Sumner Evans 17cd75654f
Fix the FindPrivateChats SELECT statement
The % needs to be escaped in the LIKE statement.

Closes #532
2022-07-18 19:11:23 -06:00
Tulir Asokan 465ffa27af Remove special-cased private chat portal cleanup 2022-07-18 16:31:56 +03:00
vurpo 1600559de7
Delete portal if user deletes chat on WhatsApp (#531) 2022-07-18 16:16:17 +03:00
vurpo 180c8996a8
Implement "Delete for me" support for messages (#530) 2022-07-18 16:08:52 +03:00
Tulir Asokan 45ed657ab1 Bump version to v0.6.0 2022-07-16 19:50:34 +03:00
Tulir Asokan 6f5070b243 Add message and status fields to status events 2022-07-12 13:15:49 +03:00
Tulir Asokan 7ccc0d005e Remove unused dbms migration function 2022-07-12 13:15:49 +03:00
Tulir Asokan 08d5b10902 Use same ensureUserInvited method everywere. Fixes #529 2022-07-12 13:15:46 +03:00
Tulir Asokan 35ed840a36 Don't try to do periodic sync on status broadcast chat 2022-07-11 19:47:10 +03:00
Tulir Asokan 574d6f47c3 Extend message handling timeout for scheduled messages 2022-07-11 15:08:34 +03:00
Tulir Asokan 794975eaa0 Add support for Matrix -> WhatsApp captions with MSC2530 2022-07-11 14:38:47 +03:00
Tulir Asokan 73f4449761 Add log to find which part of message handling takes long 2022-07-11 14:20:31 +03:00
Tulir Asokan a2d808626f Update changelog 2022-07-09 11:33:33 +03:00
Tulir Asokan fb74e014ec Improve log and update dependencies 2022-07-09 11:16:43 +03:00
Tulir Asokan a548fd7174 Update Docker image to Alpine 3.16 2022-07-06 18:48:30 +03:00
Tulir Asokan 152f5a57b5 Fix handling not found avatars 2022-07-06 13:54:32 +03:00
Tulir Asokan 2bc5c32d48 Add double puppet value to backfilled event wire content 2022-07-05 16:41:28 +03:00
Tulir Asokan 4d059edc48 Update mautrix-go 2022-07-05 16:15:32 +03:00
Tulir Asokan 1b90f98961 Clamp sticker rendering suggestion 190px 2022-07-05 12:52:32 +03:00
Tulir Asokan f8d6f712bd Get Matrix msgtype from WhatsApp type instead of mimetype 2022-07-05 12:46:34 +03:00
Tulir Asokan 91b4699e2d Update mautrix-go 2022-07-05 12:00:44 +03:00
Tulir Asokan 17a9df3297 Always sync private chat portal meta in background sync 2022-07-05 11:11:48 +03:00
Tulir Asokan c16af35d1b Make Portal.UpdateName work without a room 2022-07-05 11:08:21 +03:00
Tulir Asokan d7100cf0bd Update mautrix-go 2022-07-05 11:03:49 +03:00
Tulir Asokan 95aa6c01a6 Fix potential bugs in direct chat portal info updating 2022-07-05 11:02:54 +03:00
Tulir Asokan 9a6670eb93 Update mautrix-go 2022-07-01 23:25:13 +03:00
Tulir Asokan 87c4cd6c20 Simplify expression 2022-07-01 22:34:41 +03:00
Sumner Evans 7247e9b2e6
Merge pull request #525 from mautrix/make-contact-agumentation-more-efficient
provisioning/list_contacts: make augmentation with avatar more efficient
2022-07-01 13:21:07 -06:00
Sumner Evans 07a43e6541
provisioning/list_contacts: make augmentation with avatar more efficient
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-07-01 13:15:08 -06:00