This is a Mumble Moderator module.
Most people don't like to be recorded without being asked.
With this script everyone on your Mumble server who starts recording without permission will be deafened or kicked.
There is a list of exceptions available; also an admin can give permission to record.
There is an improved version of this module which can be used through the Mumble clients context menu, see AntiRecord Contextmenu – Module for MuMo.
The code and the configuration file can be downloaded from Github: https://github.com/Natenom/mumblemoderator-module-collection-legacy/tree/master/antirec.
!allow
for this.canallowrecording
in the .ini file.adminallowself
does not work as it should; the default value (from the script) is always used.!allow sessionid
Information about the sessionid: mumble:benutzerhandbuch:murmur:logmeldungen:bedeutung_der_ids#a_sessionid|see here (German).
!disallow sessionid
Information about the sessionid: mumble:benutzerhandbuch:murmur:logmeldungen:bedeutung_der_ids#a_sessionid|see here (German).
Of course I know that it is always possible to record something; at least this script works as a base protection against people without technical knowledge.