Alternative Mumble server
Find a file
2011-05-17 01:41:03 +02:00
pkg Add missing blobstore update. 2011-05-17 01:41:03 +02:00
.gitignore Add a .gitignore file 2011-01-05 06:34:47 +08:00
acl.go Don't check for missing +traverse in ACL loop. Wait until all ACLs have been considered. 2011-04-27 22:11:07 +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 cryptstate: s/AESBlockSize/aes.BlockSize, rename to grumble/cryptstate. 2011-05-14 18:50:07 +02:00
ctl.go Better defaults handling + better Windows compat. 2011-05-16 22:58:23 +02:00
ctlrpc.go Check for server existance in ctlrpc. 2011-05-13 15:42:06 +02:00
freeze.go Ban support. 2011-05-14 17:22:29 +02:00
gencert.go Add ability to autogen self-signed x509 certs for use with Grumble. 2011-04-28 20:30:21 +02:00
group.go GroupMemberCheck: Implement certhash matching. 2011-04-30 23:25:10 +02:00
grumble.go Abstract away signal handling. 2011-05-16 23:46:25 +02:00
LICENSE Update LICENSE file. 2011-04-09 21:52:05 +02:00
Makefile .exe suffix for binary on Windows. 2011-05-16 23:50:52 +02:00
message.go Add missing return statements for a couple of permission checks. 2011-05-15 11:13:19 +02:00
murmurdb.go Use default blobstore in Grumble. 2011-05-13 17:07:55 +02:00
README Throw the code out there. :) 2010-09-20 15:14:22 +02:00
register.go Add 'grumble ctl'. 2011-05-13 15:06:54 +02:00
server.go cryptstate: s/AESBlockSize/aes.BlockSize, rename to grumble/cryptstate. 2011-05-14 18:50:07 +02:00
signal_unix.go Abstract away signal handling. 2011-05-16 23:46:25 +02:00
signal_windows.go Abstract away signal handling. 2011-05-16 23:46:25 +02: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.