Alternative Mumble server
Find a file
2011-04-11 21:24:33 +02:00
pkg Don't put Mumble.pb.go under version control. 2011-04-11 12:45:32 +02:00
.gitignore Add a .gitignore file 2011-01-05 06:34:47 +08:00
acl.go Recognize registered users by their certificate hash. 2011-04-09 21:36:36 +02:00
AUTHORS Add pcgod to AUTHORS. 2011-04-09 21:50:16 +02:00
channel.go Hook blobstore into Grumble. 2011-04-11 17:55:11 +02:00
client.go Make SuperUser a regular user (don't special case it). 2011-04-11 21:24:33 +02:00
freeze.go Make SuperUser a regular user (don't special case it). 2011-04-11 21:24:33 +02:00
group.go Recognize registered users by their certificate hash. 2011-04-09 21:36:36 +02:00
grumble.crt Throw the code out there. :) 2010-09-20 15:14:22 +02:00
grumble.go Hook blobstore into Grumble. 2011-04-11 17:55:11 +02:00
grumble.key Throw the code out there. :) 2010-09-20 15:14:22 +02:00
LICENSE Update LICENSE file. 2011-04-09 21:52:05 +02:00
Makefile Hook blobstore into Grumble. 2011-04-11 17:55:11 +02:00
message.go Only allow blob-storage for registered users. 2011-04-11 18:05:24 +02:00
murmurdb.go Make SuperUser a regular user (don't special case it). 2011-04-11 21:24:33 +02:00
README Throw the code out there. :) 2010-09-20 15:14:22 +02:00
server.go Make SuperUser a regular user (don't special case it). 2011-04-11 21:24:33 +02:00
tlsserver.go Handle UserState and UserRemove (with a few exceptions!) 2010-11-27 14:22:47 +01:00
user.go Make SuperUser a regular user (don't special case it). 2011-04-11 21:24:33 +02:00

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

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