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-16FORMAT: Run clang-format 10 on all source filesRobert 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-28FIX: Wrong format typeRobert
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-08-21FIX(client): Racecondition deleting shortcutsRobert Adam
2020-08-09FEAT(client): print extended error when QOSRemoveSocketFromFlow() failsDavide Beatrici
2020-08-03FIX(client): Discard oversized UDP packetsRobert Adam
2020-08-03REFAC(client): Use constant instead of magic numberRobert Adam
2020-07-02FEAT(client): Indicate talking users when locally mutedRobert Adam
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-06-06src: Made CryptState an abstract class, in order to support multiple crypto t...Terry Geng
2020-06-05Safeguard from potential attacks against OCB2Jonas Herzig
2020-05-17src/mumble/ServerHandler.cpp: Fix iMaxInFlightTCPPings checkRobert Adam
2020-04-16Feature: Channel ListenersRobert Adam
2020-02-27Merge pull request #3978: Fixups for #3927Robert Adam
2020-02-27mumble/ServerHandler.cpp: Use const reference instead of copy in foreach-loopRobert Adam
2020-02-08Merge PR #3927: Added support for temporary access tokensRobert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-12-28AccessTokens: Added support for temporary access tokens in the UserState messageRobert Adam
2019-10-10Remove remaining Qt 4 stuffDavide Beatrici
2019-10-01ServerHandler: Use the SRV resolved port for UDP connectionsMax Weber
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-07-30ServerHandler.cpp: replace deprecated QSslSocket functionsDavide Beatrici
2019-03-05Include "Global.h" after "Mumble.pb.h", to avoid a redefinition issue with pr...Davide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-06-18Fix #3411: Threaded access to DatabaseJan Klass
2018-01-21Merge PR #3310: Correctly handle ServerResolver errors, with dedicated signal...Mikkel Krautz
2018-01-21Correctly handle ServerResolver errors, with dedicated signal and slotdavidebeatrici
2018-01-15ServerHandler: use ping interval and connection timeout duration from Setting...Mikkel Krautz
2018-01-13ServerHandler: do not send pings unless the TLS handshake has completed.Mikkel Krautz
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-10-28ServerHandler.cpp: Remove "Qt::QueuedConnection" attribute for connection bet...davidebeatrici
2017-10-17Fixed crashing on disconnectpchk
2017-07-12ServerHandler: avoid leaking ServerResolver in ::run().Mikkel Krautz
2017-07-08ServerHandler: ensure only a single connection timeout timer is active at one...Mikkel Krautz
2017-07-07ServerHandler: fix broken hostname validation.Mikkel Krautz
2017-07-06ServerHandler: add missing return for hostname lookup failure case.Mikkel Krautz
2017-06-10ServerHandler: integrate ServerResolver.Mikkel Krautz
2017-06-10ServerHandler: transform run() to a do-while loop in preparation of server fa...Mikkel Krautz
2017-06-10ServerHandler: manually perform the TLS handshake.Mikkel Krautz
2017-06-10ServerHandler: use qsHostName as the hostname for the TLS handshake.Mikkel Krautz
2017-06-10ServerHandler: ensure pings are only sent when in the Connected state.Mikkel Krautz
2017-06-10ServerHandler: make qtsSock a member variable.Mikkel Krautz
2017-04-25Use constants instead of magic numbersJan Klass
2017-04-10Net: refactor HostAddress class to its own set of files.Mikkel Krautz
2017-04-09Add option to hide OS information from serverPiratonym