~ubuntu-branches/ubuntu/raring/mumble/raring

« back to all changes in this revision

Viewing changes to scripts/murmur.ini.system

  • Committer: Bazaar Package Importer
  • Author(s): Thorvald Natvig
  • Date: 2009-12-01 22:23:56 UTC
  • mto: (1.4.1 upstream) (9.3.1 sid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20091201222356-mzod2sr34j2t132j
Tags: upstream-1.2.0~beta2
ImportĀ upstreamĀ versionĀ 1.2.0~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
# Maximum number of concurrent clients allowed.
72
72
users=100
73
73
 
 
74
# Regular expression used to validate channel names
 
75
# (note that you have to escape backslashes with \ )
 
76
#channelname=[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+
 
77
 
 
78
# Regular expression used to validate user names
 
79
# (note that you have to escape backslashes with \ )
 
80
#username=[-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+
 
81
 
74
82
# Maximum length of text messages in characters. 0 for no limit.
75
83
#textmessagelength=5000
76
84
 
117
125
# This option is ignored if murmur isn't started with root privileges.
118
126
uname=mumble-server
119
127
 
 
128
# If this options is enabled, only clients which have a certificate are allowed
 
129
# to connect.
 
130
#certrequired=False
 
131
 
120
132
# You can configure any of the configuration options for Ice here. We recommend
121
133
# leave the defaults as they are.
122
134
# Please note that this section has to be last in the configuration file.