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-06-05FEAT(client, ui): separate ipv4 and ipv6 in ServerItem tooltipJan Neugebauer
The "Addresses" field in the ServerItem tooltip shows both ipv4 and ipv6 addresses. The order of addresses in this field is not determined. In the wild it is randomized. As discussed in #5696 it is better to implement a concrete ordering to prevent user confusion. To further improve the readability of the addresses we split the addresses field in two fields called "IPv4 address" and "IPv6 address". The ipv4 address is now always shown above the ipv6 address. Implements #5696 Co-Authored-By: Thomas Pawelek <thomas.pawelek@stud.uni-hannover.de>
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
Apparently the first commit (59ae429972c16c377135bcccfee646b7df446933) did not include all files. Furthermore the used script tended to produce funny results in certain cases. This has been fixed and as a result thereof a few more changes were made in this second run.
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-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