18 Commits (5a6747c83a663b33a9d0fbf6f32641e3f10c98d6)

Author SHA1 Message Date
Michael Ziegler 5a6747c83a a few code style fixes 14 years ago
Michael Ziegler 83f65aba61 ping Murmur to see if it's reachable with the given proxy before connecting; s/ICE/Ice/. 14 years ago
Michael Ziegler 8a30578065 review verbosity levels to display messages in a sensible context 14 years ago
Michael Ziegler 340c64b257 fix imports 14 years ago
Michael Ziegler ab56be2310 add debug output when reading the config values fails 14 years ago
Michael Ziegler b779ab9cb8 when detecting a new instance fails due to a duplicate entry, print both. 14 years ago
Michael Ziegler 626888c2e3 fix icesecret not having been entered into the db if meta has been entered into the db by the conversion 14 years ago
Michael Ziegler ee406af055 various fixes to adapt the new model layout 14 years ago
Michael Ziegler b50247e1a2 ask for the Ice secret 14 years ago
Michael Ziegler 06af88eb89 normalize server connectivity info into MumbleServer model 14 years ago
Michael Ziegler e336523df4 introduce slicefile parameter to get the CTL stuff independent from django.conf.settings 14 years ago
Michael Ziegler c16d62d07e a bunch'a cleanups to fix pyflakes warnings (and a few so far undiscovered bugs as well...) 15 years ago
Michael Ziegler fc53d4467d update years in the copyright claims 15 years ago
Michael Ziegler cf8e8e96fe increase verbosity, fix testAddrPortUnique test to use the correct connstring 15 years ago
fdai2875 390e1ba972 move user detection code to Mumble model, see #55 15 years ago
Michael Ziegler dddc9e5758 a few last tweaks to fix errors found during testing. fixes #49 15 years ago
Michael Ziegler 729ab451d5 move the code that copies config data from murmur to md to the models and add syncing for existing instances, see #49 15 years ago
Michael Ziegler 2156c9bb3e add a "checkenv" command to manage.py that runs a few tests on the setup of mumble-django, to prevent configuration problems like bug #30. 15 years ago
Michael Ziegler 27aa076552 a few style fixes 15 years ago
Michael Ziegler bd982d9368 unsetting +x bit (it's not needed anyway and lintian doesn't like it) 15 years ago
Michael Ziegler 87f06ab8b8 syncdb hook now tries to get the connection string from env variable MURMUR_CONNSTR before asking 15 years ago
Michael Ziegler 0e7397194b prevent infinite loop + minor improvements 15 years ago
Michael Ziegler 196511928d fixed connection string not being entered correctly 15 years ago
Michael Ziegler eaa8cc5bad added check for dbus connection string 15 years ago
Michael Ziegler 1f67272b9b removed "DAOTYPE" setting (that's what the dbus field in the Mumble model is for), and added an automatic switch between the methods to MumbleCtlBase. repaired management.py. 15 years ago
withgod b1f5ffe10c management.py using mctl.py 15 years ago
Michael Ziegler d0a8a88c2f yet another change to fix #4... 15 years ago
Michael Ziegler 878315df91 honoured case sensitivity of getConf(). closes: #4 15 years ago
Michael Ziegler abf565014d changed copyright notice to clarify GPLv2+ licensing 15 years ago
Michael Ziegler 8380cd6c2f updated to replace "" with noname in the RegistrationName 15 years ago
Michael Ziegler 482043561f this didn't check the server instance, hence it only worked reliably when a single instance was running during syncdb 15 years ago
Michael Ziegler 91fc0a75b3 fixed to work with psycopg2 15 years ago
mistagee 50b0b127cf implemented setting users' admin rights on the root channel via the web admin 15 years ago
work f20c7d19e3 the syncdb hook now takes verbosity into account 15 years ago
work 0d04fbf7b6 Added an Error handling routine, in case the syncdb hook can't connect to Murmur the admin can choose a different Dbus name or skip the detection altogether 15 years ago
work 74741c380f Now players are being entered into the DB as well. 15 years ago
work 08b1b34794 implemented detecting Murmur instances on syncdb. 15 years ago