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-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-27CHANGE: Use Protobuf for UDP messagesRobert Adam
2022-02-14FIX(client,ui): PFS information being incorrectRobert Adam
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-04-16FEAT(client): Plugin frameworkRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-08-21FIX(client): Racecondition deleting shortcutsRobert Adam
2020-04-16Feature: Channel ListenersRobert 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-01ServerHandler: Use the SRV resolved port for UDP connectionsMax Weber
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-06-18Fix #3411: Threaded access to DatabaseJan Klass
2018-01-21Correctly handle ServerResolver errors, with dedicated signal and slotdavidebeatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-10-17Fixed crashing on disconnectpchk
2017-06-10ServerHandler: integrate ServerResolver.Mikkel Krautz
2017-06-10ServerHandler: make qtsSock a member variable.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-11-13ServerHandler: implement ServerHandler logic for 'net/udpforcetcpaddr'.Mikkel Krautz
2016-11-06ServerHandler: reconnect to the server if it is not responding to TCP pingsMikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-11-22Allow creating channel with a set maximum number of usersTim Cooper
2015-10-28Fix remaining backend warnings in mumbleStefan Hacker
2015-06-13Add self-restart capability to clientStefan Hacker
2014-09-20Introduce use of Q_DECL_OVERRIDE and Q_DECL_FINAL into the codebase.Stefan Hacker
2014-06-11Removed g.uiSession from ServerHandler::joinChannelTim Cooper
2014-06-11Added setTokens to ServerHandlerTim Cooper
2014-04-15Allow admins to clear user avatars/textures.Tim Cooper
2013-06-29mumble, murmur: Qt 5 support for Windows.Mikkel Krautz
2013-06-04add path (sub-src) to header guard defineKissaki
2013-06-04Prepend Projectname to header guard definesKissaki
2012-08-04Make sure to send initial ping right after connect to establish UDP connection.Stefan Hacker
2011-11-11Windows build fixesBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-11-06Add basic Opus supportBenjamin Jemlich
2011-05-14Add and remove some forward declares from header filesBenjamin Jemlich
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2010-08-19ServerHandler as shared_ptrThorvald Natvig
2010-08-16Add recording UIStefan Hacker
2010-08-16Add basic recording logicBenjamin Jemlich
2010-07-20Fix some gcc and cppcheck warningsBenjamin Jemlich
2010-01-19Mark untrusted servers with a pale red colorThorvald Natvig
2010-01-12Fix coding style in ServerHandlerBenjamin Jemlich