1
0
Fork 0
forked from External/grumble
Alternative Mumble server (CEF)
Find a file
2011-04-26 15:39:26 +08:00
pkg Use correct SQLite include path. 2011-04-12 19:47:39 +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 Add method to write a frozen server to a file 2011-04-26 15:39:24 +08: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 Use Server.FreezeToFile for the timer 2011-04-26 15:39:26 +08: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 Fix ACL message handling for root channel. 2011-04-12 00:02:08 +02:00
murmurdb.go Properly import root channel metadata, ACLs and groups from Murmur SQLite databases. 2011-04-12 00:04:01 +02:00
README Throw the code out there. :) 2010-09-20 15:14:22 +02:00
server.go Rudimentary server freezing. 2011-04-25 17:38:17 +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.