mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-18 03:39:04 -04:00
Remove old backwards compatibility
This commit is contained in:
parent
32ab58d331
commit
4ffa3e6636
@ -143,10 +143,6 @@ namespace MCGalaxy.Commands.Moderation {
|
||||
#endif
|
||||
|
||||
static byte[] ComputeHash(string name, string pass) {
|
||||
// Pointless, but kept for backwards compatibility
|
||||
pass = pass.Replace("<", "(");
|
||||
pass = pass.Replace(">", ")");
|
||||
|
||||
// The constant string added to the username salt is to mitigate
|
||||
// rainbox tables. We should really have a unique salt for each
|
||||
// user, but this is close enough.
|
||||
|
Loading…
x
Reference in New Issue
Block a user