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
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-09-02BUILD(qmake): RemoveRobert Adam
This commit removes all qmake-related build-files from the system. We have now migrated to cmake and are no longer maintaining qmake anyways and therefore there is no reason to keep it. Removing it also clearly states to any potential user/programmer that this project is no longer intended to be compiled with qmake. Given that the .pri files no longer exist, the mumble-version.py script had to be adapted to read the version from the CMakeLists.txt file instead. Furthermore a few of the submodules support cmake natively and therefore we no longer need the src/buid-directory approach in order to build them. The respective build dirs have been removed and the src-dirs have been renamed.
2020-07-11Plugins: add CMakeLists.txt filesDavide Beatrici
2020-06-28REFAC(plugins): replace NULL with nullptrPopkornium18
This changes all occurances of NULL in the plugins source dir to nullptr. Additionally explicit comparisons with NULL were removed.
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-11plugins: link to user32 in common project (only on Windows)Davide Beatrici
2019-08-09plugins: use new headerDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-11-19Accomplish changes in all the pluginsdavidebeatrici
2017-08-05Fix assignment spacing in pro filesJan Klass
Consistently use single space before assignment operator.
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-11-17Fix 2643: Revert "Merge PR #2611: plugins: use the short form of peekProc"Jan Klass
This reverts commit e9c558ffdbc1501d63f3fd6d73578f6fd6611aa1, reversing changes made to ca2fd07b90746a17dba13963f7bdd54812c5d016. This is a quick-fix for crashing PA plugins. The intended change is still useful and planned to land later.
2016-10-31plugins: use the short form of peekProcDavide Beatrici
The short form of peekProc automatically uses the correct size for the target.
2016-10-23plugins: Move NUL terminator to escape functiondavidebeatrici
2016-10-18plugins/wow: Update version numberdavidebeatrici
The memory addresses didn't change.
2016-09-25plugins/wow: update plugin to work with build 22624davidebeatrici
Game version: 7.0.3.22624 http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/585582-wow-7-0-3-22624-release-info-dump-thread.html#post3615091
2016-09-12plugins/wow: Total revamp and support for the x64 executable.davidebeatrici