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

1,109 commits

Author SHA1 Message Date
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
Tulir Asokan
f066a698bb Replace wiki with docs.mau.fi 2021-02-13 23:14:56 +02:00
Tulir Asokan
5fa2c227ea Add command to mark safety numbers as trusted 2021-02-08 16:51:43 +02:00
Tulir Asokan
90017f3c60 Add support for accepting Signal group invites 2021-02-08 16:37:54 +02:00
Tulir Asokan
a7b28334b5 Remove debug print and change power levels a bit 2021-02-08 14:52:32 +02:00
Tulir Asokan
6c2d56790a Sync power levels from Signal 2021-02-08 13:30:50 +02:00
Tulir Asokan
e3507c180f Fix portal insert parameters. Fixes #58 2021-02-07 14:46:32 +02:00
Tulir Asokan
ddda1666d4 Add db connection pool size config options 2021-02-07 14:45:26 +02:00
Tulir Asokan
c4e8463212 Add locks in cached async get methods. Might fix #48 2021-02-07 14:03:52 +02:00
Tulir Asokan
411587645f Add support for real-time group info updates from Signal 2021-02-07 13:21:43 +02:00
Tulir Asokan
a419d8eb57 Add support for Matrix->Signal group name/avatar changes 2021-02-07 12:49:20 +02:00