Commit graph

1282 commits

Author SHA1 Message Date
Tulir Asokan 6c517eaaeb Add support for wa.me/qr links in resolve command. Fixes #556 2022-09-28 14:45:09 +03:00
Tulir Asokan 0e298bb88b Fix updated name log 2022-09-22 16:20:13 +03:00
Tulir Asokan f0401ee81e Generate different deterministic event IDs for captions 2022-09-20 17:31:12 +03:00
Tulir Asokan a112e48467 Fix usage and help message for sync command 2022-09-18 14:46:16 +03:00
Tulir Asokan 20e6d9e659 Bump version to v0.7.0 2022-09-16 13:03:33 +03:00
Tulir Asokan c3dedef328 Update whatsmeow and mautrix-go 2022-09-16 12:42:33 +03:00
Tulir Asokan 126b6a1745 Actually update mautrix-go 2022-09-15 13:02:46 +03:00
Tulir Asokan 4ce0a55c33 Update mautrix-go to fix MSC3870 media uploads 2022-09-15 12:58:03 +03:00
Tulir Asokan bcf67b89b6 Update mautrix-go to fix MSC2409 to-device event field 2022-09-14 21:09:36 +03:00
Tulir Asokan e0294b64dd Use constants for homeserver software checks 2022-09-12 22:14:50 +03:00
Tulir Asokan 2e934abe43 Disable state_events_at_start on hungryserv 2022-09-12 22:14:41 +03:00
Tulir Asokan d6fe852efa Include event type in bridging error messages 2022-09-11 21:15:22 +03:00
Tulir Asokan ec9e6d517f Add missing f
[skip cd]
2022-09-07 12:31:59 -04:00
Tulir Asokan 8a7204998e Update changelog 2022-09-06 15:55:54 -04:00
Tulir Asokan 3f59ae3d26 Ignore webp padding errors. Fixes #549 2022-09-06 15:55:46 -04:00
Tulir Asokan 60506593e5 Handle StreamReplaced errors 2022-09-06 15:38:47 -04:00
Tulir Asokan b923a39d76 Fix media conversion errors not including actual error 2022-08-31 11:10:39 +03:00
Tulir Asokan 985b33fd7c Backfill with deterministic event IDs on hungryserv 2022-08-25 17:05:45 +03:00
Tulir Asokan b8ffe971fc Replace asmux flag with generic software config option 2022-08-25 12:04:42 +03:00
Tulir Asokan 46a48541aa Add config option to use AS transactions for e2be 2022-08-25 11:59:09 +03:00
Tulir Asokan 11abac2214 Resize webp stickers if they're not 1:1 2022-08-25 11:43:16 +03:00
Tulir Asokan 24f7f353e4 Fix variable names 2022-08-24 21:08:47 +03:00
Tulir Asokan e554d048c9 Pad images when converting to webp 2022-08-24 21:06:27 +03:00
Tulir Asokan e25974ea4e Update changelog 2022-08-24 12:01:02 +03:00
Tulir Asokan 5c5498c9c0 Disable notices for m.notice errors. Fixes #544 2022-08-24 12:00:22 +03:00
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