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-16FEAT(client): Plugin frameworkRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-03-02FEAT(server, ice): Ability to broadcast welcome textRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-01-21DOCS: fixed typosfreddii
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-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-04-30src/murmur: Fix ChannelListener not hearing shout if no real user is in shout...Robert Adam
2020-04-16Feature: Channel ListenersRobert 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-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-04-10Net: refactor Ban class to its own set of files.Mikkel Krautz
2017-04-10Net: refactor HostAddress class to its own set of files.Mikkel Krautz
2017-02-26Server: add bUsingMetaCert flag.Mikkel Krautz
2017-02-26Server: rename qlCA to qlIntermediates, to properly reflect its function.Mikkel Krautz
2017-02-21Server, Cert: add Server::privateKeyFromPEM() method.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-06-24Add documentation for qrwlVoiceThread.Mikkel Krautz
2016-06-24Rearrange code in Server header.Mikkel Krautz
2016-06-24Rename qrwlUsers to qrwlVoiceThread.Mikkel Krautz
2016-05-10src/murmur: update to use LICENSE.header.Mikkel Krautz
2016-05-08grpc: rename GRPC-specific Server::setChannelState method, and add docs.Mikkel Krautz
2016-05-08grpc: rename GRPC-specific Server::sendTextMessage to Server::sendTextMessage...Mikkel Krautz
2016-05-08grpc: implement TextMessageFilterTim Cooper
2016-05-08grpc: move ChannelService_Update logic to RPC.cppTim Cooper
2016-05-08grpc: move TextMessageService_Send logic to RPC.cppTim Cooper
2015-11-28Respect maximum channel user limits when joining serverTim Cooper
2015-11-22Allow creating channel with a set maximum number of usersTim Cooper
2015-09-26Murmur: add support for EDH cipher suites, and for specifying Diffie-Hellman ...Mikkel Krautz
2015-06-05Fix dual-stack UDP on Windows and improve dual-stack detectionStefan Hacker
2014-12-26Murmur: fix override of TcpSocket::incomingConnection(). it takes a qintptr (...Mikkel Krautz
2014-07-17Add "forceExternalAuth" config option to Murmurmain()
2013-06-29mumble, murmur: Qt 5 support for Windows.Mikkel Krautz
2013-06-23UserList improvementsZuko
2013-06-04add path (sub-src) to header guard defineKissaki
2013-06-04Prepend Projectname to header guard definesKissaki
2012-09-18Introduce channel nesting limit (default=10).Stefan Hacker
2012-08-06Trigger codec re-negotiation also on user disconnect and when opusthreshold i...Stefan Hacker
2012-06-08Murmur: add Opus threshold optionBenjamin Jemlich