-
-
Notifications
You must be signed in to change notification settings - Fork 447
Expand file tree
/
Copy pathbridges.toml
More file actions
118 lines (111 loc) · 3.34 KB
/
Copy pathbridges.toml
File metadata and controls
118 lines (111 loc) · 3.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[[bridges]]
name = "matrix-appservice-discord"
maintainer = "The Matrix.org Foundation"
summary = "This project bridges Discord to Matrix via the Application Service API"
maturity = "Beta"
language = "TypeScript"
license = "Apache-2.0"
docs = "https://github.com/matrix-org/matrix-appservice-discord#end-user-documentation"
repo = "https://github.com/matrix-org/matrix-appservice-discord"
room = "#discord:matrix.org"
featured = true
privilege.platform = "Admin" # Free text
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None
[bridges.supports]
direct_messages = false
channels = true
formatted_text = true
message_media = true
replies = false
mentions = true
threads = false
redactions = true
editing = true
reactions = false
presence = true
typing_notifications = false
[[bridges]]
name = "mautrix-discord"
maintainer = "Tulir"
summary = "A Matrix-Discord puppeting bridge"
maturity = "Beta"
language = "Go"
license = "AGPL-3.0-or-later"
docs = "https://docs.mau.fi/bridges/go/setup.html?bridge=discord"
repo = "https://github.com/mautrix/discord"
room = "#discord:maunium.net"
featured = true
privilege.platform = "User"
privilege.matrix = "Homeserver Admin"
[bridges.supports]
direct_messages = true
channels = true
formatted_text = true
message_media = true
replies = true
mentions = true
threads = true
redactions = true
editing = true
reactions = true
presence = true
typing_notifications = true
[[bridges]]
name = "matrix-discord-bridge"
maintainer = "git-bruh"
summary = """
A simple bridge between Matrix and Discord written in Python.
It contains two bridges:
A puppeting appservice: The puppeting bridge written with minimal dependencies.
Running this requires a self-hosted homeserver.
A non-puppeting bridge: The non-puppeting plaintext bridge written with
matrix-nio and discord.py, most people would want to use this one if running on
heroku or similar and don't have their own server. **NOTE: This is unmaintained
and might break in the future due to Discord changes.**
"""
maturity = "Alpha"
language = "Python"
license = "MIT"
repo = "https://github.com/git-bruh/matrix-discord-bridge"
featured = false
privilege.platform = "Admin"
privilege.matrix = "Homeserver Admin"
[bridges.supports]
direct_messages = true
channels = true
formatted_text = true
message_media = true
replies = true
mentions = true
threads = false
redactions = true
editing = true
reactions = true
presence = false
typing_notifications = true
[[bridges]]
name = "Out Of Your Element"
maintainer = "Cadence"
summary = "An efficient and modern bridge. It supports the latest Discord features like replies and threads, and the latest Matrix features like custom emotes and authenticated media. Easy to configure with web UI."
maturity = "Stable"
language = "JavaScript"
license = "AGPL-3.0-or-later"
docs = "https://gitdab.com/cadence/out-of-your-element/src/branch/main/docs"
repo = "https://gitdab.com/cadence/out-of-your-element"
room = "#out-of-your-element:cadence.moe"
featured = false
privilege.platform = "Manage Server role" # Free text
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None
[bridges.supports]
direct_messages = false
channels = true
formatted_text = true
message_media = true
replies = true
mentions = true
threads = true
redactions = true
editing = true
reactions = true
presence = true
typing_notifications = false # only d->m at this time