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
2020-04-16Feature: Channel ListenersRobert Adam
2020-04-04src/murmur/Messages.cpp: Log also the OSVersion that has been extractedDaniel Lublin
2020-03-29Murmur-Feature: Ability to log ACL and/or group changesRobert Adam
2020-02-28Merge pull request #3929: Improve channel password handlingRobert Adam
2020-02-28Protocol: Added fields 'is_enter_restricted' and 'can_enter' to the ChannelSt...Robert 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-27murmur/Messages.cpp: Added periods to the end of sentences in commentsRobert Adam
2020-02-27Qt: Adapted to use range-based constructors for lists/vectors/sets forRobert 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-07Auto-update LICENSE.header in source filesDavide Beatrici
2020-01-02src/murmur/Messages.cpp: Take case-sensitivity into account for temporary acc...Robert Adam
2019-12-28AccessTokens: Added support for temporary access tokens in the UserState messageRobert Adam
2019-10-07Fix dangling else warning in Server::msgACL()Davide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2019-01-25Murmur: fix Denial of Service vulnerability in msgChannelState()Davide Beatrici
2018-08-30Prevent instability and crash due to message floodMadMaurice
2018-06-15Accept incompatibility with other 1.3 pre-release snapshotsStefan Hacker
2018-06-14Fix typoStefan Hacker
2018-06-14Introduce channelcountlimit to limit max channels per serverStefan Hacker
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-01-20CryptState: introduce AES_KEY_SIZE_* constants.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-11-03Remove most of channel name restrictionKissaki
2016-06-24Hold write lock on qrwlVoiceThread when writing to bDeaf, bMute and bSuppress.Mikkel Krautz
2016-06-24Hold write lock on qrwlVoiceThread when writing to bSelfDeaf, bSelfMute and s...Mikkel Krautz
2016-06-24Writing to User->sState requires holding qrwlVoiceThread.Mikkel Krautz
2016-06-24Ensure all ACL write operations hold qrwlVoiceThread.Mikkel Krautz
2016-06-24Add mutex for csCrypt usage in Murmur.Mikkel Krautz
2016-06-24Implement correct write locking for addChannel/removeChannel/link/unlink.Mikkel Krautz
2016-06-24Rename qrwlUsers to qrwlVoiceThread.Mikkel Krautz
2016-05-19Add logging for ban removals/changes.spede
2016-05-10src/murmur: update to use LICENSE.header.Mikkel Krautz
2016-05-08grpc: fix formatting of textMessageFilter result handling.Mikkel Krautz
2016-05-08grpc: implement TextMessageFilterTim Cooper
2016-01-05Messages, Murmur.ice: make username checking case insensitive throughout Murmur.Mikkel Krautz
2015-11-28Respect maximum channel user limits when joining serverTim Cooper
2015-11-24Allow users with Write permission to bypass channel user limitsTim Cooper
2015-11-22Allow creating channel with a set maximum number of usersTim Cooper
2015-11-22Add per-channel user limitTim Cooper
2015-11-22Include actor when performing a user renameTim Cooper
2015-11-17Add maximum number of server users to control channel protocolTim Cooper
2015-10-27Fix remaining warnings in murmur codeStefan Hacker
2015-03-18Add user friendly UserRemove message when disconnecting a ghost user.Tim Cooper
2014-07-14Log IP address on failed loginIain Georgeson