ddnet/datasrc
Robert Müller b738f5f9ce Fix votes with timeout over 60 seconds not being shown in client
Setting a vote timeout longer than 60 seconds with `sv_vote_time` caused the vote network messages to be discarded with the error message `weird message 'Sv_VoteSet' (15), failed on 'm_Timeout'` by the client, as the protocol did not allow longer vote timeouts.

This changes the protocol so the vote timeout can be any positive integer although for now the maximum `sv_vote_time` value is changed back to 60 again to preserve compatibility with old clients.

Closes #7583.
2023-12-05 20:12:15 +01:00
..
seven Use client 'six' data structs for client 'seven' data 2023-10-06 18:14:38 +03:00
compile.py Extract 'six' content data structs to their own file 2023-10-06 18:14:15 +03:00
content.py Add finish info messages. 2023-11-26 17:29:40 +01:00
crosscompile.py Run flynt -a 2022-07-27 09:37:24 +02:00
datatypes.py Add a simpler IServer::SnapNewItem() API based on some more generated data 2023-02-10 23:12:24 +03:00
network.py Fix votes with timeout over 60 seconds not being shown in client 2023-12-05 20:12:15 +01:00