02-21-2015, 05:57 PM
@STR I guess the old md5 function returned the string in hex form? It now returns the raw binary data obtained by md5-ing. It should be pretty straightforward to convert the new one to the old one (use gsub to replace each character with its hex form); on the other hand we might just add a new API function, md5HexString(), that would do the conversion.
I'll do it, I wanted to do SHA1 anyway, so it'll be a nice piece of an addition.
@DiamondToaster: It's not currently possible, the cPlayer class is too dependent on the cClientHandle class, but it is a feature that is in the backlog (somewhere really far, but it's there )
I'll do it, I wanted to do SHA1 anyway, so it'll be a nice piece of an addition.
@DiamondToaster: It's not currently possible, the cPlayer class is too dependent on the cClientHandle class, but it is a feature that is in the backlog (somewhere really far, but it's there )