Watch
1
0
Fork
You've already forked mautrix-signal
0
mirror of https://github.com/mautrix/signal.git synced 2026-09-18 16:44:15 -04:00

Commit graph

  • c345091e3d
    Add relay mode (#392) Malte E 2023-12-26 21:47:27 +01:00
  • 419b0e33b9
    Update portal.go Malte E 2023-12-26 21:09:19 +01:00
  • d225949f94 make captions work Malte E 2023-12-26 21:00:19 +01:00
  • a57b51af3d Allow body to be same as filename if there's a formatted_body for caption Tulir Asokan 2023-12-26 20:01:39 +01:00
  • 38e0c5fca6 Partially fix replying to files Tulir Asokan 2023-12-26 19:53:49 +01:00
  • da879806fd Fix sending voice messages Tulir Asokan 2023-12-26 19:49:20 +01:00
  • dd77f9d4b6 Add more info to outgoing attachment pointers Tulir Asokan 2023-12-26 19:39:14 +01:00
  • d78e006bc6 Fix panics when receiving stickers Tulir Asokan 2023-12-26 19:39:01 +01:00
  • 203f80cc0b Send stickers as real stickers instead of images Tulir Asokan 2023-12-26 18:28:00 +01:00
  • 2dbc42dc77 Fix IsLoggedIn check Tulir Asokan 2023-12-26 18:26:22 +01:00
  • ed4c7c93b5 Reply with error when trying to send without being logged in Tulir Asokan 2023-12-26 18:24:53 +01:00
  • 9201bff003 Add more checks to weird name hack. Fixes #394 Tulir Asokan 2023-12-26 18:00:48 +01:00
  • c6d22f403b Fix sending captions. Fixes #393 Tulir Asokan 2023-12-26 17:56:43 +01:00
  • 7186350d10 Small consistency fixes Tulir Asokan 2023-12-22 14:56:31 +02:00
  • 3a3c7299fe Remove custom UUID type Tulir Asokan 2023-12-22 14:47:07 +02:00
  • 5efa86b627 Fix method receiver name Tulir Asokan 2023-12-22 13:50:48 +02:00
  • df03fcdeb9 Fix over-indentation of incoming request handler Tulir Asokan 2023-12-22 13:49:38 +02:00
  • ae60c41282 Actually update protobufs Tulir Asokan 2023-12-21 18:06:58 +02:00
  • 8260ba1559 Add support for Matrix -> Signal formatting Tulir Asokan 2023-12-21 16:47:27 +02:00
  • 3c0482e97f Update mautrix-go to ignore legacy log configs Tulir Asokan 2023-12-19 15:43:15 +02:00
  • aaf862ad9a Update changelog Tulir Asokan 2023-12-19 15:43:31 +02:00
  • 6f0d62784d Automatically add sslmode=disable to postgres connection string when upgrading Tulir Asokan 2023-12-19 12:40:19 +02:00
  • 3ea2ac8c2b Fix version number Tulir Asokan 2023-12-18 21:16:00 +02:00
  • 3fabd67c5b Rename file Tulir Asokan 2023-12-18 14:22:49 +02:00
  • 6e7faa2a65 Fix standalone dockerfile Tulir Asokan 2023-12-18 13:11:32 +02:00
  • 4bf0008010 Add automatic migration from python config Tulir Asokan 2023-12-18 12:23:31 +02:00
  • 947575a5b0 Remove outdated badges Tulir Asokan 2023-12-18 02:21:48 +02:00
  • f79668dd4b Update readme and other things Tulir Asokan 2023-12-18 01:39:19 +02:00
  • 0bf0111dc4 Check membership cache in ensureInvited Tulir Asokan 2023-12-18 01:08:23 +02:00
  • e10672d353 Merge remote-tracking branch 'element-hq/go/ensure-user-invited-on-update' Tulir Asokan 2023-12-18 01:08:10 +02:00
  • 54aab69650 Merge remote-tracking branch 'AndrewFerr/inbound-descriptions' Tulir Asokan 2023-12-18 01:02:29 +02:00
  • 42636dfe37 Try to not mark CI as failed Tulir Asokan 2023-12-18 00:38:42 +02:00
  • 3fffbfae6b Fix downloading libsignal in test action Tulir Asokan 2023-12-18 00:30:39 +02:00
  • f22d2b88d3 Fix library path in test action Tulir Asokan 2023-12-18 00:28:27 +02:00
  • 385af2ea79 Use precompiled libsignal in github actions Tulir Asokan 2023-12-18 00:11:05 +02:00
  • 83415628db Fix running libsignalgo tests and add pipefail for bridge tests Tulir Asokan 2023-12-18 00:09:18 +02:00
  • cbd3b1b0d5 Try to fix tests in CI again Tulir Asokan 2023-12-17 23:56:34 +02:00
  • 4f60bd3fbe Try to fix tests in CI Tulir Asokan 2023-12-17 23:48:12 +02:00
  • cf6a9778b3 Update editorconfig Tulir Asokan 2023-12-17 23:48:07 +02:00
  • 45c2ce2cd9 Fix Go 1.20 compatibility Tulir Asokan 2023-12-17 23:30:45 +02:00
  • 04758bb8c5 Use Go 1.21 in github actions Tulir Asokan 2023-12-17 23:28:43 +02:00
  • 4072495da6 Add another test Tulir Asokan 2023-12-17 23:26:53 +02:00
  • 4ef484374a Run bridge tests in github actions Tulir Asokan 2023-12-17 23:20:34 +02:00
  • 6a5fc0faa3 Fix handling overflowing body ranges Tulir Asokan 2023-12-17 23:17:35 +02:00
  • 1b3aac0841 Add some comments and tests to format parser Tulir Asokan 2023-12-17 23:15:41 +02:00
  • 61ef8904e9 Add support for Signal -> Matrix formatting Tulir Asokan 2023-12-17 22:43:32 +02:00
  • 3411949632 Remove custom time formatter Tulir Asokan 2023-12-17 18:23:03 +02:00
  • a472f91179 Fix receiver name Tulir Asokan 2023-12-17 18:19:57 +02:00
  • 06d0939645 Hack message conversion to make captions optional Tulir Asokan 2023-12-17 18:14:09 +02:00
  • ea6b2df562 Fix contact avatar mime types Tulir Asokan 2023-12-17 17:39:40 +02:00
  • 5e1025cdca Fix displayname template and add use contact avatar option Tulir Asokan 2023-12-17 17:32:20 +02:00
  • ce93c81271 Remove unused columns in puppet table Tulir Asokan 2023-12-17 17:25:29 +02:00
  • 60b9a4577b Add build flags to fix macOS build Tulir Asokan 2023-12-17 16:00:14 +02:00
  • 49ce1f530c Add copyright headers Tulir Asokan 2023-12-17 15:54:35 +02:00
  • 7df6a43d6f Update ROADMAP.md Tulir Asokan 2023-12-17 15:44:28 +02:00
  • 61841ca4f1 Organize imports Tulir Asokan 2023-12-17 15:21:21 +02:00
  • 396071be12 Update dependencies Tulir Asokan 2023-12-17 15:16:18 +02:00
  • d73ba502ef Switch signalmeow upgrades to dbutil Tulir Asokan 2023-12-17 15:14:31 +02:00
  • 0c009e58fa Merge remote-tracking branch 'element-hq/go/fix-contact-profile-key-column-type' Tulir Asokan 2023-12-17 14:52:37 +02:00
  • 63b24c86d1 Send BAD_CREDENTIALS on signalgo migration Scott Weber 2023-12-14 14:54:18 +00:00
  • 3953789ef0 Support kyber prekeys and use them during provisioning Scott Weber 2023-12-13 15:45:22 +00:00
  • 607f33e069 New provisioning flow (for /v1/devices/link) Scott Weber 2023-12-12 22:54:38 +00:00
  • 538aa7a477 Switch to shared CI config Tulir Asokan 2023-12-12 18:18:35 +02:00
  • 8523eec2ab Add missing cflag Tulir Asokan 2023-12-12 16:37:44 +02:00
  • 1b08c300cc Build fully static binaries and use Alpine for docker image Tulir Asokan 2023-12-12 16:20:01 +02:00
  • d9db092d8f Update .gitignore Tulir Asokan 2023-11-08 12:31:34 +02:00
  • 55318033fd Work around GCC bug to fix Linux build (breaks clang build on macOS though) Scott Weber 2023-12-11 04:11:20 +00:00
  • e6eb03901b Update GH workflow with new libsignal version Scott Weber 2023-12-10 21:53:17 -05:00
  • 9ea94243a9 Update bridge to use libsignal v0.36.1 and latest protobufs Scott Weber 2023-12-10 17:32:33 -05:00
  • bdc2fec369 Refactor for code reuse Andrew Ferrazzutti 2023-11-29 15:32:36 -05:00
  • dd48c404c2 Bridge descriptions from Signal Andrew Ferrazzutti 2023-11-29 14:02:23 -05:00
  • 0ce75e293e Expose debug API with pprof Toni Spets 2023-12-05 12:24:19 +02:00
  • 7b674397e3 Revert "Clean up extra ghosts that may be left from double puppetting problems" Scott Weber 2023-12-01 14:52:26 -05:00
  • 5d74b17856 Run CleanUpExtraGhosts outside of the user lock Scott Weber 2023-12-01 12:30:40 -05:00
  • 3c0129cb38 Clean up extra ghosts that may be left from double puppetting problems Scott Weber 2023-12-01 12:11:23 -05:00
  • 7d487dbd2f Hack to fix bridging multiple images from Signal Scott Weber 2023-11-28 23:09:45 -05:00
  • 068af1df27 Don't crash on messages from Signal with formatting Scott Weber 2023-11-28 20:09:39 -05:00
  • 6f378d1b99 Upgrade only for postgres Andrew Ferrazzutti 2023-11-24 11:41:24 -05:00
  • afab8bf265 Set contact table profile key type to bytea Andrew Ferrazzutti 2023-11-24 01:40:31 -05:00
  • 468f655a6f Ensure user is invited to portals on update Andrew Ferrazzutti 2023-11-23 15:52:37 -05:00
  • 8f3f50eb87 Handle ws == nil, and ws reconnect loops Scott Weber 2023-11-22 23:06:41 -05:00
  • e20d746376 Increase WS read limit to 1MB from default of 32KB Scott Weber 2023-11-22 21:59:55 -05:00
  • 6068d25fc9 Ensure double puppetting is started for incoming messages (if enabled) Scott Weber 2023-11-21 18:17:07 -05:00
  • fa7a34ac15
    Scope reply events to current portal & quoted user (#17) Andrew Ferrazzutti 2023-11-21 15:09:12 -05:00
  • d03b07448f nil check in resolveIdentifier Scott Weber 2023-11-21 14:53:31 -05:00
  • b2da336627 Perform "ClearKeysAndDisconnect" on prekey decryption errors Scott Weber 2023-11-20 22:28:49 -05:00
  • cef8e3049a Got my logic backwards Scott Weber 2023-11-19 20:22:35 -05:00
  • 62274973fb Ignore contact if it doesn't have a valid UUID Scott Weber 2023-11-19 10:48:51 -05:00
  • ece2eed474 Make provisioning API safer and clear device keys before storing prekeys Scott Weber 2023-11-17 16:25:43 -05:00
  • 16787a28b5 Don't try to save contact with no UUID Scott Weber 2023-11-17 12:01:35 -05:00
  • ae8de47390 Serialize access to encryption per bridge user Scott Weber 2023-11-15 13:41:11 -05:00
  • d308f27e61 Request contacts from Signal device when creating new Matrix room Scott Weber 2023-11-15 10:58:42 -05:00
  • 1ffe5eaa26
    Always bridge own inbound group messages (#10) Andrew Ferrazzutti 2023-11-14 16:15:32 -05:00
  • edf04da7fc
    Allow debug build & remote debugging (#13) Andrew Ferrazzutti 2023-11-14 16:03:17 -05:00
  • 7f91feacf3
    Use filename title as body if caption is empty (#16) Andrew Ferrazzutti 2023-11-14 15:54:50 -05:00
  • 1f49819b85 Clean up some references to Whatsapp Scott Weber 2023-11-14 15:51:45 -05:00
  • fa6a17ed58
    Clean up notice for login timeouts (#12) Andrew Ferrazzutti 2023-11-14 15:48:40 -05:00
  • 353d6c1b7c
    Don't break inbound bridging on DMing own account (#11) Andrew Ferrazzutti 2023-11-14 15:43:37 -05:00
  • 9df4ed6ed3 Make error more generic to not break error reporting Scott Weber 2023-11-14 15:09:59 -05:00
  • 1dfd08f166
    Deduplicate inbound messages (#15) Andrew Ferrazzutti 2023-11-14 14:37:33 -05:00