Alternative Mumble server
Find a file
2023-04-28 21:18:48 -05:00
cmd/grumble Make the original command work again 2019-12-17 18:09:01 +00:00
pkg For some reason, SuperUser is not given speaking and whisper permissions. That doesn't really work for us, so remove that functionality 2020-07-16 17:51:54 +00:00
server Fix a bug in implementation of Panic(), by forwarding spread arguments 2023-04-28 21:18:48 -05:00
.gitignore grumble: move grumble cmd to 'cmd/grumble' instead of the source tree root. 2014-04-15 14:31:42 +02:00
.travis.yml Rename and move everything to hopefully make it possible to use this package as a Golang package 2019-12-17 17:50:55 +00:00
AUTHORS AUTHORS: add Tim Cooper. 2016-05-01 17:30:32 +02:00
go.mod Move to modules 2023-04-28 21:17:20 -05:00
go.sum Move to modules 2023-04-28 21:17:20 -05:00
LICENSE Update LICENSE file. 2011-04-09 21:52:05 +02:00
README.md Rename and move everything to hopefully make it possible to use this package as a Golang package 2019-12-17 17:50:55 +00:00

Linux CI (Travis CI):

Build Status

This fork of Grumble was made to make it possible to use the functionality of the server as a pure library. In order to do this, all paths were changed, the package cmd/grumble was renamed to server, and the main function in that package was renamed exampleMain. If you're interested in the original code or documents, please go to https://github.com/mumble-voip/grumble.