552 Commits (v2.3)
 

Author SHA1 Message Date
Michael Ziegler 76a7aa4df7 fix crash when PIL doesn't recognize the image format 14 years ago
Michael Ziegler 6212606b0f oh - *that's* why I imported models instead of Mumble... 14 years ago
Michael Ziegler 070d5be141 Releasing second beta of v2.0. Looks like v2.0 final will be released on Sunday. :) 14 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>/*" 14 years ago
Michael Ziegler ca27896c44 drop the "NOT NULL" constraint from the "port" column when converting the DB 14 years ago
Michael Ziegler 775db4497f remove unnecessary method stubs (NotImplementedError vs AttributeError, eugh) 14 years ago
Michael Ziegler 43aecc8b27 properly implement the translation of property docstrings, update German translation 14 years ago
Michael Ziegler 79945dd224 fix MumbleUsers page crashing when a server is not running, show running state in MumbleServers page 14 years ago
Michael Ziegler ff23d484e6 fix crash when Murmurd is not running, display running states in the admin. Update German translation. 14 years ago
Michael Ziegler 84e70f2934 fix a few last glitches in the IP address formatting and display the users' FQDN. 14 years ago
Michael Ziegler 01edca8694 clean up the IPv6 conversion code. learned that Python slices can use a step size :o 14 years ago
Michael Ziegler 1bd2808e88 fix setting the texture. fixes #84 14 years ago
Michael Ziegler 1b5a0f12c1 fix a few glitches in the IPv6 address formatting 14 years ago
Michael Ziegler 4757723857 display IPv4 addresses in dotted-quad notation 14 years ago
Michael Ziegler 9fb1ba96db implement displaying users' IP addresses to Admins and SuperUsers. 14 years ago
Michael Ziegler a8909a7dd2 Added tag v2.0beta1 for changeset 087c77f187f7 14 years ago
Michael Ziegler f00a5c3518 Releasing the first beta version of v2.0 (v2.0beta1). 14 years ago
Michael Ziegler 3abf7e9ab2 add kick/ban/reason messages to German translation 14 years ago
Michael Ziegler 2d82f51841 add the Django defaults for handler{404,500} to the URLs and fix the templates. fixes #83 14 years ago
Michael Ziegler 8e8fb6237e implement basic kicking of users. todo: banning/moving. see #81 14 years ago
Michael Ziegler bddef1de0c display admin stuff to superusers even when they are not server admins 14 years ago
Michael Ziegler 1306820e6a use PasswordInput widgets for the password field 14 years ago
Michael Ziegler 394e001950 add getRawTexture method that simply returns the texture. that way, it can be piped to a file and stored on the disk. 14 years ago
Michael Ziegler 0f79e664cb add getslice management command that checks if the slice can be fetched using getSlice. 14 years ago
Michael Ziegler 29ac8a86b3 remove sys import left from debugging 14 years ago
Michael Ziegler 576cdf50d7 move "extends" directive before comments, as it needs to be on the first line 14 years ago
Michael Ziegler 54ea276b40 prevent output of the comma in the last loop iteration. fixes #75 14 years ago
Michael Ziegler 2e331cb59f fix quite a few typos and wrong copypasta that turned the Ctl to None... 14 years ago
Michael Ziegler 83192cf0ff put kate modelines in {%comment%}s so they don't get written into the HTML, and reindent JS using 2 spaces 14 years ago
Michael Ziegler c709294181 adapt getTexture to work with the new texture format. 1.2.2 is buggy, so textures won't work with that version. fixes #79 14 years ago
Michael Ziegler bbb2da107e Textures aren't compressed from Murmur 1.2.2 onwards anymore. just need to figure out the format now :/ see #79 14 years ago
Michael Ziegler 50547665bc if getTexture fails to decompress the data, raise ValueError instead of zlib.error 14 years ago
withgod c6ebb4e273 update few string japanese translation 14 years ago
Michael Ziegler 2402bf78d5 update German translation 14 years ago
Michael Ziegler d5f2548833 add server ID to displayed fields, and calculate the bind port if it isn't set in the Model. 14 years ago
Michael Ziegler 385b4f1295 drop UNIQUE indices for (addr, port) when converting the database. 14 years ago
Michael Ziegler 15de0018ae display the server's default config in a TextArea in the Admin 14 years ago
Michael Ziegler bcfeedbb0d coerce config properties to unicode instead of str by default 14 years ago
Michael Ziegler 248179ac5d only check the port for validity if it has been set 14 years ago
Michael Ziegler e50c532fc3 add the autoboot field to the form 14 years ago
Michael Ziegler 6942907e26 unset the registerhostname config field if the netloc is unknown 14 years ago
Michael Ziegler 97baf5cc60 only display connect URLs if a sensible address is known 14 years ago
Michael Ziegler 340c64b257 fix imports 14 years ago
Michael Ziegler 1b811cea6e add forgotten import. 14 years ago
Michael Ziegler cc636675c5 work around Windows not allowing Ice to loadSlice while the tempfile is open for writing. 14 years ago
Michael Ziegler 8e5296e03e add support for the "boot" config field 14 years ago
Michael Ziegler d3eaa051b3 don't require the address/port fields anymore as Murmur can handle them not being set. 14 years ago
Michael Ziegler ab56be2310 add debug output when reading the config values fails 14 years ago
Michael Ziegler a7b3eae9c9 when fetching player data, decode strings from UTF8. 14 years ago
Michael Ziegler bd3fe30560 optimize looking for existing players to not fire one DB query per player 14 years ago