1
0
Fork 0
forked from External/grumble
Alternative Mumble server (CEF)
Find a file
2011-04-08 15:19:30 +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 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 Handle ChannelState messages. 2011-04-06 18:12:21 +02:00
client.go Support for UserState blobs (textures and comments) 2010-11-28 20:46:26 +01:00
freeze.go Frozen servers are now gzipped gobs. 2011-04-08 15:19:30 +02:00
group.go 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
grumble.crt Throw the code out there. :) 2010-09-20 15:14:22 +02:00
grumble.go Frozen servers are now gzipped gobs. 2011-04-08 15:19:30 +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 Frozen servers are now gzipped gobs. 2011-04-08 15:19:30 +02:00
message.go 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
murmurdb.go 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
README Throw the code out there. :) 2010-09-20 15:14:22 +02:00
server.go 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
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.