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-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-04-16FEAT(client): Plugin frameworkRobert Adam
2021-04-13Merge PR #4922: MAINT: Update copyright notice to 2021 (Part II)Robert Adam
2021-04-11CHANGE(server): Untrimmed usernames considered invalidRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-03-28Merge PR #4885: REFAC(server): Replace non-standard u_char with uint8_tDavide Beatrici
2021-03-27REFAC(server): Replace non-standard u_char with uint8_tLorenz Brun
2021-03-27FIX(Server): Prevent multiple Sessions with ID 0qamodi
2021-03-06REFAC: Make sure all macros are #undef'd againRobert Adam
2021-03-03Merge pull request #4817: FIX(Server): Unauthenticated connections no longer ...Robert Adam
2021-03-02FIX(Server): Unauthenticated connections no longer add to user countLucas Toole
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-02-26FEAT(server): Remove broadcast of new welcometext when changing via Ice.KetchupBomb
2021-01-21DOCS: fixed typosfreddii
2020-12-08FIX(server): Prevent listeners from hearing all shoutsRobert Adam
2020-09-22FEAT(client, server): use native mDNS/DNS-SD API on Windows, if availableDavide Beatrici
2020-09-22REFAC(client, server): replace "Bonjour" with "Zeroconf", except for 3rdpartyDavide Beatrici
2020-09-12REFAC: Fix warning about boost bindRobert
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-09-02FIX(server): Use valid format string typeTredwellGit
2020-08-31FIX(cmake): Set QT_RESTRICTED_CAST_FROM_ASCIIRobert Adam
2020-08-12FIX(certificate): Retrieve QSslConfiguration after setting CAMadMaurice
2020-08-02FIX(server): Enforce max. packet size for UDPTunnelRobert Adam
2020-08-02FIX(server): Don't allow poslen > lenRobert Adam
2020-07-14Merge pull request #4344: FEAT(server): Allow loading welcome text from fileRobert Adam
2020-07-08FEAT(server): Allow loading welcome text from filePopkornium18
2020-07-08Merge pull request #4147: FEAT(server): Add rememberduration optionRobert Adam
2020-07-08FIX(cert, mac): Avoid adding key pairs into system's keychain of MacOS.Terry Geng
2020-07-03FEAT(server): Add rememberduration optiondeluxghost
2020-07-02REFAC(server): replace NULL with nullptrPopkornium18
2020-06-11REFAC(deprecated): set certificates on QSslConfigurationRobert Adam
2020-06-10REFAC(deprecated): Replace deprecated QString::SkipEmptyPartsRobert Adam
2020-06-06src: Made CryptState an abstract class, in order to support multiple crypto t...Terry Geng
2020-06-05Safeguard from potential attacks against OCB2Jonas Herzig
2020-05-04src: Allow listener proxies in the same channel the actual user is inRobert Adam
2020-04-30src/murmur: Fix ChannelListener not hearing shout if no real user is in shout...Robert Adam
2020-04-20src/murmur: Add autobanSuccessfulConnections flag.Sean Talts
2020-04-16Feature: Channel ListenersRobert Adam
2020-04-09src: Use enum values instead of magic numbers for speech flagsRobert Adam
2020-04-04src/murmur/Server.cpp: implement workaround for critical QSslSocket issueDavide Beatrici
2020-02-27Qt: Use QAtomicInteger::loadRelaxed() instead of QAtomicInteger::load()Robert Adam
2020-01-18Merge pull request #3943 from Krzmbrzl/mkrautz-certificatesRaven
2020-01-18Murmur: allow certificates without full chain, but do not deem such certifica...Mikkel Krautz
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-11-04Try to fix channel limit override by subchan deleteFelix Becker
2019-10-10Remove remaining Qt 4 stuffDavide Beatrici
2019-10-10Remove QAtomicInt compatibility layerDavide Beatrici
2019-09-25Remove unneeded null pointer checkshbarker
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici