You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<strong>$To:</strong> strings generated by the hubsoft to the client are not included in this and will be send regardlessly of status (i.e. messages from bots).</p></div>
<strong>$GetNickList</strong> only valid when connected, a QDC does not receive a <strong>$NickList</strong>, but a series of *$MyINFO*s directly
3710
+
<strong>$GetNickList</strong> only valid when connected, a QDC does not receive a <strong>$NickList</strong>, but a series of <strong>$MyINFO</strong> directly
<divclass="paragraph"><p>This feature offers passwords to be salted and hashed, which means that passwords are no longer sent in plaintext.
4019
4019
This adds "random data" to the <strong>$GetPass</strong> command.</p></div>
4020
4020
<divclass="paragraph"><p>The random data should be Base32 encoded.</p></div>
4021
-
<divclass="paragraph"><p>The data that is sent back in the *$MyPass shall be the password followed by the random data, passed through the Tiger algorithm and then encoded with Base32.
4021
+
<divclass="paragraph"><p>The data that is sent back in the <strong>$MyPass</strong> shall be the password followed by the random data, passed through the Tiger algorithm and then encoded with Base32.
4022
4022
I.e., base32( tiger_hash( password + data ) ).</p></div>
4023
4023
<divclass="paragraph"><p>Add <strong>SaltPass</strong> to the <strong>$Supports</strong> to indicate support for this.</p></div>
4024
4024
<divclass="paragraph"><p>Note that the example below for <strong>$MyPass</strong> is not literal.</p></div>
0 commit comments