Michael Ziegler
|
5a6747c83a
|
a few code style fixes
|
15 years ago |
Michael Ziegler
|
7672087ecc
|
change getslice to print all messages except the actual slice file to stderr.
|
15 years ago |
Michael Ziegler
|
83f65aba61
|
ping Murmur to see if it's reachable with the given proxy before connecting; s/ICE/Ice/.
|
15 years ago |
Michael Ziegler
|
b945a27880
|
allow the path to the conversion SQL scripts to be configured in settings.py.
|
15 years ago |
Michael Ziegler
|
8a30578065
|
review verbosity levels to display messages in a sensible context
|
15 years ago |
Michael Ziegler
|
bced1f456d
|
move transaction handling from update_schema to the SQL scripts, as it didn't work.
|
15 years ago |
Michael Ziegler
|
6212606b0f
|
oh - *that's* why I imported models instead of Mumble...
|
15 years ago |
Michael Ziegler
|
070d5be141
|
Releasing second beta of v2.0. Looks like v2.0 final will be released on Sunday. :)
|
15 years ago |
Michael Ziegler
|
1b15a7a263
|
move the database file to a db subdirectory, to get the perms right when people run "chmod -R <md-dir>/*"
|
15 years ago |
Michael Ziegler
|
0f79e664cb
|
add getslice management command that checks if the slice can be fetched using getSlice.
|
15 years ago |
Michael Ziegler
|
340c64b257
|
fix imports
|
15 years ago |
Michael Ziegler
|
ab56be2310
|
add debug output when reading the config values fails
|
15 years ago |
Michael Ziegler
|
b779ab9cb8
|
when detecting a new instance fails due to a duplicate entry, print both.
|
15 years ago |
Michael Ziegler
|
5f73c19d94
|
prevent checkenv from failing if Ice is not available.
|
15 years ago |
Michael Ziegler
|
8c09edeee7
|
properly detect if an upgrade is necessary using Django's DB introspection.
|
15 years ago |
Michael Ziegler
|
099feacc73
|
only use transactions for PGSQL
|
15 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
|
15 years ago |
Michael Ziegler
|
45dc3ac55b
|
implement data conversion and add scripts to convert the SQLITE db. todo: mysql/pgsql.
|
15 years ago |
Michael Ziegler
|
ee406af055
|
various fixes to adapt the new model layout
|
15 years ago |
Michael Ziegler
|
b50247e1a2
|
ask for the Ice secret
|
15 years ago |
Michael Ziegler
|
06af88eb89
|
normalize server connectivity info into MumbleServer model
|
15 years ago |
Michael Ziegler
|
e336523df4
|
introduce slicefile parameter to get the CTL stuff independent from django.conf.settings
|
15 years ago |
Michael Ziegler
|
cffb25ac2b
|
only catch Ice exceptions
|
15 years ago |
Michael Ziegler
|
53d00abd66
|
add checks to prevent confusing Ice with spaces in the slice path. (no kidding.)
|
15 years ago |
Michael Ziegler
|
68ec9950c5
|
add checks for the slice file and MUMBLE_DJANGO_ROOT.
|
15 years ago |
Michael Ziegler
|
862787a16d
|
remove getSlice management command
|
15 years ago |
Michael Ziegler
|
d78bd39cc9
|
add a command to download the current HEAD version of Murmur.ice from Mumble's Git
|
15 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
|
ccc8c89dfa
|
add mm{shell,syncdb,runserver} commands that allow to choose a Murmur version first
|
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
|
858e3706a6
|
check SECRET_KEY
|
15 years ago |
Michael Ziegler
|
30080192cd
|
add copyright headers
|
15 years ago |
Michael Ziegler
|
f0b567e7a7
|
improve Sites checks to detect SITE_ID not set or no site of that ID existing, see #30
|
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 |