Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
b6434e02
Verified
Commit
b6434e02
authored
May 15, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Update bridge to 0.26.0
parent
4321309d
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/matrix/tasks/main.yml
View file @
b6434e02
...
...
@@ -148,7 +148,7 @@
git
:
repo
:
https://github.com/matrix-org/matrix-appservice-irc
dest
:
/var/lib/synapse/matrix-appservice-irc
version
:
0.2
5
.0
version
:
0.2
6
.0
become
:
true
become_user
:
synapse
become_method
:
sudo
...
...
roles/matrix/templates/irc-bridge.yaml.j2
View file @
b6434e02
...
...
@@ -67,7 +67,7 @@ ircService:
# networkId: "example"
# MXC URL to an icon used as the network icon whenever this network appear in
# a network list. (Like in the
rio
t room directory, for instance.)
# a network list. (Like in the
Elemen
t room directory, for instance.)
icon: mxc://matrix.org/LpsSLrbANVrEIEOgEaVteItf
# The port to connect to. Optional.
...
...
@@ -377,6 +377,17 @@ ircService:
# Whilst the IRCd *should* be sending pings to us to keep the connection alive, it appears
# that sometimes they don't get around to it and end up ping timing us out.
# pingRateMs: 60000
# Choose which conditions the IRC bridge should kick Matrix users for. Decisions to this from
# defaults should be taken with care as it may dishonestly repesent Matrix users on the IRC
# network, and cause your bridge to be banned.
kickOn:
# Kick a Matrix user from a bridged room if they fail to join the IRC channel.
channelJoinFailure: false
# Kick a Matrix user from ALL rooms if they are unable to get connected to IRC.
ircConnectionFailure: false
# Kick a Matrix user from ALL rooms if they choose to QUIT the IRC network.
userQuit: true
{% endfor %}
# Set information about the bridged channel in the room state, so that client's may
...
...
@@ -527,6 +538,16 @@ ircService:
# '@fibble:matrix.org': admin
'@heftig:{{ matrix_server_name }}': admin
# Allow room moderators to adjust the configuration of the bridge via room state.
# See docs/room_commands.md
# Optional: Off by default
perRoomConfig:
# Should the bridge use per-room configuration state. If false, the state
# events will be ignored.
enabled: false
# The maximum number that can be set for the `lineLimit` configuration option
# lineLimitMax: 5
# Options here are generally only applicable to large-scale bridges and may have
# consequences greater than other options in this configuration file.
advanced:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment