Commit Graph

570 Commits

Author SHA1 Message Date
Tulir Asokan
e0573169fa Update dependencies 2022-07-08 17:22:29 +03:00
Tulir Asokan
1ecf096aec Add basic typing notification bridging 2022-07-08 17:06:02 +03:00
Tulir Asokan
2611cbfa34 Store role list in database and convert role mentions into a readable format 2022-07-08 15:31:07 +03:00
Tulir Asokan
668a77e30d Add support for time tags from Discord 2022-07-08 14:19:31 +03:00
Tulir Asokan
2c57b47ad2 Store read state version and resync on startup if needed 2022-07-08 12:57:21 +03:00
Tulir Asokan
a33551e487 Bridge own read status in both directions 2022-07-08 12:00:55 +03:00
Tulir Asokan
4bc3887471 Remove double puppet syncing option 2022-07-07 21:14:51 +03:00
Tulir Asokan
1efcd8312c Update mautrix-go 2022-07-07 21:01:59 +03:00
Tulir Asokan
b0be1a3c08 Handle channel mentions where portal hasn't been created 2022-07-03 12:59:34 +03:00
Tulir Asokan
752063f292 Add support for stickers from Discord 2022-07-03 12:58:57 +03:00
Tulir Asokan
ac7be4bb4e Don't try to insert nothing into the database. Fixes #11 2022-07-02 23:19:00 +03:00
Tulir Asokan
152fb5c7ce Add support for tags in Discord -> Matrix formatter 2022-07-02 14:48:42 +03:00
Tulir Asokan
98ec4c6ed9 Update mautrix-go 2022-06-30 22:00:13 +03:00
Tulir Asokan
d3390cfd39 Fix mistake in database v4. Fixes #10 2022-06-30 21:54:05 +03:00
Tulir Asokan
7511b50cb2 Improve send error handling 2022-06-28 11:55:36 +03:00
Tulir Asokan
98bc98627d Re-add support for deleting attachments 2022-06-27 16:13:26 +03:00
Tulir Asokan
c2dae3de30 Undo bridge info protocol ID change 2022-06-27 11:52:19 +03:00
Tulir Asokan
d0f5e5d7de Change bridge info protocol ID and add resend_bridge_info config option 2022-06-27 11:48:51 +03:00
Tulir Asokan
51d377c60d Set topic_set=true in database after setting topic 2022-06-27 11:32:31 +03:00
Tulir Asokan
f2731e1cfd Fix value in example config 2022-06-27 11:20:29 +03:00
Tulir Asokan
91e1baaceb Add untested SQLite support for attachment db upgrade 2022-06-27 11:19:18 +03:00
Tulir Asokan
f93a877406 Add new encryption settings for mautrix-go 2022-06-27 11:18:59 +03:00
Tulir Asokan
b7608ca051 Remove attachment table from latest revision upgrade 2022-06-27 11:18:22 +03:00
Tulir Asokan
2ae6392807 Add external URL to m.bridge channel object 2022-06-27 11:18:22 +03:00
Tulir Asokan
21269d91dd Remove separate attachment table. Fixes #8 2022-06-27 11:18:22 +03:00
Tulir Asokan
a55dcc7c9f Remove legacy db migration 2022-06-27 11:18:22 +03:00
Tulir Asokan
c0afb897e4 Merge pull request #7 from mautrix/sumner/bri-3628
encryption: add ability to control rotation settings
2022-06-23 13:06:20 +03:00
Sumner Evans
66c39bc69d encryption: add ability to control rotation settings
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-06-22 07:56:13 -06:00
Tulir Asokan
303a6eb5fb Add error message for unbridging
Closes #3
2022-06-19 15:27:01 +03:00
Tulir Asokan
ffe9e75479 Update logout command help
Fixes #4
Closes #6
2022-06-19 15:25:04 +03:00
Tulir Asokan
c61d496dfe Move CI script to mautrix/ci repo 2022-06-18 14:22:40 +03:00
Tulir Asokan
7f8abc1f04 Fix scanning reaction rows 2022-06-15 15:27:57 +03:00
Tulir Asokan
800ca360c3 Fix inserting attachments. Fixes #2 2022-06-06 11:29:59 +01:00
Tulir Asokan
a9b6d08ec6 Ignore messages in unknown guilds 2022-05-31 13:07:51 +03:00
Tulir Asokan
b25c205cc4 Update mautrix-go 2022-05-31 13:07:41 +03:00
Tulir Asokan
7546dccef5 Forget stored token when receiving error code 4004 2022-05-31 00:42:11 +03:00
Tulir Asokan
cef84493ff Document displayname_template variables and remove the suffix by default 2022-05-31 00:34:33 +03:00
Tulir Asokan
25d85962e4 Adjust some things 2022-05-31 00:34:21 +03:00
Tulir Asokan
06dbb3612c Fetch channel info if necessary when creating portal 2022-05-30 20:46:21 +03:00
Tulir Asokan
ef18505c27 Send connected state on reconnect 2022-05-30 17:11:51 +03:00
Tulir Asokan
5ff8a988a8 Add config option to disable using restricted join rule 2022-05-30 15:59:26 +03:00
Tulir Asokan
aa666c9889 Send bridge state and message checkpoints 2022-05-30 15:58:03 +03:00
Tulir Asokan
c980634783 Add Matrix->Discord mention bridging 2022-05-29 18:48:11 +03:00
Tulir Asokan
56e6df2277 Add initial Matrix->Discord HTML conversion 2022-05-29 15:32:24 +03:00
Tulir Asokan
686b1995fa Add initial Discord->Matrix markdown rendering 2022-05-29 14:13:34 +03:00
Tulir Asokan
0366578ab4 Don't fail if parent portal doesn't exist yet 2022-05-29 11:32:28 +03:00
Tulir Asokan
49b5f77a03 Disable autojoining threads 2022-05-29 00:32:02 +03:00
Tulir Asokan
a7c969b7bc Fix handling replies 2022-05-29 00:27:49 +03:00
Tulir Asokan
5892f7049e Allow starting threads from Matrix and fix some things 2022-05-29 00:22:00 +03:00
Tulir Asokan
d797541cdc Add DM rooms to space 2022-05-28 23:41:34 +03:00