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

« back to all changes in this revision

Viewing changes to scripts/murmur.ini

  • Committer: Bazaar Package Importer
  • Author(s): Thorvald Natvig, Patrick Matthäi, Thorvald Natvig
  • Date: 2011-02-19 22:58:58 UTC
  • mfrom: (9.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110219225858-0xlftrf4z1z4jt9e
Tags: 1.2.3-1
[ Patrick Matthäi ]
* Do not build with non existant libpulse-dev on hurd-i386.

[ Thorvald Natvig ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
# Ice primarily uses local sockets. This means anyone who has a
35
35
# user account on your machine can connect to the Ice services.
36
 
# You can set a plaintext "secret" on the Ice conntection, and
37
 
# any script attempting to access must then have this secret.
38
 
#icesecret=
 
36
# You can set a plaintext "secret" on the Ice connection, and
 
37
# any script attempting to access must then have this secret
 
38
# (as context with name "secret").
 
39
# Access is split in read (look only) and write (modify) 
 
40
# operations. Write access always includes read access,
 
41
# unless read is explicitly denied (see note below).
 
42
#
 
43
# Note that if this is uncommented and with empty content,
 
44
# access will be denied.
 
45
 
 
46
#icesecretread=
 
47
icesecretwrite=
39
48
 
40
49
# How many login attempts do we tolerate from one IP
41
50
# inside a given timeframe before we ban the connection?
97
106
# Murmur retains the per-server log entries in an internal database which
98
107
# allows it to be accessed over D-Bus/ICE.
99
108
# How many days should such entries be kept?
 
109
# Set to 0 to keep forever, or -1 to disable logging to the DB
100
110
#logdays=31
101
111
 
102
112
# To enable public server registration, the serverpassword must be blank, and
105
115
# updates will need the same password. Don't lose your password.
106
116
# The URL is your own website, and only set the registerHostname for static IP
107
117
# addresses.
 
118
# Only uncomment the 'registerName' parameter if you wish to give your "Root" channel a custom name.
108
119
#
109
120
#registerName=Mumble Server
110
121
#registerPassword=secret
118
129
#bonjour=True
119
130
 
120
131
# If you have a proper SSL certificate, you can provide the filenames here.
 
132
# Otherwise, Murmur will create it's own certificate automatically.
121
133
#sslCert=
122
134
#sslKey=
123
135