Changes

Jump to navigation Jump to search
85 bytes added ,  13:03, 27 May 2019
fix wording, spelling, punctuation
Line 116: Line 116:     
=== AddBuddy ===
 
=== AddBuddy ===
''Add a friend to the friends list''
+
''Adds a player to the friends list.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 127: Line 127:  
* '''e''' Friend's email. Present if the "share" button is used.
 
* '''e''' Friend's email. Present if the "share" button is used.
 
  |
 
  |
* '''c''' Is present but empty when ok
+
* '''c''' Is present but empty when ok.
 
* '''v''' Error code, see below.
 
* '''v''' Error code, see below.
 
  |}
 
  |}
Line 141: Line 141:  
  |-
 
  |-
 
  | 143
 
  | 143
  | You must wait before adding back a deleted friend.
+
  | You must wait before adding back a deleted friend
 
  |}
 
  |}
   Line 188: Line 188:     
=== GetBuddies ===
 
=== GetBuddies ===
''Get friends list.''
+
''Gets the friends list.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 196: Line 196:  
  | Yes
 
  | Yes
 
  |
 
  |
* '''u''' Current UTC time, as YYYY:MM:DD:hh:mm:ss
+
* '''u''' Current UTC timestamp, as YYYY:MM:DD:hh:mm:ss.
 
  |
 
  |
 
''Left to document''
 
''Left to document''
* '''c''' Current UTC time as YYYYMMDDhhmmss
+
* '''c''' Current UTC timestamp, as YYYYMMDDhhmmss.
* '''b''' ''Represents one friend, can have multiple of them''
+
* '''b''' ''Represents one friend, can have multiple of them:''
** '''a''' Friends' login
+
** '''a''' Friend's login.
** '''x''' Set to 1 when friend online, 0 when offline
+
** '''x''' Set to 1 when friend online, 0 when offline.
** '''y''' Set to 1 wile waiting for confirmation, 0 when accepted
+
** '''y''' Set to 1 wile waiting for confirmation, 0 when accepted.
 
  |}
 
  |}
    
=== GetManialinkInfos ===
 
=== GetManialinkInfos ===
''Gets infos about a manialink.''
+
''Gets info about a manialink.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 217: Line 217:  
* '''manialink''' Name of the manialink
 
* '''manialink''' Name of the manialink
 
  |
 
  |
* '''c''' Price of the manialink
+
* '''c''' Price of the manialink.
* '''l''' Player's copper amount
+
* '''l''' Player's coppers amount.
* '''a''' ? Set to 1 or 0
+
* '''a''' ? Set to 1 or 0.
* '''m''' Name of the manialink
+
* '''m''' Name of the manialink.
* '''u''' URL of the page corresponding to the manialink
+
* '''u''' URL of the page corresponding to the manialink.
* '''t''' ? Maybe a {{wp|Time_to_live|TTL}}
+
* '''t''' ? Maybe a {{wp|Time to live|TTL}}.
* '''rl''' ''Represents distribution of amount in c. Only set when c is != 0''
+
* '''rl''' ''Represents distribution of amount in c. Only set when c is != 0:''
** '''r''' ''Represents one player. At least two in rl''
+
** '''r''' ''Represents one player. At least two in rl:''
*** '''l''' Player login (nadeo for the 5% tax)
+
*** '''l''' Player login (nadeo for the 5% tax).
*** '''c''' Amount of copper going to the player
+
*** '''c''' Amount of coppers going to the player.
 
  |}
 
  |}
    
=== GetManialinkResource ===
 
=== GetManialinkResource ===
''Gets info about a maniacode''
+
''Gets info about a maniacode.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 238: Line 238:  
  | Yes
 
  | Yes
 
  |
 
  |
* '''manialink''' Name of the maniacode
+
* '''manialink''' Name of the maniacode.
 
  |
 
  |
* '''m''' Name of the maniacode
+
* '''m''' Name of the maniacode.
* '''u''' URL of the page corresponding to the maniacode
+
* '''u''' URL of the page corresponding to the maniacode.
 
  |}
 
  |}
    
=== GetOnlineProfile ===
 
=== GetOnlineProfile ===
''Gets infos about the player.''
+
''Gets info about the player.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 257: Line 257:  
  |
 
  |
 
''A lot is left to document here''
 
''A lot is left to document here''
* '''a''' ''General infos about the player''
+
* '''a''' ''General info about the player:''
** '''a''' Player's login
+
** '''a''' Player's login.
 
** '''b''' Player's display name.
 
** '''b''' Player's display name.
** '''c''' Player's region
+
** '''c''' Player's region.
** '''d''' ? Set to 0
+
** '''d''' ? Set to 0.
** '''e''' ? Set to 0
+
** '''e''' ? Set to 0.
 
** '''j''' ?
 
** '''j''' ?
 
** '''k''' ?
 
** '''k''' ?
* '''b'''
+
* '''b''' ?
* '''h''' ''Describes the splash screen to display after login''
+
* '''h''' ''Describes the splash screen to display after login:''
** '''a''' Unix timestamp, current date (unknown purpose)
+
** '''a''' Unix timestamp, current date (unknown purpose).
** '''c''' Full '''HTTP''' URL of the manialink to display.
+
** '''c''' Full HTTP URL of the manialink to display.
 
  |}
 
  |}
   Line 282: Line 282:  
''Empty parameters''
 
''Empty parameters''
 
  |
 
  |
* '''l''' ''Multiple of them, one per region''
+
* '''l''' ''Multiple of them, one per region:''
 
** '''a''' Region name.
 
** '''a''' Region name.
 
** '''b''' Parent regions (separated with "|", eg. "France|Alsace").
 
** '''b''' Parent regions (separated with "|", eg. "France|Alsace").
Line 310: Line 310:     
=== RemoveBuddy ===
 
=== RemoveBuddy ===
''Remove a friend from the friends list''
+
''Removes a player from the friends list.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 324: Line 324:     
=== ReceiveMessages ===
 
=== ReceiveMessages ===
''Checks for messages''
+
''Checks for messages.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 332: Line 332:  
  | Yes
 
  | Yes
 
  |
 
  |
* '''f''' Current UTC date as YY:MM:DD:hh:mm:ss
+
* '''f''' Current UTC timestamp, as YYYY:MM:DD:hh:mm:ss.
 
  |
 
  |
* '''r''' ''Represents a message, can have multiple of them''
+
* '''r''' ''Represents a message, can have multiple of them:''
** '''s''' Sender's login
+
** '''s''' Sender's login.
** '''d''' UTC date of sending, as YYYMMDDhhmmss
+
** '''d''' UTC timestamp of sending, as YYYYMMDDhhmmss.
** '''u''' Subject
+
** '''u''' Subject.
** '''t''' Content
+
** '''t''' Content.
** '''o''' Amount of coppers in the message
+
** '''o''' Amount of coppers in the message.
* '''l''' New copper amount
+
* '''l''' New coppers amount.
* '''n''' Current UTC date, as YYYYMMDDhhmmss
+
* '''n''' Current UTC timestamp, as YYYYMMDDhhmmss.
 
  |}
 
  |}
    
=== RequestAllowed ===
 
=== RequestAllowed ===
''Checks if a request is allowed''
+
''Checks if a request is allowed.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 353: Line 353:  
  | Yes
 
  | Yes
 
  |
 
  |
* '''r''' Request type
+
* '''r''' Request type.
 
* '''m''' Unknown. Set to 1.
 
* '''m''' Unknown. Set to 1.
 
  |
 
  |
* '''r''' Request type (same a r in parameters)
+
* '''r''' Request type (same as r in parameters).
* '''c''' Cost in coppers
+
* '''c''' Cost in coppers.
* '''l''' Current coppers amount
+
* '''l''' Current coppers amount.
 
* '''a''' 1 if allowed, 0 if not.
 
* '''a''' 1 if allowed, 0 if not.
 
  |}
 
  |}
    
=== SendMessages ===
 
=== SendMessages ===
''Sends a message to a player''
+
''Sends a message to a player.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 371: Line 371:  
  | Yes
 
  | Yes
 
  |
 
  |
* '''r1''' Destination's login
+
* '''r1''' Destination's login.
* '''s1''' Subject of the message
+
* '''s1''' Subject of the message.
* '''m1''' Content of the message
+
* '''m1''' Content of the message.
* '''d1''' Amount of copper attached to the message
+
* '''d1''' Amount of coppers attached to the message.
 
  |
 
  |
 
* '''c''' ?
 
* '''c''' ?
 
  |}
 
  |}
      
=== Subscribe ===
 
=== Subscribe ===
Line 392: Line 391:  
* '''ik''' ?. Seems caps hexadecimal.
 
* '''ik''' ?. Seems caps hexadecimal.
 
* '''email''' Supplied email.
 
* '''email''' Supplied email.
* '''cp''' ?. Empty
+
* '''cp''' ?. Empty.
 
* '''np''' Region.
 
* '''np''' Region.
 
* '''an''' If the user accepts to receive Nadeo news on his email address.
 
* '''an''' If the user accepts to receive Nadeo news on his email address.

Navigation menu