Difference between revisions of "Config Options"

From Mumble Wiki
Jump to: navigation, search
m (remove duplicate headline)
(Making the list complete and correct.)
Line 2: Line 2:
  
 
  host
 
  host
  password
+
  serverpassword
 
  port
 
  port
 
  timeout
 
  timeout
bandwidth
 
users
 
usersperchannel
 
 
  textmessagelength
 
  textmessagelength
 
  imagemessagelength
 
  imagemessagelength
 
  allowhtml
 
  allowhtml
 +
bandwidth
 
  defaultchannel
 
  defaultchannel
 
  rememberchannel
 
  rememberchannel
 +
users
 +
usersperchannel
 
  welcometext
 
  welcometext
  registername
+
  certrequired
  registerpassword
+
  database
  registerhostname
+
  dbDriver
  registerlocation
+
  dbUsername
  registerurl
+
  dbPassword
 +
dbHost
 +
dbPrefix
 +
dbOpts
 +
dbPort
 +
ice
 +
icesecret
 +
icesecretread
 +
icesecretwrite
 +
logdays
 +
dbus
 +
dbusservice
 +
logfile
 +
pidfile
 +
registerName
 +
registerPassword
 +
registerHostname
 +
registerLocation
 +
registerUrl
 
  bonjour
 
  bonjour
  allowping
+
  autobanAttempts
  certrequired
+
  autobanTimeframe
 +
autobanTime
 +
uname
 
  username
 
  username
 
  channelname
 
  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:
 
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 getConf Server.cpp | cut -d\" -f2
+
  grep 'qsSettings->value' Meta.cpp | cut -d\" -f2
  
 
{{docs}}
 
{{docs}}
 
[[category:Documentation English]]
 
[[category:Documentation English]]
 
[[Category:Please Improve]]
 
[[Category:Please Improve]]

Revision as of 15:21, 13 January 2011

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