Alternative Mumble server
Find a file
Mikkel Krautz 2e3cc5cbf4 Gofmt run.
2011-06-17 16:49:31 +02:00
pkg Move htmlfilter to its own package. 2011-06-17 16:49:19 +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 Remove client from Server's internal state before shutting everything down (closing channels, sockets, etc.). Attempt to fix spurious cryptResync crash. 2011-05-20 22:01:43 +02:00
ctl.go Add SetSuperUserPassword ctl option. 2011-05-19 23:37:02 +02:00
ctlrpc.go Gofmt run. 2011-05-20 12:30:31 +02:00
freeze.go Filter text according to server rules before storing. 2011-05-29 02:28:57 +02:00
gencert.go Build with go tip. 2011-06-17 16:48:41 +02:00
group.go GroupMemberCheck: Implement certhash matching. 2011-04-30 23:25:10 +02:00
grumble.go Add jsonify option to grumble to aid in debugging. 2011-05-20 22:29:09 +02:00
LICENSE Update LICENSE file. 2011-04-09 21:52:05 +02:00
Makefile Move htmlfilter to its own package. 2011-06-17 16:49:19 +02:00
message.go Filter text according to server rules before storing. 2011-05-29 02:28:57 +02:00
murmurdb.go Clean up channel handling. 2011-05-20 17:27:53 +02:00
README Throw the code out there. :) 2010-09-20 15:14:22 +02:00
register.go Send version and release when doing registrations. 2011-05-20 11:43:36 +02:00
server.go Move htmlfilter to its own package. 2011-06-17 16:49:19 +02:00
signal_unix.go Build with go tip. 2011-06-17 16:48:41 +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.