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
path: root/cmd
AgeCommit message (Expand)Author
2020-04-13Tell servers to Stop when shutting down.Derrick
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-11Fix go1.14 build error in Panic function.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-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-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-21Don't close the TCP listener, only the TLS listenerOla Bini
2019-03-11Fix function comments based on best practices from Effective GoCodeLingo Bot
2018-02-09Websockets supportrubenseyer
2018-02-05RegisterClient: missing !rubenseyer
2018-01-31Merge PR #15: Improve startup error messages.Mikkel Krautz
2018-01-13freezer_windows: make ReplaceFile call fall back to os.Rename.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-04update public server registration URLTim Cooper
2016-03-26go fmtTim Cooper
2016-03-26use updated import paths for proto, naclTim Cooper
2014-04-15grumble: move grumble cmd to 'cmd/grumble' instead of the source tree root.Mikkel Krautz