1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-14 21:26:54 -04:00
Commit graph

1,042 commits

Author SHA1 Message Date
Sumner Evans
a057376ec3
Utilize signald's new websocket connection state reporting 2021-10-18 22:54:33 -06:00
Sumner Evans
2fb9380b1c
Merge pull request #135 from mautrix/better-disconnect-detection
Better disconnect detection
2021-10-15 08:15:01 -06:00
Sumner Evans
b36f19bddf
Merge pull request #136 from mautrix/ci-update-container-versions-on-success
ci: only update container versions on success
2021-10-14 12:30:53 -06:00
Sumner Evans
6ae916ee75
ci: only update container versions on success 2021-10-14 09:43:35 -06:00
Sumner Evans
72a9b48899
signald.subscribe: send STOPPED on failure 2021-10-13 15:35:27 -06:00
Sumner Evans
154e5b0c93
signald: fix listen_stopped -> listener_stopped 2021-10-13 13:17:46 -06:00
Sumner Evans
385039e8e9
bridge state: send TRANSIENT_DISCONNECT when disconnected from signald socket 2021-10-13 13:16:37 -06:00
Tulir Asokan
2f26167c52 Handle avatar file being empty 2021-09-23 16:45:07 -04:00
Tulir Asokan
7d889bd2af Handle conflicting portal rows when migrating puppet UUID 2021-09-23 16:44:29 -04:00
Tulir Asokan
65f7035414 Increase line length limit for signald socket 2021-09-23 16:44:13 -04:00
Sumner Evans
13e7ddfd17
Merge pull request #126 from mautrix/ci-auto-update-version
ci: deploy to dev stable and internal automatically
2021-09-22 18:13:48 -04:00
Sumner Evans
bf26dfe5a9
ci: deploy to dev stable and internal automatically 2021-09-17 12:18:07 -04:00
Tulir Asokan
4ea831536f Implement get_bridge_states 2021-08-25 16:31:47 +03:00
Tulir Asokan
5e2291db4f Enable timestamp massaging for reactions 2021-08-18 16:48:43 +03:00
Tulir Asokan
02cf61ace1 Add flag to invite events that will be auto-accepted 2021-08-18 16:46:15 +03:00
Tulir Asokan
e3b57c17ca Update mautrix-python and add manhole to example config 2021-08-18 16:37:59 +03:00
Sumner Evans
4aafc906bc
Merge pull request #113 from mautrix/notify-send-error
send: add m.notice when send to Signal fails
2021-08-17 09:23:49 -06:00
Sumner Evans
3f1d87b1e7
send: add m.notice when send to Signal fails 2021-08-16 22:58:11 -06:00
Tulir Asokan
a592baaaa6 Add remote_id to LOGGED_OUT state 2021-08-12 16:05:15 +03:00
Tulir Asokan
615460e870 Bump asyncpg version 2021-08-11 10:30:34 +03:00
Tulir Asokan
86d05fa837 Add support for Matrix->Signal redactions 2021-08-11 10:30:28 +03:00
Tulir Asokan
892e5fa56c Bump version to 0.2.0 v0.2.0 2021-08-07 22:11:56 +03:00
Tulir Asokan
6b944652aa Update repo path 2021-08-06 18:17:25 +03:00
Sumner Evans
e766eba3b7
Merge pull request #110 from tulir/new-bridge-state
Upgrade mautrix to 0.10.2 and use new BridgeStateEvents
2021-08-05 08:18:44 -06:00
Sumner Evans
1958f5c663
bridge state: use new bridge state events 2021-08-04 12:20:24 -06:00
Tulir Asokan
22c9b1a3ac Fix sticker size when using image downloaded by signald 2021-07-12 11:11:06 +03:00
Tulir Asokan
56eb24412f Update Docker image to Alpine 3.14 2021-07-01 14:51:22 +03:00
Tulir Asokan
863a4aeff3 Add command to view linked devices 2021-07-01 14:36:02 +03:00
Tulir Asokan
8de4416210 Handle errors with no type 2021-06-30 19:33:31 +03:00
Tulir Asokan
bb41dbb46c Don't respond to provisioning API requests until signald is connected 2021-06-30 16:25:57 +03:00
Tulir Asokan
778f8e34b3 Fix pushing logout bridge state 2021-06-24 15:30:58 +03:00
Tulir Asokan
61f7d663dc Add overwrite flag when linking device
When combined with https://gitlab.com/signald/signald/-/merge_requests/62, this
should allow linking accounts even if there's an existing failed link.
2021-06-23 19:32:26 +03:00
Tulir Asokan
49e8a9994a Catch automatic double puppeting errors. Fixes #101 2021-06-22 10:23:05 +03:00
Tulir Asokan
d9db1f8f4d Move double puppeting commands to mautrix-python 2021-06-22 10:13:53 +03:00
Tulir Asokan
c988a15b38 Update relaybot stuff 2021-06-21 15:38:13 +03:00
Tulir Asokan
c56b27a53d Merge remote-tracking branch 'a000a/master' 2021-06-21 14:31:15 +03:00
Tulir Asokan
ba7212e1af Remove SerializableAttrs type param 2021-06-21 10:49:24 +03:00
a000a
52312e46ed Add relaybot functionality for bridge user 2021-06-18 20:57:24 +02:00
Tulir Asokan
36b1aefd45 Fix delivery receipts being handled as read receipts 2021-06-18 13:57:18 +03:00
Tulir Asokan
bfcd7bb43d Add real-time bridge status push option 2021-06-18 13:53:06 +03:00
Tulir Asokan
671296520a Log when starting to send a message 2021-06-17 15:16:38 +03:00
Tulir Asokan
386e5e1269 Add captcha parameter to register command help 2021-06-13 17:26:44 +03:00
Tulir Asokan
996b0139b5 Try to use contact avatars if contact names are allowed 2021-06-10 00:12:30 +03:00
Tulir Asokan
fa9463c10d Use signald delete_account request to delete local account data 2021-06-04 12:24:33 +03:00
Tulir Asokan
34ec0c0f75 Respond properly to /whoami even if get_profile throws an error 2021-05-27 12:29:48 +03:00
Tulir Asokan
4941a27ba2 Add option to delete unknown signald accounts on startup 2021-05-27 12:19:39 +03:00
Tulir Asokan
39b32d229a Sync contacts when receiving sync message saying there are contacts 2021-05-21 11:56:05 +03:00
Tulir Asokan
4f7d14b688 Add asyncio shields around linking and other RPC requests 2021-05-11 19:19:49 +03:00
Tulir Asokan
d27a7eef2b Add metric for logged in status 2021-05-04 22:36:10 +03:00
Tulir Asokan
4f3c449882 Fall back to profile name even when preferring contact list names 2021-04-29 17:19:54 +03:00