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-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
2011-04-08Text Message Callback with IceOtto Allmendinger
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-03-06ICE: Add udpPing and tcpPing to UserJamie Fraser
2011-03-02Fixed Ice method getLogLen() requiring write secret instead of read secret.Jamie Fraser
2010-11-18Unify User/ClientUser sorting. Fix "usernames in overlay are in different ord...Stefan Hacker
2010-08-28This patch adds a read-only recording flag to the User object that is returne...Michael Ziegler and Natenom
2010-08-28Ice method: int getLogLen()Jamie Fraser
2010-07-20Fix some gcc and cppcheck warningsBenjamin Jemlich
2010-07-17Allow getRegistration with read pwThorvald Natvig
2010-03-30Don't require a secret for getSliceChecksums()Benjamin Jemlich