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-03-06REFAC: Make sure all macros are #undef'd againRobert Adam
2021-03-06REFAC(client): Remove global "g" macroRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2020-12-20FEAT(client): Add possibility to set nicknametandunn
2020-09-17FIX(client): Assertion-error for ChannelListenersRobert
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-08-31 REFAC(channel-listener): Use eventsRobert Adam
2020-08-28FEAT(code): Emit signal on volume adjustmentRobert Adam
2020-08-21FIX(client): Don't delay ChannelListener processingRobert Adam
2020-08-21FIX(client): Racecondition deleting ChannelListenersRobert Adam
2020-08-21FIX(client): Racecondition deleting shortcutsRobert Adam
2020-07-02FEAT(talking-ui): Show selected status icons in TalkingUIRobert Adam
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-06-25FIX(tts): OmitScope/OmitAuthor no longer reads HTML-formatted messagePopkornium18
2020-06-20FIX(text-chat): Fix crash on TextMessage from serverRobert Adam
2020-06-17FEAT(tts): Allow disabling Text-To-Speech per userPopkornium18
2020-06-06Merge pull request #4253: TalkingUI: Fix ghost usersRobert Adam
2020-06-06TalkingUI: Fix ghost usersRobert Adam
2020-06-06src: Log failed resync attempts due to invalid key/nonce.Terry Geng
2020-06-06src: Made CryptState an abstract class, in order to support multiple crypto t...Terry Geng
2020-05-14src/mumble: Remove overlay related code if no-overlay option is usedRobert Adam
2020-04-30src/mumble: Added setting for TalkingUI to keep local user visibleRobert Adam
2020-04-24src/mumble: Implemented an optional TalkingUIRobert Adam
2020-04-16Feature: Channel ListenersRobert Adam
2020-04-09Documentation: Added some explainatory comments to how VoiceTarget IDs are as...Robert Adam
2020-02-28Merge pull request #3929: Improve channel password handlingRobert 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-27Qt: Adapted to use range-based constructors for lists/vectors/sets forRobert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-12-26src/mumble/Messages.cpp: document functionsRobert Adam
2019-10-28Merge PR #3867: Make client more robust against inconsistent stateDavide Beatrici
2019-10-27Make client more robust against inconsistent stateStefan Hacker
2019-10-27Merge PR #3866: Disconnect if server does not send clients user before syncDavide Beatrici
2019-10-27Disconnect if server does not send clients user before syncStefan Hacker
2019-10-27Make client robust against server dropping occupied channelStefan Hacker
2019-10-10Remove Qt::escape() -> QString::toHtmlEscaped() compatibility layerDavide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-08-17Add option to omit scope in TTS messagesScott Register
2019-03-19Messages: show "You moved user to channel" message also when the user is not ...Davide Beatrici
2019-03-05Include "Global.h" after "Mumble.pb.h", to avoid a redefinition issue with pr...Davide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-12-20Messages: show critical error message if Opus is not availableDavide Beatrici
2018-12-09Messages: fix user registration status not being updatedDavide Beatrici
2018-07-17Messages: set user hash and ID on server joinDavide Beatrici
2018-07-08Add configurable private text message notificationDavide Beatrici
2018-07-08Add configurable "User connected and entered channel" and "User left channel ...Davide Beatrici