Here's an easy one. Pueblo clients ideally send a randomly generated (per connection) md5 cookie with their PUEBLOCLIENT command on connect, like this:
PUEBLOCLIENT md5="32hexdigitshere"
The cookie can be used by the server when instructing the client to do unsafe/annoying things (like playing sound) so that another user can't spoof the server.
As far as I can tell, MUSHclient doesn't do this. How about in a future version? The right way to do this, it appears, is just to get the best possible random value and md5 it.
Cheers, Javelin
PUEBLOCLIENT md5="32hexdigitshere"
The cookie can be used by the server when instructing the client to do unsafe/annoying things (like playing sound) so that another user can't spoof the server.
As far as I can tell, MUSHclient doesn't do this. How about in a future version? The right way to do this, it appears, is just to get the best possible random value and md5 it.
Cheers, Javelin