Alternative Mumble server
Find a file
2011-09-08 13:40:05 +02:00
pkg Remove message kind parameter from sendProtoMessage and friends. 2011-09-08 12:57:32 +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
args.go Re-add SQLite import support, but make it a build-time option. 2011-08-27 20:52:06 +02:00
AUTHORS Add pcgod to AUTHORS. 2011-04-09 21:50:16 +02:00
channel.go Re-add SQLite import support, but make it a build-time option. 2011-08-27 20:52:06 +02:00
client.go Fix protobuf enum types. 2011-09-08 13:40:05 +02: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 Hook up new freezer code to the server. 2011-08-27 15:15:23 +02:00
freeze.go Add message numbers to mumbleproto package. 2011-09-07 16:12:07 +02:00
gencert.go Re-add SQLite import support, but make it a build-time option. 2011-08-27 20:52:06 +02:00
group.go Hook up new freezer code to the server. 2011-08-27 15:15:23 +02:00
grumble.go Remove message kind parameter from sendProtoMessage and friends. 2011-09-08 12:57:32 +02: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 Fix protobuf enum types. 2011-09-08 13:40:05 +02:00
murmurdb.go Re-add SQLite import support, but make it a build-time option. 2011-08-27 20:52:06 +02:00
murmurdb_null.go Re-add SQLite import support, but make it a build-time option. 2011-08-27 20:52:06 +02:00
README Throw the code out there. :) 2010-09-20 15:14:22 +02:00
register.go Update registration code to work on latest Go tip. 2011-08-26 13:02:57 +02:00
server.go Fix protobuf enum types. 2011-09-08 13:40:05 +02: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 Gofmt run. 2011-06-17 16:49:31 +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.