Alternative Mumble server
Find a file
2010-11-28 20:46:26 +01:00
pkg Send correct channel tree. Update mumbleproto. Add comments regarding UserState permission handling. 2010-11-20 23:05:44 +01:00
acl.go Initial ACL and group support. 2010-11-23 00:37:24 +01:00
AUTHORS Throw the code out there. :) 2010-09-20 15:14:22 +02:00
channel.go Initial ACL and group support. 2010-11-23 00:37:24 +01:00
client.go Support for UserState blobs (textures and comments) 2010-11-28 20:46:26 +01:00
group.go Initial ACL and group support. 2010-11-23 00:37:24 +01:00
grumble.crt Throw the code out there. :) 2010-09-20 15:14:22 +02:00
grumble.go Add checks for buggy goprotobuf. 2010-11-28 03:18:44 +01:00
grumble.key Throw the code out there. :) 2010-09-20 15:14:22 +02:00
LICENSE Throw the code out there. :) 2010-09-20 15:14:22 +02:00
Makefile Initial ACL and group support. 2010-11-23 00:37:24 +01:00
message.go Support for UserState blobs (textures and comments) 2010-11-28 20:46:26 +01:00
README Throw the code out there. :) 2010-09-20 15:14:22 +02:00
server.go Support for UserState blobs (textures and comments) 2010-11-28 20:46:26 +01:00
tlsserver.go Handle UserState and UserRemove (with a few exceptions!) 2010-11-27 14:22:47 +01:00

What is Grumble?
================

Grumble is an implementation of Murmur (the server component of Mumble, an
open-source VoIP application) in the Go language.