Do not show join/parts by default, faster build with less dependencies

This commit is contained in:
DataHoarder 2023-08-06 02:30:50 +02:00
parent b375f3c2a4
commit 6cc23fa710
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk
2 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ ENV GOPROXY=${GOPROXY}
COPY . .
RUN GOBIN=/usr/bin go install -v \
-tags withoutsteam,withoutapi,withoutxmpp,withoutrocketchat,withoutmattermost,withoutmsteams,withoutzulip,withoutkeybase,withoutnctalk,withoutslack,withoutsshchat,withoutwhatsapp,withoutvk,withoutdiscord,withouttelegram,withoutmumble,withoutharmony \
-tags nosteam,noapi,noxmpp,norocketchat,nomattermost,nomsteams,nozulip,nokeybase,nonctalk,noslack,nosshchat,nowhatsapp,novk,nodiscord,notelegram,nomumble,noharmony \
github.com/42wim/matterbridge@v1.26.0
FROM alpine:3.18

View file

@ -103,11 +103,11 @@ RemoteNickFormat="<{NICK}> "
#Enable to show users joins/parts from other bridges
#Currently works for messages from the following bridges: irc, mattermost, mumble, slack, discord
ShowJoinPart=true
ShowJoinPart=false
#Enable to show verbose users joins/parts (ident@host) from other bridges
#Currently works for messages from the following bridges: irc
VerboseJoinPart=true
VerboseJoinPart=false
#Do not send joins/parts to other bridges
#Currently works for messages from the following bridges: irc, mattermost, mumble, slack, discord
@ -173,7 +173,7 @@ KeepQuotedReply=false
#Nicks you want to ignore.
#Regular expressions supported
#Messages from those users will not be sent to other bridges.
IgnoreNicks=""
IgnoreNicks="lucky-bot:libera.chat"
#Messages you want to ignore.
#Messages matching these regexp will be ignored and not sent to other bridges
@ -216,7 +216,7 @@ RemoteNickFormat="<{NICK}> "
#Enable to show users joins/parts from other bridges
#Currently works for messages from the following bridges: irc, mattermost, mumble, slack, discord
ShowJoinPart=true
ShowJoinPart=false
#Rename the bot in the current room to the username of the message
#This will make an additional API request per message and will probably count towards rate limits