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-03-02MAINT: Update copyright notice to 2021Robert Adam
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-07-02REFAC(shared): replace NULL with nullptrPopkornium18
2020-06-14FIX(certificate): Properly process signed certificatesRobert Adam
2020-06-10REFAC(crypto): remove QSslSocket::addDefaultCaCertificatesRobert 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-09-12Don't include PCH headers directlyDavide Beatrici
2019-08-15Use QSslSocket for Ca Certs on Qt5 < 5.5Tasos Sahanidis
2019-07-28SSL.cpp: replace deprecated QSslSocket::systemCaCertificates() with QSslConfi...Davide Beatrici
2019-04-07Add support for TLS 1.3 in the server information windowAlexis Jeandeau
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-12-31Fix build with OpenSSL 1.1.1aKevin Zheng
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-07-17SSL: register OpenSSL threading callbacks when we can't access Qt's OpenSSL.Mikkel Krautz
2017-07-17SSL: add destroy() function to the SSL module.Mikkel Krautz
2017-06-01SSL: remove qsslSanityCheck.Mikkel Krautz
2017-06-01SSL: also initialize Mumble's copy of libssl/libcrypto.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-22MumbleSSL: add a sanity check for QSsl loading a different version of OpenSSL...Mikkel Krautz
2016-05-10src: update to use LICENSE.header.Mikkel Krautz
2016-02-17Fix OpenSSL intialization.Mikkel Krautz
2015-11-28SSL: add const_cast to be compatible with OpenSSL 0.9.8.Mikkel Krautz
2015-10-25Fix warning due to missing default case in protocolToStringStefan Hacker
2015-10-04Output more control channel encryption parametersStefan Hacker
2015-09-26Murmur: add support for EDH cipher suites, and for specifying Diffie-Hellman ...Mikkel Krautz
2015-06-05SSL: Fix build for Qt 5 versions before Qt 5.3Stefan Hacker
2015-06-05SSL: fix build for Qt 4.Mikkel Krautz
2015-05-22SSL: move declaration of 'i' in MumbleSSL::ciphersFromOpenSSLCipherString() t...Mikkel Krautz
2015-05-22SSL: add MumbleSSL::defaultOpenSSLCipherString().Mikkel Krautz
2015-05-22SSL: implement OpenSSL cipher list format reader.Mikkel Krautz
2014-08-22Replace all uses of QT_VERSION_CHECK with explicit version.Stefan Hacker
2014-07-25SSL: make CA filter code compatible with Qt 5.Mikkel Krautz
2014-06-13Add CA certificate filter to MumbleSSL::addSystemCA() to work around issue 1271.Mikkel Krautz
2012-02-19Fix certificate validation with QT 4.8Benjamin Jemlich
2012-02-18Remove hardcoded CA certificatesBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-05-15Fix uppercase vs lowercase vs PCH include problemsBenjamin Jemlich
2011-03-24fix compile errorLudwig Nussel
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2010-07-18Disable system CA override in Qt 4.7Benjamin Jemlich
2010-07-14Added default root certificate store on FreeBSD.Jamie Fraser
2010-05-31Indent, changelog, submodule and language updateThorvald Natvig
2010-05-27Add recommended user CAs explicitlyThorvald Natvig
2010-01-05Update license to 2010Thorvald Natvig
2009-11-07add support for certificate directoriesLudwig Nussel
2009-10-20Allow murmurd to compile under Qt 4.4.3Thorvald Natvig
2009-08-11Use system CA certificates on OS X.Mikkel Krautz
2009-08-08Indent, changelog and submodule updateThorvald Natvig