fix: Fixes encryption support for pre-6.0.5 clients (#2365)
### Summary Fixes encryption detection for clients pre-6.0.5.0. To limit the amount of brute-force key checking we are only checking 4.0.11 to 6.0.4.
This commit is contained in:
parent
76395b77ec
commit
f150458578
4 changed files with 71 additions and 23 deletions
|
|
@ -23,8 +23,6 @@ namespace Server;
|
|||
|
||||
public class ClientVersion : IComparable<ClientVersion>, IComparer<ClientVersion>, IEquatable<ClientVersion>
|
||||
{
|
||||
public static readonly ClientVersion Version400a = new("4.0.0a");
|
||||
public static readonly ClientVersion Version407a = new("4.0.7a");
|
||||
public static readonly ClientVersion Version500a = new("5.0.0a");
|
||||
public static readonly ClientVersion Version502b = new("5.0.2b");
|
||||
public static readonly ClientVersion Version6000 = new("6.0.0.0");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue