Michael Ziegler
|
c0f7927397
|
minor refactoring (and bugfix); show IP address and user name in the ban list. see #126
|
14 years ago |
Michael Ziegler
|
323d0af259
|
fix borkage with murmur 1.2.0 due to accessing the wrong object
|
14 years ago |
Michael Ziegler
|
00fb7a1f8c
|
check for address field existing before trying to del it
|
14 years ago |
Michael Ziegler
|
84d480ff8c
|
fix a few issues with murmur 1.1.4 (yep, srsly\!)
|
14 years ago |
Michael Ziegler
|
e1069f08b6
|
fix two spelling errors
|
14 years ago |
Michael Ziegler
|
24f454d9ea
|
implement user muting/deafening and displaying their avatars in the channel viewer user edit thingy
|
14 years ago |
Michael Ziegler
|
ba60ce8936
|
replace the x- prefix with x_ to get valid object attribute names
|
15 years ago |
Michael Ziegler
|
d67452ec7a
|
show talking players with the red lips icon in the channel viewer
|
15 years ago |
Michael Ziegler
|
914ec86c54
|
s/encode/encodestring/ *sigh*
|
15 years ago |
Michael Ziegler
|
e6af06290c
|
fix import
|
15 years ago |
Michael Ziegler
|
69a73a7336
|
base64 encode values that contain NULL chars (user::context does)
|
15 years ago |
Michael Ziegler
|
fde03c5458
|
write full URLs into the channel viewer protocol data
|
15 years ago |
Michael Ziegler
|
84ccb94516
|
use spaces instead of commas to separate lists and include proper xmlns definitions
|
15 years ago |
Michael Ziegler
|
5e83635d29
|
fix all strings being converted to lower case
|
15 years ago |
Michael Ziegler
|
4943b4cbb2
|
modify the channel viewer protocol implementation to only deliver addresses for authenticated requests
|
15 years ago |
Michael Ziegler
|
73c01b3547
|
properly encode stuff for the XML output
|
15 years ago |
Michael Ziegler
|
f624f84022
|
add support for the <http://mumble.sourceforge.net/Channel_Viewer_Protocol> draft
|
15 years ago |
Michael Ziegler
|
5a6747c83a
|
a few code style fixes
|
15 years ago |
Michael Ziegler
|
37ccd499f3
|
cache the server version in the model, add a property to prettyprint it and display it in the admin.
|
15 years ago |
Michael Ziegler
|
4cfd243649
|
fix the order function causing an AttributeError on pre-1.2.1 Murmur servers
|
15 years ago |
Michael Ziegler
|
5ade490dab
|
translate the MumbleServer.defaultconfig and Mumble.server fields; language update
|
15 years ago |
Michael Ziegler
|
cbc7d36669
|
take "position" parameter into account when sorting channels
|
15 years ago |
Michael Ziegler
|
0a057b5508
|
a few cleanups
|
15 years ago |
Michael Ziegler
|
f595868302
|
add a JSON data source for mumbleviewer-ng.
|
15 years ago |
Michael Ziegler
|
8ec67e9e0c
|
add draft for an XML serialization for mumbleviewer-ng <http://bitbucket.org/nodefab/mumbleviewer-ng>
|
15 years ago |
Michael Ziegler
|
17e0aa285e
|
various style fixes
|
15 years ago |
Michael Ziegler
|
84e70f2934
|
fix a few last glitches in the IP address formatting and display the users' FQDN.
|
15 years ago |
Michael Ziegler
|
01edca8694
|
clean up the IPv6 conversion code. learned that Python slices can use a step size :o
|
15 years ago |
Michael Ziegler
|
1b5a0f12c1
|
fix a few glitches in the IPv6 address formatting
|
15 years ago |
Michael Ziegler
|
4757723857
|
display IPv4 addresses in dotted-quad notation
|
15 years ago |
Michael Ziegler
|
9fb1ba96db
|
implement displaying users' IP addresses to Admins and SuperUsers.
|
15 years ago |
Michael Ziegler
|
b5c8c6deff
|
clean up the URL generation method
|
15 years ago |
Michael Ziegler
|
020d6a7bcf
|
cleaned up to satisfy pylint
|
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
|
6bc848eaa5
|
use the icons from mumble 1.2.0 instead of 1.1.8. fixes #67
|
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
|
d925fec378
|
transform mmObjects to use Murmur's data more directly, and change the templates accordingly
|
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
|
1aa360cf6c
|
add drafts for the mumpytz interface that is in planning
|
15 years ago |
Michael Ziegler
|
3527f8c790
|
do I wanna ask..?
|
15 years ago |
Michael Ziegler
|
b2acbb0ce0
|
add ?version= tag to connect URLs
|
15 years ago |
Michael Ziegler
|
57054778b8
|
add SHOW_EMPTY_SUBCHANS setting. fixes #54
|
15 years ago |
Michael Ziegler
|
22d9874746
|
a few style fixes and docstrings
|
15 years ago |
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
|
04a93d0a7e
|
first prototype of a curses based CLI. Selecting servers and viewing a channel list works already!
|
16 years ago |