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-06-17FIX(server): Missing lock in Ice-call setACLRobert Adam
2021-05-16FIX(server): ChannelListener IDs colliding across VServersRobert Adam
2021-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-03-06REFAC: Make sure all macros are #undef'd againRobert Adam
2021-03-02FEAT(server, ice): Ability to broadcast welcome textRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-02-27FIX(ice): Use the encoded array size to construct the base64 stringJosh Robson Chase
2020-09-12REFAC: Fix warning about boost bindRobert
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-07-02REFAC(server): replace NULL with nullptrPopkornium18
2020-04-16Feature: Channel ListenersRobert 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-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-10Remove QAtomicInt compatibility layerDavide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-08-01MurmurIce.cpp: replace deprecated qSort() with std::sort()Davide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-10-02Replace obsolete Ice statements for Ice >= 3.7Jan Klass
2017-04-10Net: refactor Ban class to its own set of files.Mikkel Krautz
2017-03-18MurmurIce: fix signed/unsigned comparison between string size and std::numeri...Mikkel Krautz
2017-03-14MurmurIce.cpp: Fix signed/unsigned comparison warningDavide Beatrici
2017-03-06MurmurIce: base64-encode MurmurUser::context on the wire to avoid NUL bytes w...Mikkel Krautz
2017-03-06MurmurIce: avoid NUL bytes in Ice messagesMikkel Krautz
2017-02-26MurmurIce: remove ad-hoc RSA checks in updateCertificate with Server::isKeyFo...Mikkel Krautz
2017-02-21MurmurIce: use Server::privateKeyFromPEM in updateCertificate RPC method.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-10-26Murmur: replace all QAtomicInt loads with new QAtomicIntLoad compatibility fu...Mikkel Krautz
2016-07-15Murmur: use aiUdpFlag.load() in comparisons to fix Qt <5.2 build.Mikkel Krautz
2016-06-24Server: convert bUdp to use QAtomicInt for proper synchronization.Mikkel Krautz
2016-06-24Ensure all ACL write operations hold qrwlVoiceThread.Mikkel Krautz
2016-06-24Fix User->qmWhisperRedirect qrwlVoiceThread locking.Mikkel Krautz
2016-06-06Murmur.ice: add updateCertificate() method.Mikkel Krautz
2016-05-10src/murmur: update to use LICENSE.header.Mikkel Krautz
2016-05-01Don't expose SSL secrets over Ice/D-Bus.James Fraser
2012-09-18Introduce channel nesting limit (default=10).Stefan Hacker
2012-07-10Fix code styleBenjamin Jemlich
2012-07-10Modify Ice logging to only output on action and verify all callback adding fu...Stefan Hacker
2012-05-31Murmur: Allow temporary user name changes via IceBenjamin Jemlich
2012-01-15Added more logging for Ice callbacksBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-10-23Fix ghost disconnect removing permissions (#3423985)Benjamin Jemlich
2011-10-01Add Server::effectivePermissions() to ICE (https://sourceforge.net/tracker/?f...DNW
2011-06-11Indent, changelog, submodule and language updateThorvald Natvig
2011-05-16Fix murmur warningsThorvald Natvig
2011-05-14Merge ContextActionRemove and ContextActionAdd and rename it to ContextAction...Benjamin Jemlich
2011-05-13Fix: Stale custom context menu entries (#3301658)Stefan Hacker
2011-04-08Fixed up Otto's patch (#2911421), mostly style stuff. Changed int -> uint and...Jamie Fraser