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

1,620 commits

Author SHA1 Message Date
Tulir Asokan
ddbcd47a44 Fix type hints 2022-12-30 12:26:43 +02:00
Tulir Asokan
34244be142 Merge remote-tracking branch 'maltee1/invite_command' 2022-12-30 12:09:32 +02:00
Tulir Asokan
b85ccd2ffa Fix some log messages 2022-12-30 12:08:49 +02:00
Tulir Asokan
ba64bc0966 Merge remote-tracking branch 'maltee1/invite_link_join' 2022-12-30 12:04:42 +02:00
Tulir Asokan
dc186e25cf Update example homeserver address and comment for domain
Closes #327
2022-12-14 01:21:41 +02:00
Malte E
d38a4a484c add invite command, enable relay for invites 2022-12-09 14:18:27 +08:00
Tulir Asokan
c2248c4886 Require room name for create command. Fixes #328 2022-12-07 10:38:24 +02:00
Tulir Asokan
1989a5cec9 Bump version to 0.4.2 v0.4.2 2022-12-03 14:52:12 +02:00
Tulir Asokan
818fe094c2 Update changelog 2022-11-27 22:33:14 +02:00
Tulir Asokan
69716511dc Update Docker image to Alpine 3.17 2022-11-27 22:33:01 +02:00
Tulir Asokan
dbe848533f Remove unused TARGETARCH build arg in dockerfile 2022-11-22 16:33:51 +02:00
Tulir Asokan
3cbdac88e7 Log errors when updating portal metadata 2022-11-04 22:06:20 +02:00
Tulir Asokan
414a4bbb94 Fix updating portal info when puppet info changes
Closes #317
2022-11-04 22:04:53 +02:00
Tulir Asokan
f278d69860 Add openbsd netcat in docker image for manhole 2022-11-04 22:04:29 +02:00
Tulir Asokan
970c75506c Fix finding ghost by phone number in commands 2022-11-04 12:30:03 +02:00
Tulir Asokan
4839e2afbe Maybe fix v11 upgrade on SQLite 2022-10-29 12:08:50 +03:00
Tulir Asokan
7dd9ba168e Fix typo in changelog
[skip ci]
2022-10-28 23:29:18 +03:00
Tulir Asokan
39aef60515 Bump version to 0.4.1 v0.4.1 2022-10-28 23:19:58 +03:00
Tulir Asokan
51063360de
Merge pull request #311 from jaller94/patch-1
Update example-config.yml: Fix typos in comments
2022-10-28 23:17:19 +03:00
Tulir Asokan
8ed39fb9f5 Update changelog and dependencies 2022-10-27 10:40:06 +03:00
Sumner Evans
a5019068f1
provisioning: resolve numbers via the user
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-10-26 08:18:50 -06:00
Malte E
faffdf54ad check requesting_members on failed accept/reject 2022-10-21 12:04:10 +02:00
Malte E
882f9c13a1 bridge join via invite link to knock, bridge ban/unban (S->M) 2022-10-21 12:01:41 +02:00
Malte E
87ca67dd9f implement handle_puppet_group_invite 2022-10-21 11:41:28 +02:00
Tulir Asokan
b9d5df5140 Update dependencies 2022-10-19 23:30:52 +03:00
Tulir Asokan
ee2594af28 Update changelog 2022-10-19 23:30:19 +03:00
Tulir Asokan
db75ac3c75 Fix bugs in provisioning API 2022-10-03 16:40:39 +03:00
Christian Paul
3011717c41
Update example-config.yml: Fix typos in comments 2022-10-02 13:32:35 +02:00
Tulir Asokan
fa45a7da43 Fix intent_for in DMs. Fixes #310 2022-09-30 15:27:22 +03:00
Tulir Asokan
5eaba7121e Start disappearing timer immediately when bridging own messages from Signal 2022-09-29 15:50:34 +03:00
Finn
24472f157c
Merge pull request #309 from mautrix/fix-variable-name-reuse
fix variable name reuse
2022-09-26 13:31:10 -07:00
finn
4c2349ed0a fix variable name reuse 2022-09-26 13:30:06 -07:00
Finn
8b3809d78c
Merge pull request #308 from mautrix/INF-5194-call-notifications-as-m-text
INF-5194: add plaintext body to incoming call messages
2022-09-26 12:18:27 -07:00
finn
267c39e39f INF-5194: add plaintext body to incoming call messages 2022-09-26 12:16:46 -07:00
Finn
6ae335eb72
Merge pull request #307 from mautrix/AND-4424-dont-show-implicit-message-decryption-errors
AND-4424: don't show error messages on decryption failure for IMPLICIT messages
2022-09-26 11:42:06 -07:00
finn
10c6094655 AND-4424: don't show error messages when decryption fails and content_hint = 2 2022-09-26 11:37:44 -07:00
Tulir Asokan
2798e463ca Drop weird message rows without corresponding puppet row 2022-09-23 20:48:29 +03:00
Tulir Asokan
f68e2a8b59 Fix inserting puppets 2022-09-20 17:13:25 +03:00
Tulir Asokan
d333abc2d5 Don't use new type hint in evaluated code 2022-09-20 16:34:59 +03:00
Tulir Asokan
10ad143966 Stringify some more chat IDs 2022-09-20 16:31:58 +03:00
Tulir Asokan
8baed3bdf3 Adjust some more logs 2022-09-20 16:27:56 +03:00
Tulir Asokan
cc87504715 Remove chat_id_str property 2022-09-20 16:25:20 +03:00
Tulir Asokan
b0a60a4ba5 Stringify chat IDs before saving to database 2022-09-20 16:24:23 +03:00
Tulir Asokan
af6263bf85 Add some extra logs 2022-09-20 16:15:47 +03:00
Tulir Asokan
c3e83dedcb Fix upgrade on weird databases 2022-09-20 16:15:34 +03:00
Tulir Asokan
3673b0d0d4 Add missing import 2022-09-20 15:58:46 +03:00
Tulir Asokan
82cec8d15e Fix handling own messages in groups 2022-09-20 15:31:29 +03:00
Tulir Asokan
96bcd4e5ea Fix handling sync messages 2022-09-20 15:28:25 +03:00
Tulir Asokan
21312b3012 Handle finding conflicting numbers in puppet insert 2022-09-20 13:02:05 +03:00
Tulir Asokan
50db07ac59 Add option to bypass startup script 2022-09-20 12:38:29 +03:00