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 (Collapse)Author
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
This was done by running scripts/updateLicenseHeaders.py and then manually editing the LICENSE file.
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
According to Qt's documentation the PCH header doesn't need to be included. From https://doc.qt.io/qt-5/qmake-precompiledheaders.html: "To make your project use precompiled headers, you only need to define the PRECOMPILED_HEADER variable in your project file." "qmake will handle the rest, to ensure the creation and use of the precompiled header file. You do not need to include the precompiled header file in HEADERS, as qmake will do this if the configuration supports precompiled headers."
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-04-10Net: refactor HostAddress class to its own set of files.Mikkel Krautz
2017-04-09Net: refactor SWAP64 macro into its own header, ByteSwap.h.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-19Net: use QLatin1String instead of implicit char * -> QString conversion in ↵Mikkel Krautz
Ban::toString(). Fixes the build. We have QT_NO_CAST_FROM_ASCII set.
2016-05-19Add logging for ban removals/changes.spede
Fixes mumble-voip/mumble#1996
2016-05-10src: update to use LICENSE.header.Mikkel Krautz
2016-03-08Add missing iMask to Ban equality operatorStefan Hacker
Fixes #2151
2013-06-30Banlist: PR commit adjustmentsKissaki
* Use localeAwareCompare for string username comparison * Code improvements * Textual changes
2013-06-30BanList improvementsZuko
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-06-11Indent, changelog, submodule and language updateThorvald Natvig
2011-05-11Use TCP destination as UDP sourceThorvald Natvig
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2010-01-05Update license to 2010Thorvald Natvig
2009-11-22Check bans using UTC timeBenjamin Jemlich
2009-11-22Fix ban expirationBenjamin Jemlich
2009-06-22Multibind for nixThorvald Natvig
2009-06-22Allow IPv6 control connectionsThorvald Natvig
2009-05-15Indent, changelog and submodule updateThorvald Natvig
2009-05-15Faster quint64 based netaddress handlingThorvald Natvig