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
2020-04-16Merge PR #66: Build prepHEADmasterDavide Beatrici
2020-04-15Setup GoReleaser for the future.Derrick
2020-04-15Update LICENSE for 2020.Derrick
2020-04-13Merge PR #65: Tell servers to Stop when shutting down.Davide Beatrici
2020-04-13Tell servers to Stop when shutting down.Derrick
2020-04-13Merge PR #64: Update the mumble proto.Davide Beatrici
2020-04-12Update the mumble proto.Derrick
2020-04-12Merge PR #63: Fix infinite loop in log writer.Davide Beatrici
2020-04-12Merge PR #62: Add go report to the readme.Davide Beatrici
2020-04-12Merge PR #61: Setup go mod.Davide Beatrici
2020-04-12Fix infinite loop in log writer.Derrick
2020-04-12Update mod and sum file.Derrick
2020-04-12Merge branch 'master' into go_modDerrick
2020-04-12Merge pull request #55 from olabiniV2/server_passwordDerrick
2020-04-12Merge pull request #54 from olabiniV2/stderr_loggingDerrick
2020-04-12Merge pull request #52 from olabiniV2/configuration_settingDerrick
2020-04-12Merge pull request #51 from olabiniV2/optional_webportDerrick
2020-04-12Setup go mod.Derrick
2020-04-12Add go report to the readme.Derrick
2020-04-12Merge PR #60: Update README.Davide Beatrici
2020-04-12Merge pull request #59 from actown/dockerfile_go14Derrick
2020-04-12Update README.Derrick
2020-04-11Merge pull request #58 from actown/gitignore_jbDerrick
2020-04-11Merge pull request #57 from actown/travis_go14Derrick
2020-04-11Updated Dockerfile.Derrick
2020-04-11Fix go1.14 build error in Panic function.Derrick
2020-04-11Have Travis CI test on go 1.14.x.Derrick
2020-04-11Update gitignore to ignore jetbrains ide.Derrick
2020-03-26Try to authenticate using server password if user authentication hasn't happenedOla Bini
2020-03-26Add new methods for setting and checking a potential server passwordOla Bini
2020-03-26Extract more generic versions of setting and checking configuration passwordsOla Bini
2020-03-26Use MultiWriter to simplify the writing implementation. Also make it possible...Ola Bini
2020-03-26Remove unused fieldOla Bini
2020-03-26Make OpenFile a factory function instead of a method on LogTarget. Use this t...Ola Bini
2020-03-26Rename the default logtarget to not stutter. Also hide the default file log t...Ola Bini
2020-03-26Extract a LogTarget interface to make it easier to manage loggingOla Bini
2020-03-26Merge PR #53: Only send configuration updates if the channel existsDavide Beatrici
2020-03-25Only send configuration updates if the channel existsOla Bini
2020-03-25Make it possible to change configuration parameters on a serverOla Bini
2020-03-25Add a configuration parameter making it possible to avoid listening to the we...Ola Bini
2019-12-21Merge PR #46: Set freezelog to nil after closing itDavide Beatrici
2019-12-21Merge PR #47: Run go fmt and goimports on all files, to make them follow Gola...Davide Beatrici
2019-12-21Run go fmt and goimports on all files, to make them follow Golang standardsOla Bini
2019-12-21Set freezelog to nil after closing itOla Bini
2019-12-21Merge PR #45: Don't close the TCP listener, only the TLS listenerDavide Beatrici
2019-12-21Don't close the TCP listener, only the TLS listenerOla Bini
2019-06-22Merge PR #39: Fix travis-ci build status image in README.mdDavide Beatrici
2019-06-22Fix travis-ci build status image in README.mdmat
2019-06-05Merge PR #38: Fixed Windows GOPATH lineDavide Beatrici
2019-06-04Fixed Windows GOPATH linerasmus-z