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
f2b004d7b9
added help_texts and port number sanity check; and the channel ids are now shown to serveradmins and staff
16 years ago
Michael Ziegler
2f418fde89
implemented auto port assignment - not such a clean way, but it should work. fixes #6
16 years ago
Michael Ziegler
0900db9664
added i18n to the code and wrote a German translation file. doesn't cover *everything* yet, but it's a start.
16 years ago
Michael Ziegler
65973518f2
first alpha of a CLI to administer Murmur. this still needs a LOT of improvement, maybe an ncurses interface?
16 years ago
Michael Ziegler
7f844e245c
added docstrings
16 years ago
Michael Ziegler
7c790ba929
changed *everything* just to handle the new user registration in Murmur 1.2.0. Hope it works.
16 years ago
Michael Ziegler
0e2f58c35e
removed dysfunctional unit tests and changed raised exceptions to better fitting class names
16 years ago
Michael Ziegler
73bda3ca3b
added UNIQUE constraints
16 years ago
Michael Ziegler
48f366c76b
renamed "identifier" to "channelid", revoke users admin status before deleting
16 years ago
svedrin
4d3bbee3e3
added check if the player name the user tries to register is already taken
16 years ago
Michael Ziegler
a6113dc743
default connstring for new models can now be configured in settings.py
16 years ago
Michael Ziegler
48b4ca659f
server info and channel description
16 years ago
Michael Ziegler
8b84fe9dba
changed field description and default of the "dbus" field to use ICE as default
16 years ago
Michael Ziegler
7e25cb7bc1
fixed "url" property overwriting RegisterURL field, moved default port number to settings, port no only shows up if not default
16 years ago
Michael Ziegler
75f30b0c84
implemented sorted channel list
16 years ago
Michael Ziegler
61b80ddf72
merged mmServer class into Mumble model, changed channel viewer to use divs instead of a table (can be more cleanly generated), cleaned up views and removed a whole lot of bad(tm) code
16 years ago
Michael Ziegler
bf5a5972c6
fixing player list not working when multiple servers in different installations have the same server ID
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
Michael Ziegler
76d66448fc
prevented "server" field on MumbleUser model from being changed once the record has been entered into the database (and hence into murmur). fixes #2
16 years ago
Michael Ziegler
787e0ff1d3
implemented current texture to be displayed in the "set texture" form
16 years ago
Michael Ziegler
d62cb9f453
implemented setting user textures
16 years ago
withgod
957f8ae01d
without DBus code modesl.py
implements basic DBus Controller mctl.py
16 years ago
withgod
066f9942d1
code review commit...
my repo np.
16 years ago
Michael Ziegler
b884425048
fixed various settings not being updated in Murmur correctly due to case sensitivity of setConf(). closes : #4
16 years ago
Michael Ziegler
24ff9ce515
bugfix: used syntax that is not available in python 2.4
16 years ago
Michael Ziegler
6ce1563e89
renamed column "default" to "defchan" (default is a reserved word, bad karma), created a script to update the schema from v0.5
16 years ago
Michael Ziegler
ecbf04d284
added options to configure channel and player name regexes, ip obfuscation and default channel id.
16 years ago
Michael Ziegler
abf565014d
changed copyright notice to clarify GPLv2+ licensing
16 years ago
Michael Ziegler
f51a52bc13
added rudimentary "admin" view to allow server admins to configure their servers without being able to alter "hoster only" config options
16 years ago
Michael Ziegler
ca4ba79461
altered "settings" import to fit the django way, which should be better portable
16 years ago
Michael Ziegler
35c72922fe
updated to use a default email address from settings when owner is None
16 years ago
Michael Ziegler
008f938d79
changed to update only if owner and password given (cant update without owner due to email)
16 years ago
Michael Ziegler
51976cdfa7
hrmpf
16 years ago
Michael Ziegler
cc82e65156
bugfix: missing argument
16 years ago
Michael Ziegler
3b7f720451
added base path autodetection, so people don't have to configure *anything* anymore...
16 years ago
Michael Ziegler
facb069dad
added an object that represents the ACL instead of messing with array indices
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
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
root
99bac3f6d9
Cort on IRC ran into a few problems and we discovered that,
<slicer> From DBus 1.2.<something> on, you HAVE to set the interface in function calls, or it will be denied.
He was so kind as to send me a patch, which I now applied.
16 years ago
root
9aa5b908e4
superuser password can be configured
16 years ago
root
fab9cf879a
Now the links in the channel viewer work correctly
16 years ago
root
a5bd43cdf8
Fixed a bug that prevented the Channel list from working for anonymous users
16 years ago
root
dd971d53e8
renamed the path of the python app
16 years ago
root
057e364ac7
now updating the server password should work as well
16 years ago
root
646da21f74
initial import
16 years ago