mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 06:10:00 -08:00
Alternative Mumble server
This reverts commit
|
||
|---|---|---|
| cmd/grumble | ||
| pkg | ||
| server | ||
| vendor | ||
| .gitignore | ||
| .travis.yml | ||
| AUTHORS | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| LICENSE | ||
| README.md | ||
Linux CI (Travis CI):
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.