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 3a303364ee Releasing v2.1. 14 years ago
..
conversionsql move transaction handling from update_schema to the SQL scripts, as it didn't work. 14 years ago
locale move outdated languages out of the locale dir to prevent makemessages from trying to process them 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 change getslice to print all messages except the actual slice file to stderr. 14 years ago
templates/mumble add setting your own texture to your gravatar 14 years ago
templatetags fix banning and prevent unwanted erasing of the supw and defaultchannel fields, various minor cleanups. 14 years ago
MumbleCtlDbus.py Use unicode() in the DBus ctls to fix encoding issues. gnaah. 14 years ago
MumbleCtlIce.py adapt Ice.loadSlice call to include the system's Slice dir (needed for Murmur >=1.2.3). fixes #94 14 years ago
__init__.py update years in the copyright claims 15 years ago
admin.py convert the default port to int and fix displaying the correct port in the admin 14 years ago
forms.py use a PasswordInput field for the supw 14 years ago
mctl.py remove unnecessary method stubs (NotImplementedError vs AttributeError, eugh) 14 years ago
mmobjects.py cache the server version in the model, add a property to prettyprint it and display it in the admin. 14 years ago
models.py convert the default port to int and fix displaying the correct port in the admin 14 years ago
murmurenvutils.py a bunch'a cleanups to fix pyflakes warnings (and a few so far undiscovered bugs as well...) 15 years ago
testrunner.py update years in the copyright claims 15 years ago
tests.py a bunch'a cleanups to fix pyflakes warnings (and a few so far undiscovered bugs as well...) 15 years ago
urls.py a few cleanups 14 years ago
utils.py fix the user registration field lookups 14 years ago
views.py move setting a downloaded image as avatar to MumbleUser.setTextureFromUrl, add setting gravatar when registering 14 years ago