Update MediaWiki page '135 Protocol'

This commit is contained in:
Fabrice l 2014-10-03 16:17:22 +00:00 committed by moparisthebest
parent dbf3ebcaca
commit b1f63069e4
1 changed files with 7 additions and 0 deletions

View File

@ -708,6 +708,13 @@ The packet opcodes are unchanged from previous revisions, presumably this was be
* int64 - The mod37 encoded username to report
| Sends an abuse report to the server
|-
! Change Password
| 25 ||
* RSAString - Your old password + new password encoded with RSA
* Old password substring - RSAString.substring(0,20).trim()
* New password substring - RSAString.substring(20, RSAString.length()).trim();
| Is used to change your password ingame
|-
! Add Friend
| 26 ||
* int64 - mod37 encoded username