Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/grumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-12Merge PR #36: Fix function comments based on best practices from Effective GoDavide Beatrici
2019-03-11Fix function comments based on best practices from Effective GoCodeLingo Bot
2019-01-31Merge PR #35: Reduce Docker image footprintDavide Beatrici
2019-01-31Docker: reduce image footprintGrim Kriegor
2019-01-30Merge PR #34: Docker supportDavide Beatrici
2019-01-30Docker: add arm32v6 DockerfileGrim Kriegor
2019-01-30Docker: fix README wording and newline escapingGrim Kriegor
2019-01-30Docker: add initial supportGrim Kriegor
2018-09-01Merge PR #29: Fix failing tests on Go 1.10Ian Bishop
2018-02-10Merge pull request #18: WebSocket supportMikkel Krautz
2018-02-09Websockets supportrubenseyer
2018-02-05RegisterClient: missing !rubenseyer
2018-01-31Merge PR #15: Improve startup error messages.Mikkel Krautz
2018-01-20Merge PR #19: .travis.yml: bump Go version to 1.9.Mikkel Krautz
2018-01-20.travis.yml: bump Go version to 1.9.Mikkel Krautz
2018-01-13Merge PR #17: freezer_windows: make ReplaceFile call fall back to os.Rename.Mikkel Krautz
2018-01-13freezer_windows: make ReplaceFile call fall back to os.Rename.Mikkel Krautz
2018-01-13Merge PR #16: Use %USERPROFILE% instead of $HOME on Windows for Grumble's def...Mikkel Krautz
2018-01-13Use %USERPROFILE% instead of $HOME on Windows for Grumble's default data dir.Mikkel Krautz
2018-01-13Improve startup error messages.Mikkel Krautz
2018-01-04Merge PR #14: update public server registration URLMikkel Krautz
2018-01-04update public server registration URLTim Cooper
2016-10-15Merge pull request #11 from mkrautz/fix-cryptstate-typosMikkel Krautz
2016-10-15Fix a few typos in pkg/cryptstate.Mikkel Krautz
2016-10-15Merge pull request #12 from mkrautz/cryptstate-drop-null-cryptomodeMikkel Krautz
2016-10-15pkg/cryptstate: remove NULL crypto mode.Mikkel Krautz
2016-10-15Add Travis CI and AppVeyor build status badges to README.md.Mikkel Krautz
2016-10-15Add appveyor.yml for AppVeyor builds.Mikkel Krautz
2016-10-15.travis.yml: also build main binary in Travis CI build.Mikkel Krautz
2016-10-15Add .travis.yml for Travis CI.Mikkel Krautz
2016-05-05Add project status to README.md.Mikkel Krautz
2016-05-05Rename README.markdown to README.md.Mikkel Krautz
2016-05-01AUTHORS: add Tim Cooper.Mikkel Krautz
2016-03-29Add message to pkg/mumbleproto/generate_main.go about crypto_modes field.Mikkel Krautz
2016-03-28use go generate over MakefileTim Cooper
2016-03-27sync Mumble.protoTim Cooper
2016-03-27fix proto sync scriptTim Cooper
2016-03-27Fix typo in replacefile_stub.go.Mikkel Krautz
2016-03-26go fmtTim Cooper
2016-03-26use updated import paths for proto, naclTim Cooper
2016-03-26update golang URLTim Cooper
2014-04-15grumble: move grumble cmd to 'cmd/grumble' instead of the source tree root.Mikkel Krautz
2014-04-15Migrate from mumbleapp.com to mumble.info.Mikkel Krautz
2013-05-25grumble, pkg/*: get rid of makefiles.Mikkel Krautz
2013-05-25grumble: add Debugf print method to Client and Server.Mikkel Krautz
2013-05-24grumble: fix cryptstate resync issues (and simplify Server.handleUdpPacket()).Mikkel Krautz
2013-02-10grumble: remove accidental peer certificate debugging.Mikkel Krautz
2013-02-10pkg/blobstore: use correct Open signature in tests.Mikkel Krautz
2013-02-10grumble, pkg/acl: move ACL handling to the acl package.Mikkel Krautz
2013-02-05pkg/blobstore: modernize the blobstore package.Mikkel Krautz