Heute Nacht habe ich meinen Mumble-Server nach 4 Jahren auf einen neuen Host umgezogen. Statt Debian 8, dessen Long Term Support im Juni diesen Jahres auslaufen wird, läuft Debian 10 auf dem Server.

Ich hatte heute endlich wieder mal die Muße, mich mit einem Thema auseinander zu setzen, das ich sehr, sehr, sehr lange vor mir hergeschoben habe.
Allgemein
Die Einrückungen aller Module sind auf jeweils 4 Leerzeichen statt Leerzeichen und Tabs umgestellt worden, sodass sie in verschiedenen Editoren richtig angezeigt werden.
Setstatus
Es ist jetzt möglich den Prefix und den Suffix für die Satusmeldung einstellen. Es sind auch jeweils mehrere Zeichen möglich. Suffix oder Prefix kann weggelassen werden, auch beide.

Mumble Moderator ist ein Framework, mit dem man Module schreiben kann, die die Funktionalität für einen Mumble-Server erweitern können. Es können z. B. Kontextmenüs für Kanäle/Benutzer verändert oder Textnachrichten ausgewertet werden.
Ich nutze das schon ziemlich lange und auf meinem Mumble-Server laufen ein paar dieser Module.
Bisher habe ich ca. 14 Module geschrieben und jedes lag in einem eigenen Repo auf GitHub herum.

Mumble Moderator is a framework to extend the functionality of a Mumble-Server (Murmur). You can create so called modules for Mumble Moderator, like the following one.
How it works
Every user who is member of one or more specific groups in the root channel gets a new context menu entry named „Register this user on our Server“.
The „wrongversion“ module for Mumble Moderator checks the version information of Mumble clients connecting to your server and sends them an update notification if their client is older than the latest available version.

A user reported that in some cases it was not possible to register new users with a suffix…

A great feature of Mumble is the ability to link channels together so that users can hear each other while sitting in different channels.
This can be used for some cool setups, for example for Low Bandwidth channels, see here.
The main problem with linked channels is that when you want to send text messages, they are not forwarded by the server. So you need to send the same message to evey linked channel.

Few months ago I posted here that we use so called „low bandwidth“ channels for our users so they can decide whether they want to listen to audiobots sitting in their channels (see here). This is sometimes needed because when local muting a bot the user still gets the voice stream and this consumes traffic.
If you don’t want to waste traffic, go to the „Low BW“ channel.
The problem was that almost in every channel there were a linked subchannel named „Low BW“.
Whenever a user sends a Video URL to Youtube this modules sends the information in the format „channelname :: videoname“.
It distinguishes between channel messages and private messages and sends its message accordingly to the channel or the private receiver only.