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
2022-09-10CHANGE(client): Drop support for all legacy codecsRobert Adam
2022-03-21REFAC: Removed debug print statementRobert Adam
2022-03-12FIX(client): Plugin settings not getting migratedRobert Adam
2022-02-11Merge PR #5531: CHANGE(client): Use JSON file for storing settingsRobert Adam
2022-02-07CHANGE(client): Use JSON file for storing settingsRobert Adam
2022-02-06BUILD(client): Remove USE_OPUS defineKlemens Nanni
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-11-10FEAT(server): Add option to disallow recordingRobert Adam
2021-05-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-05-16FIX(server): ChannelListener IDs colliding across VServersRobert Adam
2021-04-16FEAT(client): Plugin frameworkRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-03-06REFAC(client): Remove global "g" macroRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2020-09-22REFAC(client, server): replace "Bonjour" with "Zeroconf", except for 3rdpartyDavide Beatrici
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-08-04FEAT(client): Allow specifying config file via commandline switchPopkornium18
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-05-26src/mumble/AudioInput: Fix echo cancellation, added options to dump input aud...Federico Terraneo
2020-05-14src/mumble: Remove overlay related code if no-overlay option is usedRobert Adam
2020-04-24src/mumble: Implemented an optional TalkingUIRobert 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-07-31Global.cpp: replace deprecated QFile::readLink() with QFile::symLinkTarget()Davide Beatrici
2019-07-31Replace deprecated QDir = QString() operator with QDir::setPath()Davide Beatrici
2019-01-25Merge PR #3577: Update copyright (2019)Davide Beatrici
2019-01-25Global: fix migrateDataDir() not migrating the data directoryDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-04-07Initialize variables in constructorJan Klass
2017-03-13Global.cpp: Fix unused "migrateDataDir()" function on WindowsDavide Beatrici
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-12-12Migrate old Qt 4 data directory to new Qt 5 locationPhil
2015-11-17Add maximum number of server users to control channel protocolTim Cooper
2015-07-25Create themes directory if it doesn't existStefan Hacker
2014-08-22Replace all uses of QT_VERSION_CHECK with explicit version.Stefan Hacker
2014-08-17Use QStandardPaths's DataLocation instead of GenericDataLocation when looking...Mikkel Krautz
2014-02-23Fix client freeze due to deadlock (#1167)Stefan Hacker
2013-06-29mumble: migrate hardcoded 0x050000 Qt version to the QT_VERSION_CHECK macro.Mikkel Krautz
2013-06-29mumble: Qt 5 support for OS X.Mikkel Krautz
2013-06-29mumble, murmur: Qt 5 support for Linux.Mikkel Krautz
2012-05-18Add some more #ifdef USE_OPUS checksBenjamin Jemlich
2012-02-25Use a more correct way to get the application data path on WindowsBenjamin Jemlich
2011-11-09Remove Qt <4.6 compatibility definesBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-11-07Opus negotiation (client)Thorvald Natvig
2011-10-09handle some cppcheck-found issues:Kissaki