Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double bridging rule files #669

Merged
merged 11 commits into from
Oct 12, 2018
Prev Previous commit
Next Next commit
Rename
Half-Shot committed Oct 5, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b9c534a4ce04f590a16453ada43abb4333dbc882
10 changes: 6 additions & 4 deletions rules.sample.yaml → provisioning.rules.sample.yaml
Original file line number Diff line number Diff line change
@@ -2,9 +2,11 @@
# If one of the regexes matches a userId, then do not allow provisioning
# to the room UNLESS it also matches a exempt regex.
# This doesn't affect existing bridge entrys, only new provisioned rooms.
#
# For this to work, config.provisioning.ruleFile must point to this file.
userIds:
exempt:
exempt:
- "@appservice-irc:localhost"
- "@irc_:localhost"
conflict:
- "@irc_:.+"
- "@irc_.+:localhost"
conflict:
- "@irc_.+:.+"