Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Ziegler 9c8b6a048f change hardcoded indices to use the slice enum correctly 15 years ago
..
locale update japanese translate message 15 years ago
management move user detection code to Mumble model, see #55 15 years ago
templatetags change case of MEDIA_URL in templates, defer resolving in settings.py until after the WSGI daemon had a chance of setting the script prefix 15 years ago
MumbleCtlDbus.py add verifyPassword method, see #56 15 years ago
MumbleCtlIce.py change hardcoded indices to use the slice enum correctly 15 years ago
Murmur_1-1-8.ice added experimental ICE connector for Mumble 1.2.0. can't detect Murmur version before connecting, so this needs to be configured :( 15 years ago
Murmur_1-2-0.ice update slice for 1.2.0 beta 15 years ago
__init__.py added copyright and license information 15 years ago
admin.py validate that the address and port are available by trying to bind when saving a new server instance. fixes #57 15 years ago
forms.py validate that the address and port are available by trying to bind when saving a new server instance. fixes #57 15 years ago
mctl.py add verifyPassword methods. see #56 15 years ago
mmobjects.py do I wanna ask..? 15 years ago
models.py fix "IntegrityError: mumble_mumble.player may not be NULL". (I've been able to reproduce it at last.) 15 years ago
urls.py fix typo in the texture url... 15 years ago
views.py remove save() method which doesn't exist in MumbleUserForm, which would cause problems when linking is disabled 15 years ago