Commit Graph

20 Commits

Author SHA1 Message Date
Robert Adam
62c215e924 REFAC(deprecated): Replace qrand
qrand() has been deprecated in Qt 5.15. Therefore this commit replaces
it with QRandomNumberGenerator as recommended by Qt.

As the RNG returned by QRandomNumberGenerator::global() (which was used
throughout this refactoring) is already seeded (according to the docs),
there is no need to explicitly seed the RNG in the main function as has
been done before by calling qsrand().
2020-06-11 08:14:18 +02:00
Terry Geng
e90eb8c4cd
src: Made CryptState an abstract class, in order to support multiple crypto types in the future. Moved all crypto-related files into src/crypto. 2020-06-06 20:37:59 +08:00
Kissaki
9e6e6bb622 Benchmark.cpp: Fix: Set version to prevent crash
* Set version to 1.2.3 instead of 1.2.0 to prevent a crash of the benchmark when a user with avatar is already on the server.
As reported on http://wiki.natenom.name/mumble/benutzerhandbuch/murmur/benchmark
2013-06-09 20:08:14 +02:00
Kissaki
db472b961d tests/Benchmark: Foarmatting and descriptiveness
* Add program/file description
* Useful error on invalid number of arguments
* Code formatting
* Make varnames descriptive
2013-06-09 13:56:50 +02:00
Benjamin Jemlich
1db5d03bbf Benchmark: Fix crypt resync handling 2012-09-13 17:31:57 +02:00
Benjamin Jemlich
1e5cd088c5 Fix benchmark client to compile on Windows 2011-01-12 06:01:04 +01:00
Benjamin Jemlich
08904aff59 Use TLSv1 in the benchmark client
The server requires TLSv1 connections since 1.2.0-beta1 but we
never updated the benchmark client to use that.
2011-01-10 23:11:46 +01:00
Thorvald Natvig
f0298e366e Bump version to 1.2.1 2009-12-11 12:33:23 +01:00
Thorvald Natvig
5677602e7b Indent, changelog and submodule update 2009-11-11 00:46:26 +01:00
Thorvald Natvig
51f4bf3ad6 Update benchmark test 2009-11-09 13:42:26 +01:00
Thorvald Natvig
16c445b376 Indent, changelog and submodule update 2009-08-03 18:25:57 +02:00
Thorvald Natvig
4fe8ea8647 Update benchmark 2009-08-01 20:26:59 +02:00
Thorvald Natvig
e3f271b553 Indenting update
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1458 05730e5d-ab1b-0410-a4ac-84af385074fa
2009-01-19 23:09:19 +00:00
Mikkel Krautz
e4b4a27838 Update Benchmark.cpp to use current Auth message.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1216 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-08-08 21:12:40 +00:00
Thorvald Natvig
93e427c1a8 Rename channel
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@700 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-08-06 19:17:29 +00:00
Thorvald Natvig
32c3dfc7cb Optimized crypto
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@695 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-08-05 14:41:13 +00:00
Thorvald Natvig
7ed5e47f6f Testing UDP crypt
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@686 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-08-04 17:08:38 +00:00
Thorvald Natvig
a6376f8894 Build updates
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@685 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-08-04 13:38:41 +00:00
Thorvald Natvig
d252e4332a Allow multiple tests on same machine
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@683 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-08-03 21:19:46 +00:00
Thorvald Natvig
0df11b8886 Microbenchmark
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@682 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-08-03 19:47:44 +00:00