1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-15 05:36:53 -04:00

Commit graph

  • 98cf44a222
    reactions: add retry logic for failed reactions Sumner Evans 2022-01-17 17:31:45 -07:00
  • a26576bdc2 Fix catching subscribe/unsubscribe errors Tulir Asokan 2022-01-17 10:48:57 +02:00
  • b07c8c5a7b Bump version to 0.2.2 v0.2.2 Tulir Asokan 2022-01-15 14:59:49 +02:00
  • 606c6dad3b Update mautrix-python to fix error handling messages with room links Tulir Asokan 2022-01-14 21:23:31 +02:00
  • 78ae8b5a94 Fix optional field in typing notifs and add a missing error log Tulir Asokan 2022-01-14 21:17:34 +02:00
  • e015852a99 Send disappearing message timer change message as correct user Tulir Asokan 2022-01-14 14:26:38 +02:00
  • 7be41c1d39 Make disappearing message db queries more efficient Tulir Asokan 2022-01-14 14:21:38 +02:00
  • 76c0171b36 Update CHANGELOG.md Tulir Asokan 2022-01-14 12:34:05 +02:00
  • 836b381a8f Add support for long text messages from Signal Tulir Asokan 2022-01-14 12:32:07 +02:00
  • 01dd9a2a3d
    deps/mautrix: update to v0.14.4 Sumner Evans 2022-01-13 13:06:26 -07:00
  • 7a1d834d29
    Merge pull request #196 from mautrix/sumner/bri-1604-add-a-retry-queue-for-signal-messages Sumner Evans 2022-01-13 12:39:37 -07:00
  • b43777a9c1
    portal: add retries on NotConnected errors Sumner Evans 2022-01-12 18:24:15 -07:00
  • 319d0b330a Fix some strings that should be combined Tulir Asokan 2022-01-12 22:17:45 +02:00
  • 1f27a608a6 Clean up legacy community stuff Tulir Asokan 2022-01-12 22:04:17 +02:00
  • 6950786565 Add small power level override to ensure main power level event is allowed Tulir Asokan 2022-01-12 22:02:28 +02:00
  • e4d2cf5ad2 move power_levels to power_level_override Jonathan de Jong 2022-01-12 20:56:26 +01:00
  • cba5e28e92 Update websocket connection state handler to v1 Tulir Asokan 2022-01-12 20:56:25 +02:00
  • 6b8c4ca6ec Add support for incoming contact messages Tulir Asokan 2022-01-12 19:38:42 +02:00
  • 13e8057ca2 Update to subscribe v1 and fix some bugs Tulir Asokan 2022-01-12 16:57:12 +02:00
  • 81d8636fdb
    Merge pull request #194 from mautrix/sumner/bri-1610-make-it-possible-to-change-signal-phones Sumner Evans 2022-01-12 10:30:50 -07:00
  • f65ade482a
    bridge state: send BAD_CREDENTIALS when whoami fails with auth failed exception Sumner Evans 2022-01-12 00:46:09 -07:00
  • 498e0f2bab Add blank quoted attachment to trick Signal iOS into rendering replies properly Tulir Asokan 2022-01-11 17:00:41 +02:00
  • 8b875ad798 Fix incoming voice message codec Tulir Asokan 2022-01-10 16:49:28 +02:00
  • f0f69ce6e6 Update dependencies and changelog Tulir Asokan 2022-01-09 12:12:13 +02:00
  • 0f7fa02e68
    example config: update link to E2BE docs Sumner Evans 2022-01-04 11:10:55 -07:00
  • 613f375c01 Bump minimum mautrix-python version Tulir Asokan 2021-12-31 12:06:08 +02:00
  • f36a30020a Use mautrix-python's magic wrapper Tulir Asokan 2021-12-31 11:53:00 +02:00
  • 09586c023d Use converted mimetype when generating filename for media from Signal Tulir Asokan 2021-12-31 11:52:27 +02:00
  • 4a7786bf9a Merge remote-tracking branch 'origin/sumner/bri-1462-bridge-signal-voice-messages-to-matrix' Tulir Asokan 2021-12-31 11:53:45 +02:00
  • c562b95a87 Update project metadata Tulir Asokan 2021-12-29 17:11:45 +02:00
  • 7cb1577974 Add full changelog in a file Tulir Asokan 2021-12-29 17:10:30 +02:00
  • c22b5f56be
    voice messages: use ffmpeg conversion functions from mautrix-python Sumner Evans 2021-12-28 11:12:54 -07:00
  • b8c31df0d3
    voice messages: bridge Matrix voice messages to native Signal voice messages Sumner Evans 2021-12-27 17:10:54 -07:00
  • e99ad76e9c
    dockerfile: add ffmpeg as dependency Sumner Evans 2021-12-27 00:01:00 -07:00
  • d6978f2287
    voice messages: convert incoming voice messages to ogg Sumner Evans 2021-12-27 00:00:42 -07:00
  • dfa574f75c
    voice messages: bridge Signal voice messages to native Matrix messages Sumner Evans 2021-12-25 01:48:30 -07:00
  • a0ac8956b8 Add isort and black badges Tulir Asokan 2021-12-24 23:17:52 +02:00
  • aa5f5ffc5b Sort mautrix-python as a first-party import Tulir Asokan 2021-12-24 23:16:41 +02:00
  • 7f75752e44
    Merge pull request #184 from mautrix/sumner/bri-115-show-incoming-call-notifications Sumner Evans 2021-12-24 22:52:17 -07:00
  • 944ddd255a
    call notifications: use m.notice for hang up Sumner Evans 2021-12-22 15:52:38 -07:00
  • 0da2405177
    call notifications: add call type to offer messages Sumner Evans 2021-12-09 16:00:24 -07:00
  • eddf260c9f
    calls: show notifications for call start/end in DMs Sumner Evans 2021-12-09 15:46:09 -07:00
  • 105cf52f5a Update mautrix-python Tulir Asokan 2021-12-23 14:59:09 +02:00
  • 4dce1c3d01
    message send errors: fix when sending to chat with only you Sumner Evans 2021-12-22 12:50:07 -07:00
  • 2ba21abe7a
    Merge pull request #174 from Half-Shot/patch-2 Sumner Evans 2021-12-17 13:49:11 -07:00
  • 7f7661fdad Drop non-bridgeable messages if there's no existing portal Tulir Asokan 2021-12-16 13:52:10 +02:00
  • 8cb1109eee Fix upgrade breakage Will Hunt 2021-12-16 11:50:14 +00:00
  • 74c24451b7 0.2.1-mod-4 Will Hunt 2021-12-16 11:35:26 +00:00
  • f91e0777bd Merge branch 'hs/only-create-rooms-on-message-events' into element-master Will Hunt 2021-12-16 11:34:35 +00:00
  • 9a4aa21a2f Apply black Will Hunt 2021-12-16 11:12:13 +00:00
  • 144a72b4b3 Only create matrix rooms on message events Will Hunt 2021-12-16 11:09:23 +00:00
  • 5a4930cf68 Remove mod suffix to fix builds Will Hunt 2021-12-16 10:59:00 +00:00
  • c969a3303a Merge remote-tracking branch 'tulir/master' into element-master Will Hunt 2021-12-16 10:46:05 +00:00
  • f4269f8028 Update mautrix-python and alpine Tulir Asokan 2021-12-15 17:51:27 +02:00
  • 72a1499706
    disappearing messages: only process on messages Sumner Evans 2021-12-15 02:23:00 -07:00
  • a7095c737d
    convert to use new double-puppeting key Sumner Evans 2021-12-14 14:42:02 -07:00
  • f9e1bbbb75
    disappearing messages: fix bug where redactions caused the expiration setting to be lost Sumner Evans 2021-12-14 14:40:45 -07:00
  • 1884f00170 Move to future annotations and clean up things Tulir Asokan 2021-12-14 12:58:27 +02:00
  • 414904fd30 Merge remote-tracking branch 'origin/blacken-everything' Tulir Asokan 2021-12-14 12:11:35 +02:00
  • 63b76d594f 0.2.1-mod-3 Will Hunt 2021-12-14 09:49:59 +00:00
  • 54c80e6183 0.2.1-mod-2 Will Hunt 2021-12-14 09:44:11 +00:00
  • e134e0eb69
    Merge pull request #6 from vector-im/hs/message-debug-logging Will Hunt 2021-12-14 09:42:39 +00:00
  • f8787c0e09
    s/chat ID/chatId/ Will Hunt 2021-12-14 09:42:31 +00:00
  • 52fb42a96f Make handledMatrixMessage log at info, and include more details Will Hunt 2021-12-13 18:10:22 +00:00
  • 8522c8e6f3 Revert pin on 6d0aff7905 Will Hunt 2021-12-13 17:08:43 +00:00
  • 0c1fdcc740 Revert "Use mautrix-python v0.11.4-mod-2" Will Hunt 2021-12-13 17:08:33 +00:00
  • 10b452c726 Merge remote-tracking branch 'tulir/master' into element-master Will Hunt 2021-12-13 17:07:22 +00:00
  • 899a5acd59
    formatting: run isort across the codebase Sumner Evans 2021-12-13 01:31:27 -07:00
  • 4f31ce41e0
    formatting: use black and add CI job to enforce styling Sumner Evans 2021-12-13 01:25:46 -07:00
  • f7176a4f77 Move relay stuff to mautrix-python Tulir Asokan 2021-12-12 12:18:21 +02:00
  • 9d8eafeaf9
    ROADMAP: add disappearing messages Sumner Evans 2021-12-10 11:57:25 -07:00
  • e13206318b
    Merge pull request #182 from mautrix/sumner/bri-1204-support-disappearing-messages-in-signal Sumner Evans 2021-12-09 15:42:48 -07:00
  • b1e27324a6
    disappearing messages: don't spawn expiration events for every message every read receipt Sumner Evans 2021-12-09 11:57:15 -07:00
  • 4512f5dec3
    disappearing messages: add config option to disable in groups Sumner Evans 2021-12-09 09:53:02 -07:00
  • e51b580461
    portal._expire_event: raise exception if portal not found Sumner Evans 2021-12-09 09:25:53 -07:00
  • 0c73ac48f9
    db/disappearing_message: rename table to singular Sumner Evans 2021-12-09 09:24:02 -07:00
  • 53c6aab667
    db/disappearing_message: remove delete_all method Sumner Evans 2021-12-09 09:22:04 -07:00
  • 2d06b7c20b
    disappearing messages: format correctly when message timer turned off Sumner Evans 2021-12-09 08:45:40 -07:00
  • 15836c8319
    deps/mautrix: update to 0.13.0 Sumner Evans 2021-12-09 08:45:10 -07:00
  • 2ee27d6056
    Merge pull request #181 from mautrix/unregistered-failures-non-fatal Sumner Evans 2021-12-09 08:33:32 -07:00
  • 8d70a664ac
    disappearing messages: refactor init_cls to not be async Sumner Evans 2021-12-09 08:31:20 -07:00
  • 9721ce0235
    matrix, portal: fix imports and use time.time() instead of datetime.now().timestamp Sumner Evans 2021-12-09 08:25:39 -07:00
  • b962176166
    disappearing messages: combine db migrations Sumner Evans 2021-12-09 08:21:59 -07:00
  • 125d9cdd45
    disappearing messages update notice: use mautrix.util.format_duration Sumner Evans 2021-12-09 08:20:37 -07:00
  • ae0a0c5f57
    disappearing messages: add lock around redaction logic Sumner Evans 2021-12-09 03:37:03 -07:00
  • f62f5252a9
    disappearing messages: handle inbound and outbound disappearing messages Sumner Evans 2021-12-08 21:19:39 -07:00
  • 27cedcdc16
    mausignald/signald: make unregisteredFailures non-fatal Sumner Evans 2021-12-08 16:22:54 -07:00
  • e3556318d4
    Merge pull request #180 from mautrix/ignore-profile-key-updates Sumner Evans 2021-12-08 08:23:40 -07:00
  • 023df3ca99
    signal: ignored profile key updates Sumner Evans 2021-12-08 08:00:46 -07:00
  • d7c81ea81a Fix portals not being stored in by_chat_id cache correctly Tulir Asokan 2021-12-08 12:43:37 +02:00
  • 3cde418151 Add debug log to detect duplicate Portal instances Tulir Asokan 2021-12-08 12:13:06 +02:00
  • 35da90e755 Update mautrix-python Tulir Asokan 2021-12-08 11:54:34 +02:00
  • 097f9eb79a Adjust get_by_chat_id to make sure the async getter lock works Tulir Asokan 2021-12-08 11:53:42 +02:00
  • f93a76a753 Add warning about SQLite to config Tulir Asokan 2021-12-05 17:02:34 +02:00
  • b4e5030ded Fix redaction checkpoints Tulir Asokan 2021-11-30 12:18:37 +02:00
  • 5593333d13 Bump version to 0.2.1 v0.2.1 Tulir Asokan 2021-11-28 20:01:36 +02:00
  • 6c113b5746 Update BridgeState import path Tulir Asokan 2021-11-28 20:00:49 +02:00
  • 597121fe29 Update dependencies Tulir Asokan 2021-11-19 18:15:26 +02:00
  • a043a6e0c0 0.2.0-mod-8 Will Hunt 2021-11-18 12:37:32 +00:00
  • d2686c545e
    Add connection_limit sample config Will Hunt 2021-11-18 12:37:03 +00:00