Alternative Mumble server
Find a file
2011-04-09 21:41:02 +02:00
pkg Add support for importing a server from a Murmur SQLite database. Add support for seralizing a server to disk 'freezing' (currently zlib-JSON based). 2011-04-08 13:21:47 +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 Throw the code out there. :) 2010-09-20 15:14:22 +02:00
channel.go Handle ChannelState messages. 2011-04-06 18:12:21 +02:00
client.go Show correct names for registered users. 2011-04-09 21:41:02 +02:00
freeze.go Recognize registered users by their certificate hash. 2011-04-09 21:36:36 +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 Recognize registered users by their certificate hash. 2011-04-09 21:36:36 +02: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 User support in MurmurDB import and freezer. 2011-04-08 17:26:52 +02:00
message.go Recognize registered users by their certificate hash. 2011-04-09 21:36:36 +02:00
murmurdb.go Recognize registered users by their certificate hash. 2011-04-09 21:36:36 +02:00
README Throw the code out there. :) 2010-09-20 15:14:22 +02:00
server.go Show correct names for registered users. 2011-04-09 21:41:02 +02:00
tlsserver.go Handle UserState and UserRemove (with a few exceptions!) 2010-11-27 14:22:47 +01:00
user.go Recognize registered users by their certificate hash. 2011-04-09 21:36:36 +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.