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

1,619 commits

Author SHA1 Message Date
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
Tulir Asokan
c12508ac33 Handle conflicting puppet rows when finding UUID. Fixes #82 2021-04-20 22:51:53 +03:00
Tulir Asokan
ed312bd694 Add option for periodic contact info syncs 2021-04-19 15:26:04 +03:00
Tulir Asokan
8c3373bf89 Use asyncio.create_task instead of loop.create_task 2021-04-19 15:25:49 +03:00
Tulir Asokan
422f89c699 Update mautrix-python 2021-04-16 14:11:00 +03:00
Tulir Asokan
39f5d39e8c Bump version to 0.1.1 v0.1.1 2021-04-07 22:13:56 +03:00
Tulir Asokan
7bd7bda616 Update dependencies 2021-04-07 11:44:29 +03:00
Tulir Asokan
7dd47f92ba Handle outgoing_attachment_dir not existing 2021-04-07 11:37:11 +03:00
Tulir Asokan
4e62595393 Actually fix handling errors with no message 2021-04-05 11:57:17 +03:00
Tulir Asokan
ba62a6769d Fix raising RPC errors with no message 2021-04-01 01:10:52 +03:00
Tulir Asokan
4f39108cd5 Include error type in unknown errors 2021-03-29 16:25:22 +03:00
Tulir Asokan
70ea3527c5 Add hidden captcha support to register command 2021-03-29 15:56:30 +03:00
Tulir Asokan
f56a913afe Switch to v1 for most requests 2021-03-29 15:35:34 +03:00
Tulir Asokan
37008e1bf9 Fix successful link provisioning API response 2021-03-29 12:24:55 +03:00
Tulir Asokan
e1baef535a Ignore join events in direct chat portals 2021-03-22 12:26:31 +02:00
Tulir Asokan
8738afa35a Switch to signald v1 protocol for linking 2021-03-07 22:48:34 +02:00
Tulir Asokan
69932c8af5 Fix creating v2 group portals when receiving message. Fixes #63 2021-03-07 22:08:04 +02:00
Tulir Asokan
7b715abe2e Fix cyclic import 2021-03-05 22:13:04 +02:00
Tulir Asokan
97688072ad Fix help message for safety-number. Fixes #66 2021-02-28 12:33:11 +02:00
Tulir Asokan
04220bb66a Allow extra phone characters in register and mark-trusted commands 2021-02-28 12:32:51 +02:00
Tulir Asokan
9ae4e7e4ab Let mautrix-python handle registration generation message 2021-02-21 17:24:35 +02:00
Tulir Asokan
4228a89acf Add missing TrustLevel enum value 2021-02-14 15:50:52 +02:00
Tulir Asokan
1ca0db1cce Simplify fetching group v2 info to create rooms 2021-02-14 15:38:19 +02:00
Tulir Asokan
77224435f9 Clean up making v1 requests in mausignald 2021-02-14 15:21:11 +02:00