Skip to content
Extraits de code Groupes Projets
Valider 3fd2b98e rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Merge branch 'hs/roomstore-db' of...

Merge branch 'hs/roomstore-db' of github.com:Half-Shot/matrix-appservice-discord into hs/roomstore-db
parents dd658df9 6c27e923
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
# This rule checks the memberlist of a room to determine if it will let
# the bridge create a link to the room. This is useful for avoiding conflicts
# with other bridges.
userIds:
# Anyone in this set will be ALWAYS exempt from the conflicts rule.
# Here anyone who's localpart starts with nice is exempt.
exempt:
- "@nice+.:example.com"
- "@mr.e:localhost"
# This is a regex that will exclude anyone who has "guy" at the end of their localpart.
# evilbloke is also exempt.
conflict:
- "@+.guy:example.com"
- "@evilbloke:example.com"
- "@mr.*:localhost"
/* /*
Copyright 2018 matrix-appservice-discord Copyright 2019 matrix-appservice-discord
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
......
/* /*
Copyright 2018 matrix-appservice-discord Copyright 2019 matrix-appservice-discord
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
......
/* /*
Copyright 2017, 2018 matrix-appservice-discord Copyright 2019 matrix-appservice-discord
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter