-
The only obvious place the config setings seem to be documented is in the .ini so that's what people will be using for reference, hence using serverpassword not password.
Either way virtual and physical servers should use the same settings to avoid confusion, be that serverpassword or password.
2009-10-10 15:18:12 UTC in Mumble
-
Although all the documentation refers to the server password being set by the variable "serverpassword" the password for virtual servers is in fact set by the variable "password" not "serverpassword"
Server.cpp line: 233 for v1.1.8 is at fault:
qsPassword = getConf("password", qsPassword).toString();
this should be:
qsPassword = getConf("serverpassword", qsPassword).toString();.
2009-10-03 22:20:42 UTC in Mumble
-
stevenhartland committed revision 347 to the QStat - Real-time game server stats SVN repository, changing 1 files.
2009-09-30 18:28:16 UTC in QStat - Real-time game server stats
-
stevenhartland committed revision 346 to the QStat - Real-time game server stats SVN repository, changing 3 files.
2009-09-14 23:22:08 UTC in QStat - Real-time game server stats
-
stevenhartland committed revision 345 to the QStat - Real-time game server stats SVN repository, changing 1 files.
2009-08-27 17:57:10 UTC in QStat - Real-time game server stats
-
stevenhartland committed revision 344 to the QStat - Real-time game server stats SVN repository, changing 1 files.
2009-08-24 16:54:15 UTC in QStat - Real-time game server stats
-
stevenhartland committed revision 343 to the QStat - Real-time game server stats SVN repository, changing 2 files.
2009-08-15 01:52:06 UTC in QStat - Real-time game server stats
-
stevenhartland committed revision 342 to the QStat - Real-time game server stats SVN repository, changing 4 files.
2009-08-15 01:22:30 UTC in QStat - Real-time game server stats
-
stevenhartland committed revision 332 to the QStat - Real-time game server stats SVN repository, changing 1 files.
2009-06-16 19:11:22 UTC in QStat - Real-time game server stats
-
stevenhartland committed revision 331 to the QStat - Real-time game server stats SVN repository, changing 2 files.
2009-05-23 15:58:27 UTC in QStat - Real-time game server stats