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
path: root/src
AgeCommit message (Expand)Author
2020-03-18src/murmur/main.cpp: Use qInfo instead of qFatal for normal logging.Robert Adam
2020-03-16Merge pull request #3984: Allow disabling autoUpdates for snapshot-buildsRobert Adam
2020-03-08src/mumble/Settings.cpp: Setting bJackStartServer to false, so mumble will no...David Runge
2020-03-06mumble/VersionCheck: Made assembling of RequestURL run in separate threadRobert Adam
2020-03-06mumble/Overlay.cpp: Explicitly set access permission for the created overlay-...Robert Adam
2020-03-03Revert bdbd4808fe9a45f945856db76d5266b7e662f09c to allow disabling autoUpdate...Robert Adam
2020-03-01PulseAudio: cork input when it is not requiredColin Stagner
2020-02-28Merge pull request #3929: Improve channel password handlingRobert Adam
2020-02-28UI: Show lock icons next to enter restricted channels (either a locked or an ...Robert Adam
2020-02-28src/mumble/Messages.cpp: Include hint that adding access tokens might grant e...Robert Adam
2020-02-28Protocol: Added fields 'is_enter_restricted' and 'can_enter' to the ChannelSt...Robert Adam
2020-02-28ACL: Added isPassword() function and made use of it in ACLEditorRobert Adam
2020-02-27Merge pull request #3978: Fixups for #3927Robert Adam
2020-02-27Merge pull request #3958: Replace deprecated constructsRobert Adam
2020-02-27murmur/Messages.cpp: Use const reference in foreach loopRobert Adam
2020-02-27murmur/Messages.cpp: Formatted class-member initializer listRobert Adam
2020-02-27mumble/ServerHandler.cpp: Use const reference instead of copy in foreach-loopRobert Adam
2020-02-27Group.h: Fixed typo in commentRobert Adam
2020-02-27murmur/Messages.cpp: Added periods to the end of sentences in commentsRobert Adam
2020-02-27Mumble.proto: Fixed comment formattingRobert Adam
2020-02-27Qt: Use QAtomicInteger::loadRelaxed() instead of QAtomicInteger::load()Robert Adam
2020-02-27Qt: Adapted to use range-based constructors for lists/vectors/sets forRobert Adam
2020-02-27Qt: Removed QPainter::HighQualityAntialiasing as it is obsoleteRobert Adam
2020-02-27mumble/Audio.cpp: Use QElapsedTimer instead of QTime as the latter appears to...Robert Adam
2020-02-27Qt: Replaced deprecated sprintf() by asprintf() for Qt 5.5 and higherRobert Adam
2020-02-27ProtoBuf: Replaced ByteSize() with ByteSizeLong() for Protobuf 3.4 andRobert Adam
2020-02-08Merge PR #3927: Added support for temporary access tokensRobert Adam
2020-01-28Update zh_CN translation for installer and qtdeluxghost
2020-01-28mumble/main.cpp: Always use bundled translations, if they are specified to ov...Robert Adam
2020-01-28Added configuration file for specifying whether a provided qt-translation sho...Robert Adam
2020-01-20Merge PR #3939: Transifex translation updateRobert Adam
2020-01-20Transifex translation updateMumbleTransifexBot
2020-01-18Translation updateDavide Beatrici
2020-01-18src/mumble/Audio.cpp: Turned warning about Opus-error into actual Log-msg tha...Robert Adam
2020-01-18Logging: Implemented framework for deferred log messages that can be used as ...Robert Adam
2020-01-18src/mumble/main.cpp: Create Log instance after MainWindow instance, as Log::l...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-13Merge PR #3933: Introduce static field for case-sensitivity of AccessTokensDavide Beatrici
2020-01-07src/murmur/MurmurIceWrapper.cpp: update copyright yearsDavide Beatrici
2020-01-07Update copyright years in about dialogs for Mumble and MurmurDavide Beatrici
2020-01-07Update src/licenses.h via scripts/mklic.plDavide Beatrici
2020-01-07Update copyright years in .plist and .rc filesDavide Beatrici
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2020-01-02src/murmur/Messages.cpp: Take case-sensitivity into account for temporary acc...Robert Adam
2020-01-02Merge branch 'access-token-case-sesitivity-flag' into temporary-access-tokensRobert Adam
2020-01-02src/Group: Use a static const member to indicate access token's case-sensitiv...Robert Adam
2019-12-28AccessTokens: Added support for temporary access tokens in the UserState messageRobert Adam
2019-12-27Translation updateDavide Beatrici
2019-12-27ManualPlugin: start at an azimuth of 180° in order to make left and right ma...Robert Adam