51 Commits (5051acfb292bf350067a9e6fb853e6ca53de8fef)

Author SHA1 Message Date
Michael Ziegler 5051acfb29 Remove SLICE_VERSION variable and shipped slices. People NEED to set the SLICE variable from now on. 14 years ago
Michael Ziegler 44757e3f95 remove module stuff left over from version detection experiments 14 years ago
Michael Ziegler a56df76721 If a slice file has been configured, assume the version is correct. 14 years ago
Michael Ziegler 639a5149cb Allright. Here we go. I give up. Ice insists on sucking. Goodbye automatic version detection. 14 years ago
Michael Ziegler fc53d4467d update years in the copyright claims 15 years ago
Michael Ziegler 3745a2d1ac fix version autodetection to work with 1.2.1 15 years ago
Michael Ziegler fad11e6d4d move handling of the "playername"/"username" config field to the CTLs 15 years ago
Michael Ziegler 3cb9a7738f automatically return the correct Ice connector (no need to configure it anymore) 15 years ago
Michael Ziegler 3dd41df5a5 fix formats of the results of getRegistration(). 15 years ago
Michael Ziegler 72672e32f8 fix registration for 1.1.8 over ice 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 2c2755ea57 apparently, people CAN register without an email address, so check each registration field individually. fixes #45 15 years ago
Michael Ziegler 72f2fad025 show user comments in their detail pages 15 years ago
Michael Ziegler 9c8b6a048f change hardcoded indices to use the slice enum correctly 15 years ago
Michael Ziegler 4d31f76e0c add verifyPassword methods. see #56 15 years ago
Michael Ziegler b80c32325c update registerUser and setRegistration for Murmur snapshot snapshot b58726. 15 years ago
Michael Ziegler 27aa076552 a few style fixes 15 years ago
Michael Ziegler ce3b7142fd updating slice and ctl to work with the Murmur snapshot from 21-Aug-2009 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. 15 years ago
Michael Ziegler 80d0069e72 playerid where userid should have been 15 years ago
Michael Ziegler 0e2f58c35e removed dysfunctional unit tests and changed raised exceptions to better fitting class names 15 years ago
Michael Ziegler 48f366c76b renamed "identifier" to "channelid", revoke users admin status before deleting 15 years ago
Michael Ziegler cabc325773 fixed setting SuperUser password - called the wrong objects :D fixes #11 15 years ago
Michael Ziegler e7d07b8091 apparently the capitalization of SuperUser has been changed in ICE. fixes #11 15 years ago
Michael Ziegler 496367d053 added a few more missing encode() statements... I hope that's all now :/ 15 years ago
Michael Ziegler 73b3128117 I *HATE* Ice. Each sting has to be encoded in UTF8. MANUALLY. GAAH. fixes #8 once again. 15 years ago
Michael Ziegler 7f7e7c27c9 added encoding stuff (I'm spoiled by DBus, that's why I keep forgetting). hopefully fixes #8. 15 years ago
Michael Ziegler 293e5cfd1d I kinda miss DBus. Really. 15 years ago
Michael Ziegler b5b9737b21 missing parameter 15 years ago
Michael Ziegler f4b32b6c62 apparently, this has been changed to use simply a dict in 1.2.0 15 years ago
svedrin 4d3bbee3e3 added check if the player name the user tries to register is already taken 15 years ago
Michael Ziegler 239700e62a fixed isBooted/start/stop methods that withgod simply forgot to implement >_< 15 years ago
Michael Ziegler 983eaa396a oops - collateral damage of search and replace 15 years ago
Michael Ziegler 48b4ca659f server info and channel description 15 years ago
Michael Ziegler 1b2dda199b fixed debug messages left from trying to auto-detect the murmur version... 15 years ago
Michael Ziegler 06d5242364 fixed setting ACL due to "playerid" -> "userid" rename 15 years ago
Michael Ziegler cdb617b4f8 added experimental ICE connector for Mumble 1.2.0. can't detect Murmur version before connecting, so this needs to be configured :( 15 years ago
Michael Ziegler 673115cc71 fixed storing the ACL, and hence granting/revoking admin privileges 15 years ago
Michael Ziegler 67d52668f5 encoding issue 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
Michael Ziegler 4b33c6c224 a few refurbishments, more are yet to come 15 years ago
withgod 424859c488 if exists utf8 string name user found can't syncdb and more action 15 years ago
withgod 7a2e4c9866 implements IceCtroller **Texture methods 15 years ago
withgod 5c4aadde69 last commit forgot Ctl Class.. 15 years ago