Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
M
matrix-appservice-discord
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
salixor
matrix-appservice-discord
Validations
e3dc5ac1
Valider
e3dc5ac1
rédigé
6 years ago
par
Will Hunt
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Add protocol to reg file by default
parent
37dc7b04
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
2
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
README.md
+3
-6
3 ajouts, 6 suppressions
README.md
src/discordas.ts
+1
-0
1 ajout, 0 suppression
src/discordas.ts
avec
4 ajouts
et
6 suppressions
README.md
+
3
−
6
Voir le fichier @
e3dc5ac1
# Matrix Discord Bridge
# Matrix Discord Bridge
A bridge between
[
Matrix
](
http://matrix.org/
)
and
[
Discord
](
https://discordapp.com/
)
.
A bridge between
[
Matrix
](
http://matrix.org/
)
and
[
Discord
](
https://discordapp.com/
)
.
Currently the bridge is in
**Beta**
and quite usable for everyday
Currently the bridge is in
**Beta**
and quite usable for everyday
bridging, with one or two bugs cropping up.
bridging, with one or two bugs cropping up.


...
@@ -50,11 +50,8 @@ Please also be aware that this is an unoffical project worked on in my (Half-Sho
...
@@ -50,11 +50,8 @@ Please also be aware that this is an unoffical project worked on in my (Half-Sho
#### 3PID Protocol Support
#### 3PID Protocol Support
This bridge support searching for rooms within networks via the 3pid system
This bridge support searching for rooms within networks via the 3pid system
used in clients like
[
Riot
](
https://riot.im
)
. However, it requires a small
used in clients like
[
Riot
](
https://riot.im
)
. Any new servers/guilds you bridge
manual change to your registration file. Change the end of
should show up in the network list on Riot and other clients.
`discord-registration.yaml`
to
`protocols: ["discord"]`` and restart both your
bridge and synapse. Any new servers/guilds you bridge should show up in the
network list on Riot and other clients.
### Setting up Discord
### Setting up Discord
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
src/discordas.ts
+
1
−
0
Voir le fichier @
e3dc5ac1
...
@@ -33,6 +33,7 @@ function generateRegistration(reg, callback) {
...
@@ -33,6 +33,7 @@ function generateRegistration(reg, callback) {
reg
.
addRegexPattern
(
"
users
"
,
"
@_discord_.*
"
,
true
);
reg
.
addRegexPattern
(
"
users
"
,
"
@_discord_.*
"
,
true
);
reg
.
addRegexPattern
(
"
aliases
"
,
"
#_discord_.*
"
,
true
);
reg
.
addRegexPattern
(
"
aliases
"
,
"
#_discord_.*
"
,
true
);
reg
.
setRateLimited
(
false
);
reg
.
setRateLimited
(
false
);
reg
.
setProtocols
([
"
discord
"
]);
callback
(
reg
);
callback
(
reg
);
}
}
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter