Update MediaWiki page '135 Protocol'

This commit is contained in:
Protocol 2012-11-08 17:51:37 +00:00 committed by moparisthebest
parent 9155ae5b4c
commit 69bb36d0ff

View File

@ -95,11 +95,11 @@ This page refers to the RSC #135 client revision.
|- |-
! Newplayer (Registration) ! Newplayer (Registration)
| 2 || | 2 ||
* Short - unknown * Short - Unknown
* Long - long represenation of username * Long - Long represenation of username
* Short - referrer ID * Short - Referrer ID
** Integer.parseInt(getParameter("referrerid")); ** Integer.parseInt(getParameter("referrerid"));
* Line-RSA - password, server session ID, bigintegers * Line-RSA - Password, server session ID, bigintegers
| Registers a new user (probably not used in private servers) | Registers a new user (probably not used in private servers)
|- |-
! Logout ! Logout
@ -107,13 +107,34 @@ This page refers to the RSC #135 client revision.
* None * None
| Sends the logout packet to the server | Sends the logout packet to the server
|- |-
! Command ! Execute Command
| 7 || | 7 ||
* String - The command * String - The command
| Sends a command to the server to be executed | Sends a command to the server to be executed
|- |-
! Add User to Friends List ! Report Abuse
| 10 ||
* Long - The long representation of the username of the user to report
| Sends an abuse report to the server
|-
! Add Friend
| 26 || | 26 ||
* Long - long represenation of username * Long - long represenation of username
| Adds a user to your friends list | Adds a user to your friends list
|-
! Remove Friend
| 27 ||
* Long - The long representation of the username of the user to report
| Removes a user from your friends list
|-
! Send Message
| 28 ||
* Long - The long representation of the username of the user to send the message to
* Byte[] - A byte array containing the bytes of the message to send to the user
| Sends a message to the specified user
|-
! Ignore User
| 29 ||
* Long - The long representation of the username of the user to ignore
| Adds a user to your ignore list
|} |}