Alternative Mumble server
Find a file
2019-12-20 16:52:57 +00:00
cmd/grumble Make the original command work again 2019-12-17 18:09:01 +00:00
pkg 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
server Explicitly set freeze log to nil after closing it, to mark that it's closed 2019-12-20 16:52:57 +00:00
vendor Add all dependencies as vendored 2019-12-17 18:00:53 +00: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
Gopkg.lock Add all dependencies as vendored 2019-12-17 18:00:53 +00:00
Gopkg.toml Add all dependencies as vendored 2019-12-17 18:00:53 +00: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.