Difference between revisions of "Config Options"

From Mumble Wiki
Jump to: navigation, search
(Making the list complete and correct.)
(add notice with link to more elaborative Murmur.ini)
Line 1: Line 1:
 +
{{Notice|message=A more elaborative description is available on the [[Murmur.ini|Murmur.ini page]]}}
 +
 
Currently, the following config options exist:
 
Currently, the following config options exist:
  

Revision as of 22:11, 3 May 2013

Icons oxygen 48x48 actions view-pim-notes.png
Note:
A more elaborative description is available on the Murmur.ini page

Currently, the following config options exist:

host
serverpassword
port
timeout
textmessagelength
imagemessagelength
allowhtml
bandwidth
defaultchannel
rememberchannel
users
usersperchannel
welcometext
certrequired
database
dbDriver
dbUsername
dbPassword
dbHost
dbPrefix
dbOpts
dbPort
ice
icesecret
icesecretread
icesecretwrite
logdays
dbus
dbusservice
logfile
pidfile
registerName
registerPassword
registerHostname
registerLocation
registerUrl
bonjour
autobanAttempts
autobanTimeframe
autobanTime
uname
username
channelname
obfuscate
sendversion
allowping
sslCert
sslKey
sslCA
sslPassPhrase

The easiest way to get such a list of existing options is running the following command in the src/murmur directory of Mumble's source tree:

grep 'qsSettings->value' Meta.cpp | cut -d\" -f2