1
0
Fork 0
forked from External/grumble
Alternative Mumble server (CEF)
Find a file
2011-11-08 16:12:54 +01:00
pkg Make hierarchy creation the only mode for blobstore. Cache a 'good' directory structure with a 'blobstore' file in the blobstore directory. 2011-11-08 15:38:30 +01:00
.gitignore Vastly improved gitignore. 2011-11-08 15:38:50 +01: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
args.go 4096-bit RSA keys by default. Auto-regen keys if a cert or key is missing. 2011-11-08 16:12:54 +01:00
AUTHORS Add pcgod to AUTHORS. 2011-04-09 21:50:16 +02:00
channel.go Major gofix run. 2011-11-08 15:05:13 +01:00
client.go Major gofix run. 2011-11-08 15:05:13 +01:00
ctl.go Re-add SQLite import support, but make it a build-time option. 2011-08-27 20:52:06 +02:00
ctlrpc.go Major gofix run. 2011-11-08 15:05:13 +01:00
freeze.go Major gofix run. 2011-11-08 15:05:13 +01:00
gencert.go 4096-bit RSA keys by default. Auto-regen keys if a cert or key is missing. 2011-11-08 16:12:54 +01:00
group.go Major gofix run. 2011-11-08 15:05:13 +01:00
grumble.go 4096-bit RSA keys by default. Auto-regen keys if a cert or key is missing. 2011-11-08 16:12:54 +01:00
LICENSE Update LICENSE file. 2011-04-09 21:52:05 +02:00
Makefile Re-add SQLite import support, but make it a build-time option. 2011-08-27 20:52:06 +02:00
message.go Major gofix run. 2011-11-08 15:05:13 +01:00
murmurdb.go Major gofix run. 2011-11-08 15:05:13 +01:00
murmurdb_null.go Major gofix run. 2011-11-08 15:05:13 +01:00
README Throw the code out there. :) 2010-09-20 15:14:22 +02:00
register.go Major gofix run. 2011-11-08 15:05:13 +01:00
server.go Major gofix run. 2011-11-08 15:05:13 +01:00
signal_unix.go Hook up new freezer code to the server. 2011-08-27 15:15:23 +02:00
signal_windows.go Abstract away signal handling. 2011-05-16 23:46:25 +02:00
user.go Major gofix run. 2011-11-08 15:05:13 +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.