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
|
16 years ago |
Michael Ziegler
|
0e7397194b
|
prevent infinite loop + minor improvements
|
16 years ago |
Michael Ziegler
|
196511928d
|
fixed connection string not being entered correctly
|
16 years ago |
Michael Ziegler
|
eaa8cc5bad
|
added check for dbus connection string
|
16 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.
|
16 years ago |
withgod
|
b1f5ffe10c
|
management.py using mctl.py
|
16 years ago |
Michael Ziegler
|
d0a8a88c2f
|
yet another change to fix #4...
|
16 years ago |
Michael Ziegler
|
878315df91
|
honoured case sensitivity of getConf(). closes: #4
|
16 years ago |
Michael Ziegler
|
abf565014d
|
changed copyright notice to clarify GPLv2+ licensing
|
16 years ago |
Michael Ziegler
|
8380cd6c2f
|
updated to replace "" with noname in the RegistrationName
|
16 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
|
16 years ago |
Michael Ziegler
|
91fc0a75b3
|
fixed to work with psycopg2
|
16 years ago |
mistagee
|
50b0b127cf
|
implemented setting users' admin rights on the root channel via the web admin
|
16 years ago |
work
|
f20c7d19e3
|
the syncdb hook now takes verbosity into account
|
16 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
|
16 years ago |
work
|
74741c380f
|
Now players are being entered into the DB as well.
|
16 years ago |
work
|
08b1b34794
|
implemented detecting Murmur instances on syncdb.
|
16 years ago |