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-09-08REFAC(client, server): Rename uiVersion to m_versionHartmnt
2022-09-08FIX(client, server): Fix patch versions > 255Hartmnt
2022-07-20FIX(client): properly verify certificates when SRV records are usedfridtjof
2022-03-27REFAC: Consistently format constexpr VAR_NAMESRobert Adam
2022-03-27CHANGE: Use Protobuf for UDP messagesRobert Adam
2022-02-14FIX(client,ui): PFS information being incorrectRobert Adam
2022-02-06BUILD(client): Remove USE_OPUS defineKlemens Nanni
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-11-10Merge PR #5280: FIX(server,client): Validate/use the correct certificate from...Robert Adam
2021-11-10FIX(server,client): Validate/use the correct certifiacte from a peers chainEric Prokop
2021-11-10BUILD(client): Add missing includeRobert Adam
2021-06-03REFAC: Turn MumbleVersion into namespaceRobert Adam
2021-05-09REFAC(client): Don't use deprecated mutex ctorRobert Adam
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