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-01-04MAINT: Update copyright to 2022Robert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-01-21DOCS: fixed typosfreddii
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-07-02REFAC(server): replace NULL with nullptrPopkornium18
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-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-07-19murmur/Cert: remove auto-generation of Diffie-Hellman parameters.Mikkel Krautz
2017-07-14SelfSignedCertificate: new class for creation of self-signed certificates.Mikkel Krautz
2017-05-15murmur/Cert: OPENSSL_VERSION -> OPENSSL_VERSION_NUMBER.Mikkel Krautz
2017-05-08murmur/Cert: check for 'Murmur Autogenerated Certificate' prefix instead of e...Mikkel Krautz
2017-05-07selfSignedServerCert_SHA1_RSA_2048: use RSA_generate_key_ex().Mikkel Krautz
2017-05-07murmur/Cert: improve error handling in the add_ext() function.Mikkel Krautz
2017-05-07selfSignedServerCert_SHA1_RSA_2048: add error handling.Mikkel Krautz
2017-05-07selfSignedServerCert_SHA1_RSA_2048: refactor variable declarations.Mikkel Krautz
2017-05-07selfSignedServerCert_SHA1_RSA_2048: nullify output variables on failure.Mikkel Krautz
2017-05-07murmur/Cert: move self-signed server certificate generation to its own function.Mikkel Krautz
2017-05-07Murmur: fix warning about unused mumble_BN_GENCB_new/mumble_BN_GENCB_free.Mikkel Krautz
2017-05-02Use BN_GENCB_new() and BN_GENCB_free() where applicable.Mikkel Krautz
2017-03-04Cert: reset Server's SSL state in initializeCert().Mikkel Krautz
2017-02-28Cert: require Qt 5.5 for QSsl::Ec.Mikkel Krautz
2017-02-26Server: add bUsingMetaCert flag.Mikkel Krautz
2017-02-26Cert: for servers using the cert/key specified in murmur.ini, also inherit it...Mikkel Krautz
2017-02-26Server: rename qlCA to qlIntermediates, to properly reflect its function.Mikkel Krautz
2017-02-21Server, Cert: make use of Server::privateKeyFromPEM() method.Mikkel Krautz
2017-02-21Server, Cert: add Server::privateKeyFromPEM() method.Mikkel Krautz
2017-02-21murmur: add support for EC private keysSteven Noonan
2017-01-23Murmur: use final Qt 5.8 API for QSslDiffieHellmanParameters.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-06-06Cert: add ERR_clear_error() to the end of initializeCert().Mikkel Krautz
2016-05-10src/murmur: update to use LICENSE.header.Mikkel Krautz
2016-04-26Add comments to some conditionals in initializeCert()James Fraser
2016-02-25Fix typo in comment: Issue #2070Nick Heindl
2015-10-28Fix qFatal message generation in Diffie Hellmann error pathStefan Hacker
2015-10-27Fix remaining warnings in murmur codeStefan Hacker
2015-09-26Murmur: add support for EDH cipher suites, and for specifying Diffie-Hellman ...Mikkel Krautz
2014-08-22Replace all uses of QT_VERSION_CHECK with explicit version.Stefan Hacker
2013-06-29mumble: migrate hardcoded 0x050000 Qt version to the QT_VERSION_CHECK macro.Mikkel Krautz
2013-06-29mumble, murmur: Qt 5 support for Linux.Mikkel Krautz
2012-08-20Replaced last traces of MD5 by SHA-1EarlOfWenc
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-05-16Fix murmur warningsThorvald Natvig
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2010-01-05Update license to 2010Thorvald Natvig
2009-06-22Multibind for nixThorvald Natvig
2009-06-08Avoid cert warning when falling back to .ini certThorvald Natvig