Michael Ziegler
|
1bd2808e88
|
fix setting the texture. fixes #84
|
15 years ago |
Michael Ziegler
|
60d192fc96
|
add getConf method
|
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
|
fad11e6d4d
|
move handling of the "playername"/"username" config field to the CTLs
|
15 years ago |
Michael Ziegler
|
f62c878a53
|
clear cache, fix a few glitches in the tests
|
15 years ago |
Michael Ziegler
|
3dd41df5a5
|
fix formats of the results of getRegistration().
|
15 years ago |
Michael Ziegler
|
6d32b13210
|
standardize user information handling
|
15 years ago |
Michael Ziegler
|
368c137a61
|
properly implement ACL handling
|
15 years ago |
Michael Ziegler
|
e8490b511b
|
add a bit documentation
|
15 years ago |
Michael Ziegler
|
33bcb3bce4
|
create ice-like PlayerInfo objects for the dbus ifaces
|
15 years ago |
Michael Ziegler
|
0caba5a1ae
|
create ChannelInfo objects like ice does for dbus as well, prevent Ice errors from being hidden by an IndexError
|
15 years ago |
Michael Ziegler
|
bd27553315
|
add verifyPassword method, see #56
|
15 years ago |
Michael Ziegler
|
8b0ea5050f
|
add support for Legacy (<1.1.8) versions of Murmur's DBus interface.
|
15 years ago |
Michael Ziegler
|
27aa076552
|
a few style fixes
|
15 years ago |
Michael Ziegler
|
9ef3cd5029
|
add getRegistration methods to the CTL classes as requested by esrms on IRC.
|
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
|
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
|
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 |
svedrin
|
b05c39175a
|
removed unneccessary conversions. fixes #8
|
16 years ago |
Michael Ziegler
|
239700e62a
|
fixed isBooted/start/stop methods that withgod simply forgot to implement >_<
|
16 years ago |
Michael Ziegler
|
48b4ca659f
|
server info and channel description
|
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
|
4b33c6c224
|
a few refurbishments, more are yet to come
|
16 years ago |
withgod
|
5c4aadde69
|
last commit forgot Ctl Class..
|
16 years ago |