SoftwareGuy / NodeListServer

Node List Server is a multi-purpose server list system. NodeJS powered and supports Docker.
Other
92 stars 33 forks source link

Fixed NLS making its own UUID, and not using sent. #20

Closed JesusLuvsYooh closed 2 years ago

JesusLuvsYooh commented 3 years ago

Adding new server, was creating a UUID, and not using the one sent. Causing a mismatch with removal or update request of server.

But lets discuss this if needed, why is there a generateUuid function? And why was it not using clients sent uuid? (Edit: Sounds like this is for a new feature, thats currently not used in Gen 2 NLS, fix is still needed IMO)

SoftwareGuy commented 2 years ago

Not sure on this one. It undoes a security patch. Gonna pull the trigger on this one.