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 1a4738d0c2 Releasing v2.3. 14 years ago
..
conversionsql move transaction handling from update_schema to the SQL scripts, as it didn't work. 14 years ago
locale add "usersperchannel" configuration field, language update. 14 years ago
locale_outdated move outdated languages out of the locale dir to prevent makemessages from trying to process them 14 years ago
management a few code style fixes 14 years ago
templates/mumble remove CsrfResponseMiddleware and use csrf_tokens in the templates 14 years ago
templatetags fix an encoding issue in the channel name truncator 14 years ago
MumbleCtlDbus.py remove debug print statement from MumbleCtlDbus 14 years ago
MumbleCtlIce.py add getUptime() to the ctls 14 years ago
__init__.py bump dev version 14 years ago
admin.py a few code style fixes 14 years ago
forms.py hmpf, forgot to add the usersperchannel field to the admin form... 14 years ago
mctl.py a few code style fixes 14 years ago
mmobjects.py replace the x- prefix with x_ to get valid object attribute names 14 years ago
models.py murmur accepts FQDNs in the host field, read/set it asas-is. this also prevents issues when syncdb'ing a server instance with multiple bind addresses. 14 years ago
murmurenvutils.py a few code style fixes 14 years ago
testrunner.py a few code style fixes 14 years ago
tests.py a few code style fixes 14 years ago
urls.py add support for the <http://mumble.sourceforge.net/Channel_Viewer_Protocol> draft 14 years ago
utils.py a few code style fixes 14 years ago
views.py add a proper fallback to JSON if JSONP has not been requested 14 years ago