Alternative Mumble server
Find a file
2011-11-12 21:36:32 +01:00
pkg Update sync.bash to be *correct*. 2011-11-12 03:37:56 +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 Refine wording in args.go. 2011-11-10 00:50:18 +01:00
AUTHORS Add pcgod to AUTHORS. 2011-04-09 21:50:16 +02:00
channel.go Add VoiceTarget support (whispers and shouts) 2011-11-12 20:29:18 +01:00
client.go Add VoiceTarget support (whispers and shouts) 2011-11-12 20:29:18 +01:00
freeze.go Make LastChannel logic work. 2011-11-12 21:36:32 +01:00
gencert.go Refine auto-keypair regen functionality. Complain loudly if only one of (cert.pem, key.pem) exists. 2011-11-10 13:17:18 +01:00
group.go Major gofix run. 2011-11-08 15:05:13 +01:00
grumble.go Make servers reside in the 'servers' subdir of the DataDir. 2011-11-12 03:18:10 +01:00
LICENSE Update LICENSE file. 2011-04-09 21:52:05 +02:00
Makefile Add VoiceTarget support (whispers and shouts) 2011-11-12 20:29:18 +01:00
message.go Make LastChannel logic work. 2011-11-12 21:36:32 +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 Remove addr and port from NewServer. Clean up per-launch structures on Start and Stop. 2011-11-12 02:19:33 +01:00
server.go Make LastChannel logic work. 2011-11-12 21:36:32 +01:00
signal_unix.go Work-in-progress server start/stop. 2011-11-12 01:52:10 +01:00
signal_windows.go Abstract away signal handling. 2011-05-16 23:46:25 +02:00
ssh.go Add VoiceTarget support (whispers and shouts) 2011-11-12 20:29:18 +01:00
user.go Major gofix run. 2011-11-08 15:05:13 +01:00
voicetarget.go Add VoiceTarget support (whispers and shouts) 2011-11-12 20:29:18 +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.