Alternative Mumble server
Find a file
Benjamin Jemlich b9d4222543 Don't send two CodecVersion messages
The client is already in the server's list of client and will
get the broadcast message from updateCodecVersions, so we don't
need to send the message twice.
2011-01-05 06:34:48 +08:00
pkg Small cleanups in cryptstate 2011-01-05 06:34:47 +08:00
.gitignore Add a .gitignore file 2011-01-05 06:34:47 +08: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 Make Server#broadcastProtoMessageWithPredicate more general (use a ClientPredicate insteaad of a VersionPredicate) 2010-11-28 20:50:32 +01:00
README Throw the code out there. :) 2010-09-20 15:14:22 +02:00
server.go Don't send two CodecVersion messages 2011-01-05 06:34:48 +08: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.