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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-03-03FIX(server): Ctrl-C leaves UDP port open.Terry Geng
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-07-08Merge pull request #4147: FEAT(server): Add rememberduration optionRobert Adam
2020-07-03FEAT(server): Add rememberduration optiondeluxghost
2020-07-02REFAC(server): replace NULL with nullptrPopkornium18
2020-06-11REFAC(deprecated): Replace qrandRobert Adam
2020-03-29src/murmur/main.cpp: Changed description of -v option to reflect better what ...Robert Adam
2020-03-29Murmur-Feature: Ability to log ACL and/or group changesRobert Adam
2020-03-18src/murmur/main.cpp: Use qInfo instead of qFatal for normal logging.Robert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-10Remove remaining Qt 4 stuffDavide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-07-23Make Murmur warn if any of the grpc options are set, but the binary is built ...Mikkel Krautz
2017-05-20Make use of EnvUtils::setenvJan Klass
2017-05-20Make use of EnvUtils in murmurJan Klass
2017-04-25Check env-var function return values for errorsJan Klass
2017-04-25Add comment for workaround from/as in mumble/main.cppJan Klass
2017-02-26Move SSL check and version log message to main.cpp from MetaParams::read().Mikkel Krautz
2017-02-08Murmur: fix bad interaction with QDBus and fork().Mikkel Krautz
2017-01-22Murmur: set detach=false for -limits (implies -fg).Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-12-04Refactor LogEmitter from Murmur into its own file in src/.Mikkel Krautz
2016-11-24Murmur: use About dialog for -license, -authors and -third-party-licenses on ...Mikkel Krautz
2016-11-24murmur: add -license, -authors and -third-party-licenses flags.Mikkel Krautz
2016-05-22murmurd: command line argument "-disablesu" disables SuperUserFrank Engler
2016-05-10src/murmur: update to use LICENSE.header.Mikkel Krautz
2016-05-08grpc: rename RPCStart and RPCStop to GRPCStart and GRPCStop.Mikkel Krautz
2016-05-08grpc: start implementationTim Cooper
2016-02-17Fix OpenSSL intialization.Mikkel Krautz
2015-12-24murmur: exit(1) when encountering a qFatal() when using syslog logging.Mikkel Krautz
2015-12-24murmur: exit with status code 1 on fatal error.Mikkel Krautz
2015-09-26Murmur: add support for EDH cipher suites, and for specifying Diffie-Hellman ...Mikkel Krautz
2015-08-06Fix setting an empty SuperUser password not creating an errorStefan Hacker
2015-07-04Fix various warnings in Linux buildStefan Hacker
2014-10-24Add -limits to help text and improve man pageNatenom
2014-08-22Replace all uses of QT_VERSION_CHECK with explicit version.Stefan Hacker
2014-07-27Ensure "syslog" string literal in murmur's main.cpp is wrapped in QLatin1String.Mikkel Krautz
2014-07-19Murmur: pass a format string to syslog(3).Mikkel Krautz
2014-07-18Support logging to syslog in Murmurmain()
2013-06-29mumble: migrate hardcoded 0x050000 Qt version to the QT_VERSION_CHECK macro.Mikkel Krautz
2013-06-29mumble, murmur: Qt 5 support for Linux.Mikkel Krautz
2013-01-03Murmur: restore old meaning of -fg on Windows: don't write to the log file.Mikkel Krautz
2013-01-03Murmur: remove logfile detach warning on Windows. Detach is a no-op on Windows.Mikkel Krautz
2012-05-31Murmur: Generate a random SuperUser password for new serversBenjamin Jemlich
2012-01-15Try to read system-wide ini files first if running as rootBenjamin Jemlich