Commit Graph

2715 Commits

Author SHA1 Message Date
Adam Sampson
a876b26503 Add recent message types to CTestbench.
The code that generated random messages hadn't been updated for the last
few types of messages.
2020-05-28 02:19:50 +01:00
Adam Sampson
1462ad50db Implement CLMessReadyForSending in CTestbench.
The class had code to generate connectionless messages, but it didn't
implement the signal to send them.
2020-05-28 02:19:50 +01:00
Adam Sampson
024ebb4728 Check the size of PROTMESSID_ACKN messages.
The Evaluate* functions that parse other types of messages all check the
message size before starting to read data, but the special code for
acknowledgements didn't do this, so an ACKN message on an existing
connection that had a valid checksum but no data would result in an
out-of-bounds read.

Found by fuzzing with afl-fuzz.
2020-05-28 02:01:20 +01:00
Volker Fischer
cffd4e9a61
Merge pull request #301 from gilgongo/master
Updates for new features and text length
2020-05-27 22:24:51 +02:00
Jonathan
219b818ded
Add files via upload 2020-05-27 20:33:28 +01:00
Jonathan
7b31c07fa1
Update manual.md 2020-05-27 20:23:23 +01:00
Jonathan
441b3fb452
Add files via upload 2020-05-27 20:22:49 +01:00
Jonathan
1b62a8056c
Delete bufferdelaydependency.jpg 2020-05-27 20:22:39 +01:00
Jonathan
77eb08df7b
Add files via upload 2020-05-27 20:20:18 +01:00
Jonathan
d0bd6a2727
Delete bufferdelaywindows.jpg 2020-05-27 20:20:06 +01:00
Jonathan
8feb890f9a
Add files via upload 2020-05-27 20:17:21 +01:00
Jonathan
cf4d4be919
Delete soundcarddevicewindows.jpg 2020-05-27 20:17:06 +01:00
Jonathan
3be4ab2caa
Add files via upload 2020-05-27 20:15:20 +01:00
Jonathan
8afe195273
Delete audiofader.jpg 2020-05-27 20:15:09 +01:00
Jonathan
aee28beb12
Add files via upload 2020-05-27 20:13:55 +01:00
Jonathan
2616445267
Delete reverberation.jpg 2020-05-27 20:13:42 +01:00
Jonathan
d21df56757
Add files via upload 2020-05-27 20:11:45 +01:00
Jonathan
a464095839
Delete fadertagtooltip.jpg 2020-05-27 20:11:28 +01:00
Jonathan
3030ec10c8
Add files via upload 2020-05-27 20:08:10 +01:00
Jonathan
7118715124
Delete profile.jpg 2020-05-27 20:07:55 +01:00
Jonathan
0fa38d5049
Add files via upload 2020-05-27 20:04:44 +01:00
Jonathan
99dfc2a3fe
Delete inputlevel.jpg 2020-05-27 20:02:41 +01:00
Jonathan
1be7989538
Add files via upload 2020-05-27 20:02:18 +01:00
Jonathan
5c2539bac3
Delete settings.jpg 2020-05-27 19:56:21 +01:00
Jonathan
0d463317f6
Add files via upload 2020-05-27 19:55:36 +01:00
Jonathan
769a6803e1
Add files via upload 2020-05-27 19:54:21 +01:00
Jonathan
7a5b945c45
Delete faders.jpg 2020-05-27 19:54:10 +01:00
Jonathan
12205b5965
Add files via upload 2020-05-27 19:52:15 +01:00
Jonathan
d42026ba0e
Add files via upload 2020-05-27 19:50:49 +01:00
Jonathan
4091fa91f1
Delete main.jpg 2020-05-27 19:50:28 +01:00
Jonathan
eb660f417b
Update manual.md 2020-05-27 19:49:53 +01:00
Jonathan
868bdbb75f
Update manual.md 2020-05-27 19:41:00 +01:00
Jonathan
5d7c3f227d
Update manual.md 2020-05-27 19:39:21 +01:00
Jonathan
760f6b732c
Update manual.md 2020-05-27 19:28:23 +01:00
Jonathan
96a7b3e5f8
Update manual.md 2020-05-27 19:22:37 +01:00
Jonathan
f5b18226b3
Update manual.md 2020-05-27 19:14:20 +01:00
Jonathan
4c555abf7c
Update manual.md 2020-05-27 16:49:40 +01:00
Jonathan
3c8452ce69
Update manual.md 2020-05-27 15:17:48 +01:00
Volker Fischer
2a76f3c202 prepare for next version 2020-05-26 22:12:37 +02:00
Volker Fischer
c6b6e3ab02 r3_5_5 2020-05-26 21:34:57 +02:00
Volker Fischer
e55872ffeb go back to original fader range dynamic (since issue was caused by server gain calculation) 2020-05-26 20:58:01 +02:00
Volker Fischer
45bd6ca52b bug fix: server gain calculations were incorrect 2020-05-26 20:48:08 +02:00
Volker Fischer
a49cb6408c bug fix: honour own fader and Mute button in Mute Myself (#148) 2020-05-26 20:45:10 +02:00
Volker Fischer
f6e5120095 New Client Level now also applies if you enter a server 2020-05-26 17:28:44 +02:00
Volker Fischer
b576b389b4 minor code style changes 2020-05-26 15:57:03 +02:00
Volker Fischer
726cc6facf clean up -> COMPATIBILITY ISSUE can be safely removed, ResetTimeOutCounter is not necessary since it is already done in the channel 2020-05-26 15:43:00 +02:00
Volker Fischer
2e03e387e4 bug fix: audio fader sliders cannot be moved if the main windows is too small (#292) 2020-05-26 11:56:11 +02:00
Volker Fischer
8552863493 introduce global INVALID_INDEX for more consistent code 2020-05-26 09:56:46 +02:00
Volker Fischer
c740a19123 small addition 2020-05-26 07:03:31 +02:00
Volker Fischer
e2b4965466 merge fixes 2020-05-26 07:01:55 +02:00