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-12FEAT: Make channel listeners persistent on serverRobert Adam
2022-09-10FIX(server): Look for mumble-server* filesRobert Adam
2022-09-08FIX(client, server): Fix patch versions > 255Hartmnt
2022-07-20FIX(server): Don't silently ignore errors in INIRobert Adam
2022-03-27CHANGE(server): Enforce Opus by defaultRobert Adam
2022-03-16CHANGE(server): Remove gRPC implementationRobert Adam
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-11-10FEAT(server): Add option to disallow recordingRobert Adam
2021-07-27FIX(server): Always bind to both IPv6 and IPv4 by defaultWGH
2021-06-03REFAC: Turn MumbleVersion into namespaceRobert Adam
2021-04-16FEAT(client): Plugin frameworkRobert Adam
2021-04-11CHANGE(server): Allow spaces in username by defaultRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-01-18FIX(server): Make max bandwidth the highest supportedTredwellGit
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-08-31FIX(cmake): Set QT_RESTRICTED_CAST_FROM_ASCIIRobert Adam
2020-07-14Merge pull request #4344: FEAT(server): Allow loading welcome text from fileRobert Adam
2020-07-08FEAT(server): Allow loading welcome text from filePopkornium18
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-06-10REFAC(deprecated): Replace deprecated QString::SkipEmptyPartsRobert Adam
2020-04-20src/murmur/Meta.cpp: Negative values of these settings don't make sense.Sean Talts
2020-04-20src/murmur: Add autobanSuccessfulConnections flag.Sean Talts
2020-04-16Feature: Channel ListenersRobert Adam
2020-03-29Murmur-Feature: Ability to log ACL and/or group changesRobert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-11-30Client authentication for gRPCJohn Mckay
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-09-08Make Rate limiter configurable.MadMaurice
2018-06-14Introduce channelcountlimit to limit max channels per serverStefan Hacker
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-08-07Meta: fix error message shown when using sslDHParams option with Qt without D...Mikkel Krautz
2017-08-06Meta: make sslDHParams errors fatal instead of critical.Mikkel Krautz
2017-08-06Meta: improve error message when sslDHParams contains unknown named group.Mikkel Krautz
2017-08-06Meta: use @ffdhe2048 as default value for sslDHParams.Mikkel Krautz
2017-08-06Meta: implement support for named DH parameters for sslDHParams option.Mikkel Krautz
2017-05-20Make use of EnvUtils in murmurJan Klass
2017-03-06Merge PR #2794: ServerDB, Meta: add support for SQLite WAL. Mikkel Krautz
2017-03-06ServerDB, Meta: add support for SQLite WAL.Mikkel Krautz
2017-03-06Merge PR #2908: Meta: enable both IPv4 and IPv6 if we're unable to query netw...Mikkel Krautz
2017-03-05Meta: enable both IPv4 and IPv6 if we're unable to query network interfaces.Mikkel Krautz
2017-03-02MetaParams: replace SSL settings setup code with a call to loadSSLSettings().Mikkel Krautz
2017-03-02Meta, UnixMurmur: implement live certificate reloading via the USR1 signal.Mikkel Krautz
2017-02-26Meta: remove use of global QSslSocket::defaultCiphers() list.Mikkel Krautz
2017-02-26Move SSL check and version log message to main.cpp from MetaParams::read().Mikkel Krautz