|  Michael Ziegler | a6113dc743 | default connstring for new models can now be configured in settings.py | 17 years ago | 
				
					
						|  Michael Ziegler | 983eaa396a | oops - collateral damage of search and replace | 17 years ago | 
				
					
						|  Michael Ziegler | 48b4ca659f | server info and channel description | 17 years ago | 
				
					
						|  Michael Ziegler | 1b2dda199b | fixed debug messages left from trying to auto-detect the murmur version... | 17 years ago | 
				
					
						|  Michael Ziegler | 06d5242364 | fixed setting ACL due to "playerid" -> "userid" rename | 17 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 :( | 17 years ago | 
				
					
						|  Michael Ziegler | 673115cc71 | fixed storing the ACL, and hence granting/revoking admin privileges | 17 years ago | 
				
					
						|  Michael Ziegler | 8b84fe9dba | changed field description and default of the "dbus" field to use ICE as default | 17 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 | 17 years ago | 
				
					
						|  Michael Ziegler | 75f30b0c84 | implemented sorted channel list | 17 years ago | 
				
					
						|  Michael Ziegler | 35df252d55 | fixed my last two fixes. it was just too late at night yesterday. | 17 years ago | 
				
					
						|  Michael Ziegler | d34aa40dbe | last fix didn't help... | 17 years ago | 
				
					
						|  Michael Ziegler | edc7af8cf4 | *sigh* fixed hidden channels breaking the JavaScript | 17 years ago | 
				
					
						|  Michael Ziegler | 7fb8c9ea0f | fixed auto-hiding of empty channels | 17 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 | 17 years ago | 
				
					
						|  Michael Ziegler | 47dc521d57 | fixed "Username@" missing from the channel links | 17 years ago | 
				
					
						|  Michael Ziegler | e9de0eca08 | auto-truncate channel and player names | 17 years ago | 
				
					
						|  Michael Ziegler | 87f06ab8b8 | syncdb hook now tries to get the connection string from env variable MURMUR_CONNSTR before asking | 17 years ago | 
				
					
						|  Michael Ziegler | 0e7397194b | prevent infinite loop + minor improvements | 17 years ago | 
				
					
						|  Michael Ziegler | 2dfd02baba | channel list will be created correctly even if ICE returns children before their parents | 17 years ago | 
				
					
						|  Michael Ziegler | 67d52668f5 | encoding issue | 17 years ago | 
				
					
						|  Michael Ziegler | bf5a5972c6 | fixing player list not working when multiple servers in different installations have the same server ID | 17 years ago | 
				
					
						|  Michael Ziegler | 196511928d | fixed connection string not being entered correctly | 17 years ago | 
				
					
						|  Michael Ziegler | eaa8cc5bad | added check for dbus connection string | 17 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. | 17 years ago | 
				
					
						|  Michael Ziegler | 4b33c6c224 | a few refurbishments, more are yet to come | 17 years ago | 
				
					
						|  withgod | 424859c488 | if exists utf8 string name user found can't syncdb and more action because DBus/Ice don't same charset DBus is unicode Ice is UTF-8 | 17 years ago | 
				
					
						|  withgod | 7a2e4c9866 | implements IceCtroller **Texture methods | 17 years ago | 
				
					
						|  withgod | 5c4aadde69 | last commit forgot Ctl Class.. | 17 years ago | 
				
					
						|  withgod | d25ae7b18a | split mctl.py mctl.py base class
	MumbleCtlDbus.py
	MumbleCtlIce.py | 17 years ago | 
				
					
						|  withgod | 93c72f306d | implement setACL. no beauty... | 17 years ago | 
				
					
						|  withgod | da9d0c1ea1 | set*** method implements. but not just finish setACL. | 17 years ago | 
				
					
						|  withgod | 70ee45beb4 | implements get**** methods. | 17 years ago | 
				
					
						|  withgod | b1f5ffe10c | management.py using mctl.py | 17 years ago | 
				
					
						|  Michael Ziegler | 72df6d5cc8 | /mumble now redirects to /mumble/x if only one server has been configured | 17 years ago | 
				
					
						|  Michael Ziegler | 046f4ebbd1 | changed url to point to "texture.png" instead of .jpg | 17 years ago | 
				
					
						|  Michael Ziegler | 2dffabcf08 | changed output format to PNG because it has transparency | 17 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 | 17 years ago | 
				
					
						|  Michael Ziegler | f585277852 | added hint about image size | 17 years ago | 
				
					
						|  Michael Ziegler | 787e0ff1d3 | implemented current texture to be displayed in the "set texture" form | 17 years ago | 
				
					
						|  Michael Ziegler | d62cb9f453 | implemented setting user textures | 17 years ago | 
				
					
						|  withgod | 957f8ae01d | without DBus code modesl.py implements basic DBus Controller mctl.py | 17 years ago | 
				
					
						|  withgod | 066f9942d1 | code review commit... my repo np. | 17 years ago | 
				
					
						|  Michael Ziegler | d0a8a88c2f | yet another change to fix #4... | 17 years ago | 
				
					
						|  Michael Ziegler | 878315df91 | honoured case sensitivity of getConf(). closes: #4 | 17 years ago | 
				
					
						|  Michael Ziegler | b884425048 | fixed various settings not being updated in Murmur correctly due to case sensitivity of setConf(). closes: #4 | 17 years ago | 
				
					
						|  Michael Ziegler | 24ff9ce515 | bugfix: used syntax that is not available in python 2.4 | 17 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 | 17 years ago | 
				
					
						|  Michael Ziegler | ecbf04d284 | added options to configure channel and player name regexes, ip obfuscation and default channel id. | 17 years ago | 
				
					
						|  Michael Ziegler | a617cbdffb | added copyright and license information | 17 years ago |